forked from OSchip/llvm-project
[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
This commit is contained in:
parent
8900944109
commit
a335d85763
|
@ -1,8 +1,6 @@
|
||||||
// RUN: %clang_tsan %s -o %t
|
// RUN: %clang_tsan %s -o %t
|
||||||
// RUN: %deflake %run %t 2>&1 | FileCheck %s
|
// RUN: %deflake %run %t 2>&1 | FileCheck %s
|
||||||
|
|
||||||
// REQUIRES: disabled
|
|
||||||
|
|
||||||
#include <dispatch/dispatch.h>
|
#include <dispatch/dispatch.h>
|
||||||
|
|
||||||
#include "../test.h"
|
#include "../test.h"
|
||||||
|
|
Loading…
Reference in New Issue