|
From: <got...@us...> - 2009-10-27 15:29:48
|
Revision: 447
http://scstudio.svn.sourceforge.net/scstudio/?rev=447&view=rev
Author: gotthardp
Date: 2009-10-27 15:29:36 +0000 (Tue, 27 Oct 2009)
Log Message:
-----------
Minor fixes of Z.120 tests.
Modified Paths:
--------------
trunk/tests/checker_test.cpp
trunk/valgrind-python.supp
Property Changed:
----------------
trunk/tests/z120_test/z120_test66.mpr
trunk/tests/z120_test/z120_test67.mpr
trunk/tests/z120_test/z120_test67.mpr.result
trunk/tests/z120_test/z120_test68.mpr
trunk/tests/z120_test/z120_test68.mpr.result
trunk/tests/z120_test/z120_test69.mpr
trunk/tests/z120_test/z120_test69.mpr.result
trunk/tests/z120_test/z120_test70.mpr
trunk/tests/z120_test/z120_test71.mpr
trunk/tests/z120_test/z120_test71.mpr.result
trunk/tests/z120_test/z120_test72.mpr
trunk/tests/z120_test/z120_test72.mpr.result
trunk/tests/z120_test/z120_test73.mpr
trunk/tests/z120_test/z120_test73.mpr.result
trunk/tests/z120_test/z120_test74.mpr
trunk/tests/z120_test/z120_test74.mpr.result
trunk/tests/z120_test/z120_test75.mpr
trunk/tests/z120_test/z120_test75.mpr.result
trunk/tests/z120_test/z120_test76.mpr
trunk/tests/z120_test/z120_test76.mpr.result
trunk/tests/z120_test/z120_test77.mpr
trunk/tests/z120_test/z120_test78.mpr
trunk/tests/z120_test/z120_test79.mpr
trunk/tests/z120_test/z120_test80.mpr
trunk/tests/z120_test/z120_test81.mpr
trunk/tests/z120_test/z120_test82.mpr
trunk/tests/z120_test/z120_test83.mpr
trunk/tests/z120_test/z120_test83.mpr.result
trunk/tests/z120_test/z120_time07.mpr
trunk/tests/z120_test/z120_time07.mpr.result
trunk/tests/z120_test/z120_time08.mpr
trunk/tests/z120_test/z120_time08.mpr.result
trunk/tests/z120_test/z120_time09.mpr
trunk/tests/z120_test/z120_time09.mpr.result
trunk/tests/z120_test/z120_time10.mpr
trunk/tests/z120_test/z120_time10.mpr.result
trunk/tests/z120_test/z120_time11.mpr
trunk/tests/z120_test/z120_time11.mpr.result
trunk/tests/z120_test/z120_time12.mpr
trunk/tests/z120_test/z120_time12.mpr.result
trunk/tests/z120_test/z120_time13.mpr
trunk/tests/z120_test/z120_time13.mpr.result
trunk/tests/z120_test/z120_time14.mpr
trunk/tests/z120_test/z120_time14.mpr.result
trunk/tests/z120_test/z120_time15.mpr
trunk/tests/z120_test/z120_time15.mpr.result
Modified: trunk/tests/checker_test.cpp
===================================================================
--- trunk/tests/checker_test.cpp 2009-10-27 14:19:32 UTC (rev 446)
+++ trunk/tests/checker_test.cpp 2009-10-27 15:29:36 UTC (rev 447)
@@ -41,10 +41,10 @@
if((*fpos)->get_property_name() == TOWSTRING(property))
{
checker = boost::shared_ptr<Checker>(*fpos);
- break;
+ // note: no break here as we have to delete the remaining pointers
}
-
- delete *fpos;
+ else
+ delete *fpos;
}
delete[] checkers;
Property changes on: trunk/tests/z120_test/z120_test66.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test67.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test67.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test68.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test68.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test69.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test69.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test70.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test71.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test71.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test72.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test72.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test73.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test73.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test74.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test74.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test75.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test75.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test76.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test76.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test77.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test78.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test79.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test80.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test81.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test82.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test83.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_test83.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time07.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time07.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time08.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time08.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time09.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time09.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time10.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time10.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time11.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time11.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time12.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time12.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time13.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time13.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time14.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time14.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time15.mpr
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: trunk/tests/z120_test/z120_time15.mpr.result
___________________________________________________________________
Added: svn:eol-style
+ native
Modified: trunk/valgrind-python.supp
===================================================================
--- trunk/valgrind-python.supp 2009-10-27 14:19:32 UTC (rev 446)
+++ trunk/valgrind-python.supp 2009-10-27 15:29:36 UTC (rev 447)
@@ -56,6 +56,13 @@
{
Handle PyMalloc confusing valgrind (possibly leaked)
Memcheck:Leak
+ fun:malloc
+ fun:_PyObject_GC_NewVar
+}
+
+{
+ Handle PyMalloc confusing valgrind (possibly leaked)
+ Memcheck:Leak
fun:realloc
obj:*libpython*.so.*
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|