Skip to content

Commit 62c37fa

Browse files
committed
[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.
1 parent 348bfc8 commit 62c37fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// This will sometimes segfault on the AArch64 bots
2-
// UNSUPPORTED: aarch64
1+
// This will sometimes segfault on the AArch64 and Arm bots
2+
// UNSUPPORTED: aarch64, arm
33
// RUN: %clangxx_xray -g -std=c++11 %s -o %t
44
// RUN: rm xray-log.fdr-reinit* || true
55
// RUN: XRAY_OPTIONS="verbosity=1" %run %t

0 commit comments

Comments
 (0)