Skip to content

Commit 683147f

Browse files
committed
[compiler-rt][fuzzer] Xfail flags test on AArch64 Linux
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.
1 parent 01d59c0 commit 683147f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Linker errors on AArch64 Linux
2+
XFAIL: aarch64-linux
3+
14
RUN: %cpp_compiler %S/FlagsTest.cpp -o %t-FlagsTest
25
RUN: %run %t-FlagsTest -runs=10 -foo_bar=1 2>&1 | FileCheck %s --check-prefix=FOO_BAR
36
FOO_BAR: WARNING: unrecognized flag '-foo_bar=1'; use -help=1 to list all flags

0 commit comments

Comments
 (0)