We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348bfc8 commit 62c37faCopy full SHA for 62c37fa
compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cpp
@@ -1,5 +1,5 @@
1
-// This will sometimes segfault on the AArch64 bots
2
-// UNSUPPORTED: aarch64
+// This will sometimes segfault on the AArch64 and Arm bots
+// UNSUPPORTED: aarch64, arm
3
// RUN: %clangxx_xray -g -std=c++11 %s -o %t
4
// RUN: rm xray-log.fdr-reinit* || true
5
// RUN: XRAY_OPTIONS="verbosity=1" %run %t
0 commit comments