[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.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@358209 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/tsan/libdispatch/data.c b/test/tsan/libdispatch/data.c
index c990c68..bb3aadc 100644
--- a/test/tsan/libdispatch/data.c
+++ b/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/test/tsan/libdispatch/source-serial.c b/test/tsan/libdispatch/source-serial.c
index 7096396..3f22c44 100644
--- a/test/tsan/libdispatch/source-serial.c
+++ b/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>