Removed --read-var-info=yes in order to obtain the same output (hopefully)

on Linux and on Mac OS/X systems.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11087
This commit is contained in:
Bart Van Assche 2010-03-09 15:45:42 +00:00
parent 0ac31a3164
commit 5861cb7d68
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
Conflicting store by thread x at 0x........ size 4
at 0x........: main (annotate_hb_race.c:?)
Location 0x........ is 0 bytes inside local var "s_i"
declared at annotate_hb_race.c:14, in frame #? of thread x
Allocation context: BSS section of annotate_hb_race
Done.

View File

@ -1,4 +1,4 @@
prereq: test -e annotate_hb_race && ./supported_libpthread
vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
vgopts: --check-stack-var=yes --show-confl-seg=no
prog: annotate_hb_race
stderr_filter: filter_stderr_and_thread_no