Skip to content

Commit 1740c6e

Browse files
committed
[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
1 parent 5b98163 commit 1740c6e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

compiler-rt/test/tsan/libdispatch/data.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %clang_tsan %s -o %t
22
// RUN: %run %t 2>&1 | FileCheck %s --implicit-check-not='ThreadSanitizer'
33

4-
// TODO(yln): fails on one of our bots, need to investigate
5-
// REQUIRES: disabled
6-
74
#include <dispatch/dispatch.h>
85

96
#include <stdio.h>

compiler-rt/test/tsan/libdispatch/source-serial.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %clang_tsan %s -o %t
22
// RUN: %run %t 2>&1 | FileCheck %s --implicit-check-not='ThreadSanitizer'
33

4-
// TODO(yln): fails on one of our bots, need to investigate
5-
// REQUIRES: disabled
6-
74
#include <dispatch/dispatch.h>
85

96
#include <stdio.h>

0 commit comments

Comments
 (0)