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 6fa82e3 commit b517d67Copy full SHA for b517d67
compiler-rt/test/tsan/lock_free_stack.cpp
@@ -1,5 +1,11 @@
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