mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
* when creating threads, just ask for a 256k stack size, since creating 498 threads each with the default 8M stack size fails on 32 bit machines. * limit number of callers to 3 so as to remove junk frames that cause different output on 32 vs 64 bit targets. * add a proper self-check at the end, to verify the number of detected errors is as expected * update output accordingly git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12086
7 lines
245 B
Plaintext
7 lines
245 B
Plaintext
prog: err_disable4
|
|
vgopts: -q --num-callers=3
|
|
stderr_filter: ../../helgrind/tests/filter_stderr
|
|
## This is so as to get rid of the "Thread #" lines, which
|
|
## otherwise perturb the output due to differences in
|
|
## thread scheduling between runs.
|