aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2022-02-14 13:36:51 +0000
committerDavid Spickett <david.spickett@linaro.org>2022-02-14 13:36:51 +0000
commit62c37fa2ac19decaf71494d8e00e311e5de52985 (patch)
tree3c1c8d245dd600b544620910aa7e9ef6f81ecc35
parent348bfc8e50ea69e17e057636dd2823f60b88a034 (diff)
[compiler-rt][xray] Disable fdr-reinit test on Arm
This test is still seemingly randomly segfaulting on Arm: https://lab.llvm.org/buildbot/#/builders/178/builds/1547 Though it seems to fail earlier in the test than on AArch64. Investigation continues.
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cpp b/compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cpp
index 42e7fa24d54e..faf1372d61bd 100644
--- a/compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cpp
+++ b/compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cpp
@@ -1,5 +1,5 @@
-// This will sometimes segfault on the AArch64 bots
-// UNSUPPORTED: aarch64
+// This will sometimes segfault on the AArch64 and Arm bots
+// UNSUPPORTED: aarch64, arm
// RUN: %clangxx_xray -g -std=c++11 %s -o %t
// RUN: rm xray-log.fdr-reinit* || true
// RUN: XRAY_OPTIONS="verbosity=1" %run %t