|
From: <sv...@va...> - 2011-10-02 00:23:15
|
Author: florian
Date: 2011-10-02 01:18:29 +0100 (Sun, 02 Oct 2011)
New Revision: 12078
Log:
Update for x86. This should have happened in r11741 which
changed the message format.
Modified:
trunk/exp-sgcheck/tests/stackerr.stderr.exp-glibc27-x86
Modified: trunk/exp-sgcheck/tests/stackerr.stderr.exp-glibc27-x86
===================================================================
--- trunk/exp-sgcheck/tests/stackerr.stderr.exp-glibc27-x86 2011-10-01 21:07:32 UTC (rev 12077)
+++ trunk/exp-sgcheck/tests/stackerr.stderr.exp-glibc27-x86 2011-10-02 00:18:29 UTC (rev 12078)
@@ -4,14 +4,16 @@
by 0x........: bar (stackerr.c:32)
by 0x........: main (stackerr.c:41)
Address 0x........ expected vs actual:
- Expected: stack array "a" in frame 2 back from here
- Actual: stack array "beforea" in frame 2 back from here
+ Expected: stack array "a" of size 28 in frame 2 back from here
+ Actual: stack array "beforea" of size 12 in frame 2 back from here
+ Actual: is 0 after Expected
Invalid write of size 4
at 0x........: main (stackerr.c:44)
Address 0x........ expected vs actual:
- Expected: stack array "a" in this frame
- Actual: stack array "beforea" in this frame
+ Expected: stack array "a" of size 28 in this frame
+ Actual: stack array "beforea" of size 12 in this frame
+ Actual: is 0 after Expected
Invalid write of size 1
at 0x........: _IO_default_xsputn (in /...libc...)
@@ -20,8 +22,9 @@
by 0x........: ...
by 0x........: main (stackerr.c:49)
Address 0x........ expected vs actual:
- Expected: stack array "buf" in frame 4 back from here
- Actual: stack array "beforebuf" in frame 4 back from here
+ Expected: stack array "buf" of size 8 in frame 4 back from here
+ Actual: stack array "beforebuf" of size 8 in frame 4 back from here
+ Actual: is 0 after Expected
ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
|