]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merged r9543 (make xor-undef-x86 work on Darwin) from the DARWIN branch.
authorNicholas Nethercote <njn@valgrind.org>
Wed, 15 Apr 2009 05:38:42 +0000 (05:38 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 15 Apr 2009 05:38:42 +0000 (05:38 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9545

memcheck/tests/x86/xor-undef-x86.stderr.exp
memcheck/tests/x86/xor-undef-x86.vgtest

index 2debc86f8773102b0af1b3f6ebce1c38cf738efd..5b0ec20dccf6411db06385b8dc36a5bdb4143c91 100644 (file)
@@ -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)
 
 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
index 47272801625590b9f5926342d66ac7a89b05336e..632086c52ca66b7654271ec27afa231cc7454a42 100644 (file)
@@ -1,2 +1,3 @@
+vgopts: -q
 prog: xor-undef-x86
 prereq: ../../../tests/x86_amd64_features x86-sse