|
From: <sv...@va...> - 2011-10-11 18:22:38
|
Author: bart
Date: 2011-10-11 19:17:48 +0100 (Tue, 11 Oct 2011)
New Revision: 12134
Log:
Make sure that exp-sgcheck/tests/stackerr passes on openSUSE 11.4 x86
Modified:
trunk/exp-sgcheck/tests/stackerr.stderr.exp-glibc27-x86
trunk/exp-sgcheck/tests/stackerr.stderr.exp-glibc28-amd64
trunk/exp-sgcheck/tests/stackerr.vgtest
Modified: trunk/exp-sgcheck/tests/stackerr.stderr.exp-glibc27-x86
===================================================================
--- trunk/exp-sgcheck/tests/stackerr.stderr.exp-glibc27-x86 2011-10-11 10:56:11 UTC (rev 12133)
+++ trunk/exp-sgcheck/tests/stackerr.stderr.exp-glibc27-x86 2011-10-11 18:17:48 UTC (rev 12134)
@@ -19,8 +19,6 @@
at 0x........: _IO_default_xsputn (in /...libc...)
by 0x........: ...
by 0x........: ...
- by 0x........: ...
- by 0x........: main (stackerr.c:49)
Address 0x........ expected vs actual:
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
Modified: trunk/exp-sgcheck/tests/stackerr.stderr.exp-glibc28-amd64
===================================================================
--- trunk/exp-sgcheck/tests/stackerr.stderr.exp-glibc28-amd64 2011-10-11 10:56:11 UTC (rev 12133)
+++ trunk/exp-sgcheck/tests/stackerr.stderr.exp-glibc28-amd64 2011-10-11 18:17:48 UTC (rev 12134)
@@ -19,8 +19,6 @@
at 0x........: _IO_default_xsputn (in /...libc...)
by 0x........: ...
by 0x........: ...
- by 0x........: ...
- by 0x........: main (stackerr.c:49)
Address 0x........ expected vs actual:
Expected: stack array "buf" of size 8 in frame 4 back from here
Actual: unknown
Modified: trunk/exp-sgcheck/tests/stackerr.vgtest
===================================================================
--- trunk/exp-sgcheck/tests/stackerr.vgtest 2011-10-11 10:56:11 UTC (rev 12133)
+++ trunk/exp-sgcheck/tests/stackerr.vgtest 2011-10-11 18:17:48 UTC (rev 12134)
@@ -1,2 +1,3 @@
prereq: ./is_arch_supported
+vgopts: --num-callers=3
prog: stackerr
|