Skip to content

Commit d4b193c

Browse files
committed
[compiler-rt][fuzzer] Mark flags test unsupported on AArch64 Linux
Previously I xfailed this but it's only failing in stage 2 so we get xpasses for stage 1. Disable it completely.
1 parent 419decc commit d4b193c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/test/fuzzer/fuzzer-flags.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Linker errors on AArch64 Linux
2-
XFAIL: aarch64-linux
1+
# Linker errors on AArch64 Linux in stage 2 build
2+
UNSUPPORTED: aarch64-linux
33

44
RUN: %cpp_compiler %S/FlagsTest.cpp -o %t-FlagsTest
55
RUN: %run %t-FlagsTest -runs=10 -foo_bar=1 2>&1 | FileCheck %s --check-prefix=FOO_BAR

0 commit comments

Comments
 (0)