[compiler-rt] 62c37fa - [compiler-rt][xray] Disable fdr-reinit test on Arm
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 14 05:38:38 PST 2022
Author: David Spickett
Date: 2022-02-14T13:36:51Z
New Revision: 62c37fa2ac19decaf71494d8e00e311e5de52985
URL: https://github.com/llvm/llvm-project/commit/62c37fa2ac19decaf71494d8e00e311e5de52985
DIFF: https://github.com/llvm/llvm-project/commit/62c37fa2ac19decaf71494d8e00e311e5de52985.diff
LOG: [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.
Added:
Modified:
compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cpp b/compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cpp
index 42e7fa24d54e3..faf1372d61bd4 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
More information about the llvm-commits
mailing list