|
From: <sv...@va...> - 2014-07-01 08:03:38
|
Author: florian
Date: Tue Jul 1 08:03:16 2014
New Revision: 14125
Log:
Add forgotten .exp file. Should have been prt of r14124.
Added:
trunk/memcheck/tests/demangle.stderr.exp
Added: trunk/memcheck/tests/demangle.stderr.exp
==============================================================================
--- trunk/memcheck/tests/demangle.stderr.exp (added)
+++ trunk/memcheck/tests/demangle.stderr.exp Tue Jul 1 08:03:16 2014
@@ -0,0 +1,16 @@
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: abc::def<int, magic<int>* const>::xyzzy(int*, magic<int>* const*) (demangle.cpp:9)
+ by 0x........: magic<int>::xyzzy(int*) (demangle.cpp:19)
+ by 0x........: main (demangle.cpp:27)
+
+
+HEAP SUMMARY:
+ in use at exit: 6 bytes in 3 blocks
+ total heap usage: 3 allocs, 0 frees, 6 bytes allocated
+
+For a detailed leak analysis, rerun with: --leak-check=full
+
+For counts of detected and suppressed errors, rerun with: -v
+Use --track-origins=yes to see where uninitialised values come from
+ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|