]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update expected output following vex r1619.
authorJulian Seward <jseward@acm.org>
Sun, 21 May 2006 12:18:16 +0000 (12:18 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 21 May 2006 12:18:16 +0000 (12:18 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5909

memcheck/tests/x86/tronical.S
memcheck/tests/x86/tronical.stderr.exp

index 30d336a88c67bb519c07b37308dcb6a004d3a0be..c7ff61b326e98d7a9322feac5125453569ae4405 100644 (file)
@@ -1,5 +1,12 @@
 /*
 
+2006-05-21: vex r1619 finally causes the x86->IR front end to state
+exactly the %eflags dataflow surrounding 'cmpb $0, ... ;  js ..'
+and so memcheck no longer gives a false positive on this test.
+       
+-----------    
+
+(original comments)
 Assembly derived from the following program compiled with -O2.
 This fools Valgrind, causing it to give a false error.
 
index c70a82ce26fdb00ff760d9203c7b01d9a9a203dc..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,3 +0,0 @@
-Conditional jump or move depends on uninitialised value(s)
-   at 0x........: get (...)
-   by 0x........: main (...)