]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Initial tests for "Skeletal support for TSan-compatible annotations"
authorJulian Seward <jseward@acm.org>
Fri, 14 Aug 2009 11:11:12 +0000 (11:11 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 14 Aug 2009 11:11:12 +0000 (11:11 +0000)
commitef38e4a3de107c9f9991e9b0ebe451c25689d38a
treee9b65eb2a87f3cd56dfbb9b01cb8e49304f4bccc
parent9d0325a75809a3bd5a2cb57aa145c71ea1405f2a
Initial tests for "Skeletal support for TSan-compatible annotations"
(r10810).  The rwlock test is kludged and needs de-kludging.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10811
helgrind/tests/Makefile.am
helgrind/tests/annotate_hbefore.c [new file with mode: 0644]
helgrind/tests/annotate_hbefore.stderr.exp [new file with mode: 0644]
helgrind/tests/annotate_hbefore.stdout.exp [new file with mode: 0644]
helgrind/tests/annotate_hbefore.vgtest [new file with mode: 0644]
helgrind/tests/annotate_rwlock.c [new file with mode: 0644]
helgrind/tests/annotate_rwlock.stderr.exp [new file with mode: 0644]
helgrind/tests/annotate_rwlock.stdout.exp [new file with mode: 0644]
helgrind/tests/annotate_rwlock.vgtest [new file with mode: 0644]