diff options
| author | Julian Lettner <jlettner@apple.com> | 2019-05-09 22:47:19 +0000 | 
|---|---|---|
| committer | Julian Lettner <jlettner@apple.com> | 2019-05-09 22:47:19 +0000 | 
| commit | a335d857639784b10171cc2dcaa8800c22fd86ed (patch) | |
| tree | 6e98b090e80ba7c2b93c2537137eaa3082694fd6 | |
| parent | 89009441094ab3930b953ae1198ed120c00be430 (diff) | |
| download | bcm5719-llvm-a335d857639784b10171cc2dcaa8800c22fd86ed.tar.gz bcm5719-llvm-a335d857639784b10171cc2dcaa8800c22fd86ed.zip  | |
[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.
llvm-svn: 360388
| -rw-r--r-- | compiler-rt/test/tsan/libdispatch/io-race.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/test/tsan/libdispatch/io-race.c b/compiler-rt/test/tsan/libdispatch/io-race.c index 27d315c4b27..d415104a667 100644 --- a/compiler-rt/test/tsan/libdispatch/io-race.c +++ b/compiler-rt/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"  | 

