From 1d78658d98f6d390548907c38d9a5de0d22ba046 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Wed, 15 Apr 2009 05:38:42 +0000 Subject: [PATCH] Merged r9543 (make xor-undef-x86 work on Darwin) from the DARWIN branch. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9545 --- memcheck/tests/x86/xor-undef-x86.stderr.exp | 8 -------- memcheck/tests/x86/xor-undef-x86.vgtest | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/memcheck/tests/x86/xor-undef-x86.stderr.exp b/memcheck/tests/x86/xor-undef-x86.stderr.exp index 2debc86f87..5b0ec20dcc 100644 --- a/memcheck/tests/x86/xor-undef-x86.stderr.exp +++ b/memcheck/tests/x86/xor-undef-x86.stderr.exp @@ -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 diff --git a/memcheck/tests/x86/xor-undef-x86.vgtest b/memcheck/tests/x86/xor-undef-x86.vgtest index 4727280162..632086c52c 100644 --- a/memcheck/tests/x86/xor-undef-x86.vgtest +++ b/memcheck/tests/x86/xor-undef-x86.vgtest @@ -1,2 +1,3 @@ +vgopts: -q prog: xor-undef-x86 prereq: ../../../tests/x86_amd64_features x86-sse -- 2.47.3