[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
This commit is contained in:
Julian Lettner 2019-04-11 18:34:47 +00:00
parent 5b981638fb
commit 1740c6e0da
2 changed files with 0 additions and 6 deletions

View File

@ -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>

View File

@ -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>