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 419decc commit d4b193cCopy full SHA for d4b193c
compiler-rt/test/fuzzer/fuzzer-flags.test
@@ -1,5 +1,5 @@
1
-# Linker errors on AArch64 Linux
2
-XFAIL: aarch64-linux
+# Linker errors on AArch64 Linux in stage 2 build
+UNSUPPORTED: aarch64-linux
3
4
RUN: %cpp_compiler %S/FlagsTest.cpp -o %t-FlagsTest
5
RUN: %run %t-FlagsTest -runs=10 -foo_bar=1 2>&1 | FileCheck %s --check-prefix=FOO_BAR
0 commit comments