mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Reverted r10513: removed --auto-run-dsymutil=yes again.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10529
This commit is contained in:
parent
ef88814b5a
commit
826ca3a64e
@ -1,5 +1,5 @@
|
||||
prereq: test -e tsan_unittest && ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes --show-confl-seg=no
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
|
||||
prog: tsan_unittest
|
||||
args: 69
|
||||
stderr_filter: filter_stderr_and_thread_no
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
prereq: test -e tsan_unittest && ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes --show-confl-seg=no
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
|
||||
prog: tsan_unittest
|
||||
args: 3
|
||||
stderr_filter: filter_stderr_and_thread_no
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
prereq: test -e tsan_unittest && ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes --show-confl-seg=no
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
|
||||
prog: tsan_unittest
|
||||
args: 30
|
||||
stderr_filter: filter_stderr_and_thread_no
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
prereq: test -e tsan_unittest && ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes --show-confl-seg=no
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
|
||||
prog: tsan_unittest
|
||||
args: 31
|
||||
stderr_filter: filter_stderr_and_thread_no
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
prereq: test -e annotate_rwlock && ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes --show-confl-seg=no
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
|
||||
prog: annotate_rwlock
|
||||
stderr_filter: filter_stderr_and_thread_no
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
prereq: test -e tsan_unittest && ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes --show-confl-seg=no
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
|
||||
prog: tsan_unittest
|
||||
args: 27
|
||||
stderr_filter: filter_stderr_and_thread_no
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
prereq: test -e tsan_unittest && ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes --show-confl-seg=no --num-callers=2
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=2
|
||||
prog: tsan_unittest
|
||||
args: 1
|
||||
stderr_filter: filter_stderr_and_thread_no
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
prereq: test -e atomic_var && ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes --show-confl-seg=no --num-callers=2
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=2
|
||||
prog: atomic_var
|
||||
stderr_filter: filter_stderr_and_thread_no
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: test -e boost_thread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes
|
||||
vgopts: --read-var-info=yes
|
||||
prog: boost_thread
|
||||
|
||||
@ -1,2 +1 @@
|
||||
prog: custom_alloc
|
||||
vgopts: --auto-run-dsymutil=yes
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes
|
||||
vgopts: --read-var-info=yes
|
||||
prog: fp_race
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: ./supported_libpthread
|
||||
vgopts: --show-confl-seg=no --read-var-info=yes --auto-run-dsymutil=yes --num-callers=2
|
||||
vgopts: --show-confl-seg=no --read-var-info=yes --num-callers=2
|
||||
prog: ../../helgrind/tests/hg03_inherit
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --num-callers=2
|
||||
vgopts: --read-var-info=yes --num-callers=2
|
||||
prog: ../../helgrind/tests/hg04_race
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes --num-callers=2
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes --num-callers=2
|
||||
prog: ../../helgrind/tests/hg05_race2
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
prog: linuxthreads_det
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes
|
||||
vgopts: --read-var-info=yes
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
prereq: ./run_openmp_test ./omp_matinv
|
||||
prog: omp_matinv
|
||||
vgopts: --check-stack-var=yes --read-var-info=yes --auto-run-dsymutil=yes
|
||||
vgopts: --check-stack-var=yes --read-var-info=yes
|
||||
args: 30 -t 15 -q
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
prereq: ./run_openmp_test ./omp_matinv
|
||||
prog: omp_matinv
|
||||
vgopts: --check-stack-var=yes --read-var-info=yes --auto-run-dsymutil=yes
|
||||
vgopts: --check-stack-var=yes --read-var-info=yes
|
||||
args: 3 -t 2 -q -r
|
||||
stderr_filter: filter_error_summary
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
prereq: ./run_openmp_test ./omp_prime
|
||||
prog: omp_prime
|
||||
vgopts: --check-stack-var=yes --read-var-info=yes --auto-run-dsymutil=yes
|
||||
vgopts: --check-stack-var=yes --read-var-info=yes
|
||||
args: 4 -q
|
||||
stderr_filter: filter_error_summary
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
prereq: ./run_openmp_test ./omp_printf
|
||||
prog: omp_printf
|
||||
vgopts: --check-stack-var=yes --read-var-info=yes --auto-run-dsymutil=yes
|
||||
vgopts: --check-stack-var=yes --read-var-info=yes
|
||||
args: -q
|
||||
stderr_filter: filter_error_summary
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes
|
||||
prog: pth_cancel_locked
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: test -e pth_cleanup_handler && ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes
|
||||
prog: pth_cleanup_handler
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: test -e pth_create_glibc_2_0 && ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes
|
||||
prog: pth_create_glibc_2_0
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
prereq: ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes
|
||||
vgopts: --read-var-info=yes
|
||||
prog: pth_detached
|
||||
args: 10 10
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: test -e pth_mutex_reinit && ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes
|
||||
prog: pth_mutex_reinit
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: ./supported_libpthread
|
||||
prog: pth_process_shared_mutex
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: test -e pth_spinlock && ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes
|
||||
prog: pth_spinlock
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
prereq: ./supported_libpthread
|
||||
vgopts: --check-stack-var=yes --read-var-info=yes --auto-run-dsymutil=yes
|
||||
vgopts: --check-stack-var=yes --read-var-info=yes
|
||||
prog: recursive_mutex
|
||||
stderr_filter: filter_stderr_and_thread_no
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: ./supported_libpthread
|
||||
vgopts: --show-confl-seg=no --read-var-info=yes --auto-run-dsymutil=yes --num-callers=2
|
||||
vgopts: --show-confl-seg=no --read-var-info=yes --num-callers=2
|
||||
prog: rwlock_race
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: ./supported_libpthread
|
||||
vgopts: --check-stack-var=yes --read-var-info=yes --auto-run-dsymutil=yes
|
||||
vgopts: --check-stack-var=yes --read-var-info=yes
|
||||
prog: sem_as_mutex
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
prereq: ./supported_libpthread
|
||||
vgopts: --check-stack-var=yes --read-var-info=yes --auto-run-dsymutil=yes
|
||||
vgopts: --check-stack-var=yes --read-var-info=yes
|
||||
prog: sem_as_mutex
|
||||
args: -m
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: ./supported_libpthread
|
||||
vgopts: --check-stack-var=yes --first-race-only=yes --read-var-info=yes --auto-run-dsymutil=yes
|
||||
vgopts: --check-stack-var=yes --first-race-only=yes --read-var-info=yes
|
||||
prog: sem_as_mutex
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes
|
||||
vgopts: --read-var-info=yes
|
||||
prog: ../../helgrind/tests/tc01_simple_race
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes
|
||||
vgopts: --read-var-info=yes
|
||||
prog: ../../helgrind/tests/tc16_byterace
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
prereq: ./supported_libpthread
|
||||
prog: ../../helgrind/tests/tc19_shadowmem
|
||||
vgopts: --error-limit=no --read-var-info=yes --auto-run-dsymutil=yes --show-confl-seg=no --num-callers=3
|
||||
vgopts: --error-limit=no --read-var-info=yes --show-confl-seg=no --num-callers=3
|
||||
stderr_filter: filter_stderr_and_thread_no
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: test -e ../../helgrind/tests/tc20_verifywrap && ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes
|
||||
prog: ../../helgrind/tests/tc20_verifywrap
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: ./supported_libpthread
|
||||
vgopts: --trace-mutex=yes --trace-cond=yes --trace-semaphore=yes --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes
|
||||
vgopts: --trace-mutex=yes --trace-cond=yes --trace-semaphore=yes --read-var-info=yes --check-stack-var=yes
|
||||
prog: ../../helgrind/tests/tc20_verifywrap
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: ./supported_libpthread
|
||||
prereq: ./supported_libpthread && [ -e ../../helgrind/tests/tc22_exit_w_lock ]
|
||||
vgopts: --num-callers=3
|
||||
prog: ../../helgrind/tests/tc22_exit_w_lock
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: ./supported_libpthread
|
||||
prog: ../../helgrind/tests/tc24_nonzero_sem
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes
|
||||
vgopts: --read-var-info=yes
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
prereq: test -e thread_name && ./supported_libpthread
|
||||
vgopts: --read-var-info=yes --auto-run-dsymutil=yes --check-stack-var=yes --num-callers=3
|
||||
vgopts: --read-var-info=yes --check-stack-var=yes --num-callers=3
|
||||
prog: thread_name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user