summaryrefslogtreecommitdiff
path: root/test/tsan/libdispatch
diff options
context:
space:
mode:
authorJulian Lettner <jlettner@apple.com>2019-05-09 22:47:19 +0000
committerJulian Lettner <jlettner@apple.com>2019-05-09 22:47:19 +0000
commit0ac5697840d158a4feaf9eaf6eb0d59539c791ad (patch)
treeaa1cb79005e4fa5320f7712af4690594dd61022c /test/tsan/libdispatch
parent31c5b88a7b987ee52d5e83f4e6dfe68d354b5bb3 (diff)
downloadcompiler-rt-0ac5697840d158a4feaf9eaf6eb0d59539c791ad.tar.gz
[TSan][libdispatch] Enable test that supposedly deadlocks on bot
Re-enable test that was disabled because it deadlocks when running on the bot, but was never enabled again. Can't reproduce deadlock locally so trying to investigate by re-enabling test. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@360388 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan/libdispatch')
-rw-r--r--test/tsan/libdispatch/io-race.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/tsan/libdispatch/io-race.c b/test/tsan/libdispatch/io-race.c
index 27d315c4b..d415104a6 100644
--- a/test/tsan/libdispatch/io-race.c
+++ b/test/tsan/libdispatch/io-race.c
@@ -1,8 +1,6 @@
// RUN: %clang_tsan %s -o %t
// RUN: %deflake %run %t 2>&1 | FileCheck %s
-// REQUIRES: disabled
-
#include <dispatch/dispatch.h>
#include "../test.h"