diff options
-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> |