mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
(cfr bug fix in revision 15058: without 15058, the below test loops for ever). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15062
9 lines
341 B
Plaintext
9 lines
341 B
Plaintext
# this test exercises m_transtab.c sector recycling
|
|
# and sanity check when recycling sectors. To ensure we recycle
|
|
# sectors, we put a small number of sectors.
|
|
# use --stats=yes if you want to verify that the below still
|
|
# recycles a (already used) sector.
|
|
prog: ../../perf/bigcode
|
|
args: 1
|
|
vgopts: --num-transtab-sectors=2 --sanity-level=4
|