Skip to content

Commit 7dbf5ce

Browse files
antmoxDavidSpickett
authored andcommitted
[fuzzer][test] Disable noasan-strncmp test for AArch64
This test fails on several aarch64 bots clang-aarch64-lld-2stage ( https://lab.llvm.org/buildbot/#/builders/185/builds/3525 ) clang-aarch64-full-2stage ( https://lab.llvm.org/buildbot/#/builders/179/builds/5904 ) clang-aarch64-sve-vla ( https://lab.llvm.org/buildbot/#/builders/197/builds/4519 ) Disable it while this is analyzed. Reviewed By: DavidSpickett Differential Revision: https://reviews.llvm.org/D148332
1 parent d56b74e commit 7dbf5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/fuzzer/noasan-strncmp.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
UNSUPPORTED: darwin, target={{.*(freebsd|windows).*}}
1+
UNSUPPORTED: darwin, target={{.*(freebsd|windows).*}}, target=aarch64{{.*}}
22

33
RUN: %cpp_compiler -fno-sanitize=address %S/StrncmpTest.cpp -o %t-NoAsanStrncmpTest
44
RUN: not %run %t-NoAsanStrncmpTest -seed=2 -runs=10000000 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)