diff options
author | Julian Lettner <jlettner@apple.com> | 2019-04-11 18:34:47 +0000 |
---|---|---|
committer | Julian Lettner <jlettner@apple.com> | 2019-04-11 18:34:47 +0000 |
commit | 1740c6e0da42b3745e68a24d2ef85ec4f66bd4f3 (patch) | |
tree | bb5dc49c61cca2e302c782d6471a710b3b663718 | |
parent | 5b981638fb7cf2f8ba5dadbff49bfab59d6c427b (diff) | |
download | bcm5719-llvm-1740c6e0da42b3745e68a24d2ef85ec4f66bd4f3.tar.gz bcm5719-llvm-1740c6e0da42b3745e68a24d2ef85ec4f66bd4f3.zip |
[TSan][libdispatch] Re-enable disabled tests
I re-activated "broad strokes suppressions"
(ignore_noninstrumented_modules=1) in my last commit. Re-enable tests
that only fail on our bots to check if they work now.
llvm-svn: 358209
-rw-r--r-- | compiler-rt/test/tsan/libdispatch/data.c | 3 | ||||
-rw-r--r-- | compiler-rt/test/tsan/libdispatch/source-serial.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/compiler-rt/test/tsan/libdispatch/data.c b/compiler-rt/test/tsan/libdispatch/data.c index c990c684101..bb3aadc1309 100644 --- a/compiler-rt/test/tsan/libdispatch/data.c +++ b/compiler-rt/test/tsan/libdispatch/data.c @@ -1,9 +1,6 @@ // RUN: %clang_tsan %s -o %t // RUN: %run %t 2>&1 | FileCheck %s --implicit-check-not='ThreadSanitizer' -// TODO(yln): fails on one of our bots, need to investigate -// REQUIRES: disabled - #include <dispatch/dispatch.h> #include <stdio.h> diff --git a/compiler-rt/test/tsan/libdispatch/source-serial.c b/compiler-rt/test/tsan/libdispatch/source-serial.c index 70963960c75..3f22c44046a 100644 --- a/compiler-rt/test/tsan/libdispatch/source-serial.c +++ b/compiler-rt/test/tsan/libdispatch/source-serial.c @@ -1,9 +1,6 @@ // RUN: %clang_tsan %s -o %t // RUN: %run %t 2>&1 | FileCheck %s --implicit-check-not='ThreadSanitizer' -// TODO(yln): fails on one of our bots, need to investigate -// REQUIRES: disabled - #include <dispatch/dispatch.h> #include <stdio.h> |