[compiler-rt] r360388 - [TSan][libdispatch] Enable test that supposedly deadlocks on bot

Julian Lettner via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 15:47:19 PDT 2019


Author: yln
Date: Thu May  9 15:47:19 2019
New Revision: 360388

URL: http://llvm.org/viewvc/llvm-project?rev=360388&view=rev
Log:
[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.

Modified:
    compiler-rt/trunk/test/tsan/libdispatch/io-race.c

Modified: compiler-rt/trunk/test/tsan/libdispatch/io-race.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/libdispatch/io-race.c?rev=360388&r1=360387&r2=360388&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/libdispatch/io-race.c (original)
+++ compiler-rt/trunk/test/tsan/libdispatch/io-race.c Thu May  9 15:47:19 2019
@@ -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"




More information about the llvm-commits mailing list