Skip to content

Commit f1d197f

Browse files
committed
Revert "Mark new TSan test as unsupported on PPC."
This reverts commit b517d67.
1 parent 705f048 commit f1d197f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

compiler-rt/test/tsan/lock_free_stack.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
22
// RUN: %clangxx_tsan -O1 %s -DRACE -o %t && %deflake %run %t | FileCheck %s --check-prefix=CHECK-RACE
3-
4-
// Found in the post-submit testing under PPC (documented in
5-
// https://reviews.llvm.org/D110552), this test fails under PowerPC. Should be
6-
// investigated at some point.
7-
// UNSUPPORTED: ppc
8-
93
#include "test.h"
104

115
const int kThreadCount = 4;

0 commit comments

Comments
 (0)