mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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:
parent
0ac31a3164
commit
5861cb7d68
@ -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.
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user