summaryrefslogtreecommitdiff
path: root/test/tsan
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2014-02-28 10:59:33 +0000
committerKostya Serebryany <kcc@google.com>2014-02-28 10:59:33 +0000
commitf22c748eb0714938853cab966e2a3eb61276a5fc (patch)
tree933137661ae31dfd6965c0ded99c8f0df6da748c /test/tsan
parentff3cbc437a9abb697965659c522c6702be33f144 (diff)
downloadcompiler-rt-f22c748eb0714938853cab966e2a3eb61276a5fc.tar.gz
[sanitizer] speedup deadlock detector for the case when we destroy a mutex that has never been locked
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@202487 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan')
-rw-r--r--test/tsan/deadlock_detector_stress_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/deadlock_detector_stress_test.cc b/test/tsan/deadlock_detector_stress_test.cc
index c442d15be..6d9f4b8bd 100644
--- a/test/tsan/deadlock_detector_stress_test.cc
+++ b/test/tsan/deadlock_detector_stress_test.cc
@@ -495,7 +495,7 @@ int main(int argc, char **argv) {
LockTest().Test12();
LockTest().Test13();
LockTest().Test14();
- // LockTest().Test15(); FIXME: this is broken for PthreadRWLock
+ // LockTest().Test15(); // FIXME: this is broken for PthreadRWLock
fprintf(stderr, "ALL-DONE\n");
// CHECK: ALL-DONE
}