From: Bart Van Assche Date: Tue, 9 Mar 2010 15:45:42 +0000 (+0000) Subject: Removed --read-var-info=yes in order to obtain the same output (hopefully) X-Git-Tag: svn/VALGRIND_3_6_0~337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5861cb7d68b6a06e94301a29fac0f03b7c2e1d77;p=thirdparty%2Fvalgrind.git 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 --- diff --git a/drd/tests/annotate_hb_race.stderr.exp b/drd/tests/annotate_hb_race.stderr.exp index 7f28cdf445..bcb275b381 100644 --- a/drd/tests/annotate_hb_race.stderr.exp +++ b/drd/tests/annotate_hb_race.stderr.exp @@ -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. diff --git a/drd/tests/annotate_hb_race.vgtest b/drd/tests/annotate_hb_race.vgtest index 88f4608724..38f75e9578 100644 --- a/drd/tests/annotate_hb_race.vgtest +++ b/drd/tests/annotate_hb_race.vgtest @@ -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