ftmemsim-valgrind/drd/tests/atomic_var.stderr.exp
Bart Van Assche 7c67e90c47 drd/tests/atomic_var: Revert r13876.
r13876 was a workaround for false ordering introduced by platform-specific
(Solaris) code. The conclusion of an off-list discussion was that this has
to be solved in the drd tool itself and not by modifying test programs. Hence
this revert.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13980
2014-05-17 10:44:00 +00:00

13 lines
352 B
Plaintext

Start of test.
Conflicting load by thread x at 0x........ size 4
at 0x........: thread_func_2 (atomic_var.c:?)
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
Location 0x........ is 0 bytes inside global var "s_y"
declared at atomic_var.c:35
y = 1
Test finished.
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)