]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update for x86. This should have happened in r11741 which
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 2 Oct 2011 00:18:29 +0000 (00:18 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 2 Oct 2011 00:18:29 +0000 (00:18 +0000)
changed the message format.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12078

exp-sgcheck/tests/stackerr.stderr.exp-glibc27-x86

index b876eafd32b4cbb1747bba75b9141d53a7abdcb9..c19e5c32bd9213eb04a5c4372d1110539e017a9c 100644 (file)
@@ -4,14 +4,16 @@ Invalid write of size 4
    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 @@ Invalid write of size 1
    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)