From: Julian Seward Date: Sat, 12 Mar 2005 20:55:31 +0000 (+0000) Subject: Update expected output. X-Git-Tag: svn/VALGRIND_3_0_0~1004 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1b340db3544792d2407fd8aaed6020bbde743f3;p=thirdparty%2Fvalgrind.git Update expected output. This highlights an interesting problem with the error filters. The change is: - at 0x.......: xToI (floored.c:16) - by 0x.......: main (floored.c:9) + at 0x........: xToI (floored.c:16) + by 0x........: main (floored.c:9) IOW, the change happened because some code got moved around, causing the length of the hex numbers changed, defeating the hexdigit-"normaliser". git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3314 --- diff --git a/none/tests/floored.stderr.exp b/none/tests/floored.stderr.exp index ea298237be..49a21739f8 100644 --- a/none/tests/floored.stderr.exp +++ b/none/tests/floored.stderr.exp @@ -1,6 +1,6 @@ Emulation warning: unsupported action: Selection of non-80-bit x87 FP precision - at 0x.......: xToI (floored.c:16) - by 0x.......: main (floored.c:9) + at 0x........: xToI (floored.c:16) + by 0x........: main (floored.c:9)