From: Julian Seward Date: Sun, 21 May 2006 12:18:16 +0000 (+0000) Subject: Update expected output following vex r1619. X-Git-Tag: svn/VALGRIND_3_2_0~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dee9992c325aad24fce05d3c42394cd8031db774;p=thirdparty%2Fvalgrind.git Update expected output following vex r1619. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5909 --- diff --git a/memcheck/tests/x86/tronical.S b/memcheck/tests/x86/tronical.S index 30d336a88c..c7ff61b326 100644 --- a/memcheck/tests/x86/tronical.S +++ b/memcheck/tests/x86/tronical.S @@ -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. diff --git a/memcheck/tests/x86/tronical.stderr.exp b/memcheck/tests/x86/tronical.stderr.exp index c70a82ce26..e69de29bb2 100644 --- a/memcheck/tests/x86/tronical.stderr.exp +++ b/memcheck/tests/x86/tronical.stderr.exp @@ -1,3 +0,0 @@ -Conditional jump or move depends on uninitialised value(s) - at 0x........: get (...) - by 0x........: main (...)