forked from OSchip/llvm-project
[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.
This commit is contained in:
parent
419deccfd1
commit
d4b193ca64
|
@ -1,5 +1,5 @@
|
|||
# Linker errors on AArch64 Linux
|
||||
XFAIL: aarch64-linux
|
||||
# Linker errors on AArch64 Linux in stage 2 build
|
||||
UNSUPPORTED: aarch64-linux
|
||||
|
||||
RUN: %cpp_compiler %S/FlagsTest.cpp -o %t-FlagsTest
|
||||
RUN: %run %t-FlagsTest -runs=10 -foo_bar=1 2>&1 | FileCheck %s --check-prefix=FOO_BAR
|
||||
|
|
Loading…
Reference in New Issue