Skip to content

Commit b517d67

Browse files
committed
Mark new TSan test as unsupported on PPC.
Notably fails under PPC. For now, just exclude it. More details in the original Phabricator review, https://reviews.llvm.org/D110552.
1 parent 6fa82e3 commit b517d67

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

compiler-rt/test/tsan/lock_free_stack.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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+
39
#include "test.h"
410

511
const int kThreadCount = 4;

0 commit comments

Comments
 (0)