ftmemsim-valgrind/drd/tests/annotate_ignore_write2.stderr.exp
Bart Van Assche 7e42fd6653 Added test program for the ANNOTATE_IGNORE_WRITES_*() annotation
macro's.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10800
2009-08-13 09:30:57 +00:00

25 lines
955 B
Plaintext

Conflicting load by thread 1 at 0x........ size 4
at 0x........: main (annotate_ignore_write.c:?)
Location 0x........ is 0 bytes inside local var "s_b"
declared at annotate_ignore_write.c:10, in frame #? of thread 1
Conflicting store by thread 1 at 0x........ size 4
at 0x........: main (annotate_ignore_write.c:?)
Location 0x........ is 0 bytes inside local var "s_a"
declared at annotate_ignore_write.c:9, in frame #? of thread 1
Conflicting load by thread 1 at 0x........ size 4
at 0x........: main (annotate_ignore_write.c:?)
Location 0x........ is 0 bytes inside local var "s_c"
declared at annotate_ignore_write.c:11, in frame #? of thread 1
Conflicting store by thread 1 at 0x........ size 4
at 0x........: main (annotate_ignore_write.c:?)
Location 0x........ is 0 bytes inside local var "s_a"
declared at annotate_ignore_write.c:9, in frame #? of thread 1
Finished.
ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)