[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:
David Spickett 2021-08-12 08:24:47 +00:00
parent 419deccfd1
commit d4b193ca64
1 changed files with 2 additions and 2 deletions

View File

@ -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