From d75ed9864acb15d1543e839fe4627c9b1d867c22 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 23 Nov 2021 11:50:49 +0100 Subject: [PATCH] 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 --- compiler-rt/test/tsan/signal_sync2.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler-rt/test/tsan/signal_sync2.cpp b/compiler-rt/test/tsan/signal_sync2.cpp index 7d00296..a1c31dc 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 #include -- 2.7.4