We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705f048 commit f1d197fCopy full SHA for f1d197f
compiler-rt/test/tsan/lock_free_stack.cpp
@@ -1,11 +1,5 @@
1
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
2
// 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
9
#include "test.h"
10
11
const int kThreadCount = 4;
0 commit comments