|
From: <sv...@va...> - 2010-03-09 15:46:03
|
Author: bart
Date: 2010-03-09 15:45:42 +0000 (Tue, 09 Mar 2010)
New Revision: 11087
Log:
Removed --read-var-info=yes in order to obtain the same output (hopefully)
on Linux and on Mac OS/X systems.
Modified:
trunk/drd/tests/annotate_hb_race.stderr.exp
trunk/drd/tests/annotate_hb_race.vgtest
Modified: trunk/drd/tests/annotate_hb_race.stderr.exp
===================================================================
--- trunk/drd/tests/annotate_hb_race.stderr.exp 2010-03-09 11:23:19 UTC (rev 11086)
+++ trunk/drd/tests/annotate_hb_race.stderr.exp 2010-03-09 15:45:42 UTC (rev 11087)
@@ -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.
Modified: trunk/drd/tests/annotate_hb_race.vgtest
===================================================================
--- trunk/drd/tests/annotate_hb_race.vgtest 2010-03-09 11:23:19 UTC (rev 11086)
+++ trunk/drd/tests/annotate_hb_race.vgtest 2010-03-09 15:45:42 UTC (rev 11087)
@@ -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
|