]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update expected output.
authorJulian Seward <jseward@acm.org>
Sat, 12 Mar 2005 20:55:31 +0000 (20:55 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 12 Mar 2005 20:55:31 +0000 (20:55 +0000)
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

none/tests/floored.stderr.exp

index ea298237beae8a62869feadcbf148bb1b2455577..49a21739f82087933c6ac303f32ffb587c214521 100644 (file)
@@ -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)