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
This commit is contained in:
parent
a114f15193
commit
d75ed9864a
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue