Skip to content

Commit

Permalink
Revert "Mark new TSan test as unsupported on PPC."
Browse files Browse the repository at this point in the history
This reverts commit b517d67.
  • Loading branch information
ilovepi committed May 21, 2022
1 parent 705f048 commit f1d197f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions compiler-rt/test/tsan/lock_free_stack.cpp
@@ -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;
Expand Down

0 comments on commit f1d197f

Please sign in to comment.