forked from OSchip/llvm-project
Revert "Mark new TSan test as unsupported on PPC."
This reverts commit b517d679dd
.
This commit is contained in:
parent
705f048cbb
commit
f1d197f1a8
|
@ -1,11 +1,5 @@
|
|||
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
|
||||
// RUN: %clangxx_tsan -O1 %s -DRACE -o %t && %deflake %run %t | FileCheck %s --check-prefix=CHECK-RACE
|
||||
|
||||
// Found in the post-submit testing under PPC (documented in
|
||||
// https://reviews.llvm.org/D110552), this test fails under PowerPC. Should be
|
||||
// investigated at some point.
|
||||
// UNSUPPORTED: ppc
|
||||
|
||||
#include "test.h"
|
||||
|
||||
const int kThreadCount = 4;
|
||||
|
|
Loading…
Reference in New Issue