|
From: <sv...@va...> - 2009-04-15 05:38:54
|
Author: njn
Date: 2009-04-15 06:38:42 +0100 (Wed, 15 Apr 2009)
New Revision: 9545
Log:
Merged r9543 (make xor-undef-x86 work on Darwin) from the DARWIN branch.
Modified:
trunk/memcheck/tests/x86/xor-undef-x86.stderr.exp
trunk/memcheck/tests/x86/xor-undef-x86.vgtest
Modified: trunk/memcheck/tests/x86/xor-undef-x86.stderr.exp
===================================================================
--- trunk/memcheck/tests/x86/xor-undef-x86.stderr.exp 2009-04-15 05:35:00 UTC (rev 9544)
+++ trunk/memcheck/tests/x86/xor-undef-x86.stderr.exp 2009-04-15 05:38:42 UTC (rev 9545)
@@ -1,4 +1,3 @@
-
Conditional jump or move depends on uninitialised value(s)
at 0x........: main (xor-undef-x86.c:17)
@@ -7,10 +6,3 @@
Conditional jump or move depends on uninitialised value(s)
at 0x........: main (xor-undef-x86.c:67)
-
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 1 allocs, 1 frees, 48 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
-Use --track-origins=yes to see where uninitialised values come from
Modified: trunk/memcheck/tests/x86/xor-undef-x86.vgtest
===================================================================
--- trunk/memcheck/tests/x86/xor-undef-x86.vgtest 2009-04-15 05:35:00 UTC (rev 9544)
+++ trunk/memcheck/tests/x86/xor-undef-x86.vgtest 2009-04-15 05:38:42 UTC (rev 9545)
@@ -1,2 +1,3 @@
+vgopts: -q
prog: xor-undef-x86
prereq: ../../../tests/x86_amd64_features x86-sse
|