Skip to content

Commit

Permalink
[compiler-rt][fuzzer] Xfail flags test on AArch64 Linux
Browse files Browse the repository at this point in the history
This fails with:
/tmp/FlagsTest-5761bc.o: In function `sancov.module_ctor_8bit_counters':
FlagsTest.cpp:(.text.sancov.module_ctor_8bit_counters[sancov.module_ctor_8bit_counters]+0x14): undefined reference to `__start___sancov_cntrs'
FlagsTest.cpp:(.text.sancov.module_ctor_8bit_counters[sancov.module_ctor_8bit_counters]+0x18): undefined reference to `__stop___sancov_cntrs'
<...>

Since https://reviews.llvm.org/D107374. However the changes
there don't seem to be the real fault so xfail while I look into it.
  • Loading branch information
DavidSpickett committed Aug 11, 2021
1 parent 01d59c0 commit 683147f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler-rt/test/fuzzer/fuzzer-flags.test
@@ -1,3 +1,6 @@
# Linker errors on AArch64 Linux
XFAIL: 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
FOO_BAR: WARNING: unrecognized flag '-foo_bar=1'; use -help=1 to list all flags
Expand Down

0 comments on commit 683147f

Please sign in to comment.