[compiler-rt] f1d197f - Revert "Mark new TSan test as unsupported on PPC."
Paul Kirth via llvm-commits
llvm-commits at lists.llvm.org
Fri May 20 17:19:00 PDT 2022
Author: Paul Kirth
Date: 2022-05-21T00:11:50Z
New Revision: f1d197f1a804f470b1025a7a9eeabeecfcbaeb0d
URL: https://github.com/llvm/llvm-project/commit/f1d197f1a804f470b1025a7a9eeabeecfcbaeb0d
DIFF: https://github.com/llvm/llvm-project/commit/f1d197f1a804f470b1025a7a9eeabeecfcbaeb0d.diff
LOG: Revert "Mark new TSan test as unsupported on PPC."
This reverts commit b517d679dd69a30ed84e9782a2e902cf4284ebc7.
Added:
Modified:
compiler-rt/test/tsan/lock_free_stack.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/tsan/lock_free_stack.cpp b/compiler-rt/test/tsan/lock_free_stack.cpp
index 3ae6ced95b80..5477adcfdf97 100755
--- a/compiler-rt/test/tsan/lock_free_stack.cpp
+++ b/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;
More information about the llvm-commits
mailing list