mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Update exp files for memcheck's supp_unknown testcase.
Promote the s390x exp file to be the golden one because it has the correct result. Add an exp-kfail file for those platforms where the testcase fails (x86). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12098
This commit is contained in:
parent
8d6e98bdfd
commit
7a5d4dd13a
@ -2,6 +2,7 @@
|
||||
Process terminating with default action of signal 11 (SIGSEGV)
|
||||
Access not within mapped region at address 0x........
|
||||
...
|
||||
by 0x........: main (badjump.c:17)
|
||||
If you believe this happened as a result of a stack
|
||||
overflow in your program's main thread (unlikely but
|
||||
possible), you can try to increase the size of the
|
||||
|
||||
@ -1,8 +1,7 @@
|
||||
|
||||
Process terminating with default action of signal 11 (SIGSEGV)
|
||||
Access not within mapped region at address 0x........
|
||||
at 0x........: ???
|
||||
by 0x........: main (badjump.c:17)
|
||||
...
|
||||
If you believe this happened as a result of a stack
|
||||
overflow in your program's main thread (unlikely but
|
||||
possible), you can try to increase the size of the
|
||||
@ -1,3 +1,4 @@
|
||||
vgopts: -q --suppressions=supp_unknown.supp
|
||||
prog: badjump
|
||||
cleanup: rm -f vgcore.pid*
|
||||
stderr_filter_args: badjump.c
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user