[compiler-rt] d75ed98 - tsan: disable signal_sync2.cpp test on powerpc64
Dmitry Vyukov via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 23 08:58:31 PST 2021
Author: Dmitry Vyukov
Date: 2021-11-23T17:58:26+01:00
New Revision: d75ed9864acb15d1543e839fe4627c9b1d867c22
URL: https://github.com/llvm/llvm-project/commit/d75ed9864acb15d1543e839fe4627c9b1d867c22
DIFF: https://github.com/llvm/llvm-project/commit/d75ed9864acb15d1543e839fe4627c9b1d867c22.diff
LOG: tsan: disable signal_sync2.cpp test on powerpc64
Fails 1 out of 10 runs on powerpc bots:
https://lab.llvm.org/buildbot/#/builders/121/builds/13391
Reviewed By: nemanjai
Differential Revision: https://reviews.llvm.org/D114426
Added:
Modified:
compiler-rt/test/tsan/signal_sync2.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/tsan/signal_sync2.cpp b/compiler-rt/test/tsan/signal_sync2.cpp
index 7d00296f4339b..a1c31dcdc1ee7 100644
--- a/compiler-rt/test/tsan/signal_sync2.cpp
+++ b/compiler-rt/test/tsan/signal_sync2.cpp
@@ -1,5 +1,8 @@
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
// UNSUPPORTED: darwin
+// Fails episodically on powerpc bots:
+// https://lab.llvm.org/buildbot/#/builders/121/builds/13391
+// UNSUPPORTED: powerpc64, powerpc64le
#include "test.h"
#include <errno.h>
#include <signal.h>
More information about the llvm-commits
mailing list