Skip to content

Commit 5373ed0

Browse files
committed
[fuzzer][test] Disable noasan-strcmp test for AArch64
This patch disables the `noasan-strcmp.test` for AArch64 Linux as it consistently fails on the buildbot machine while passing on other AArch64 Linux systems. We have seen similar issues on noasan-strncmp.test in past which had random failures on certain machines/environments. Following buildbot is failing in both check stage1 and stage2: https://lab.llvm.org/buildbot/#/builders/121/builds/711
1 parent 9a88ede commit 5373ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/fuzzer/noasan-strcmp.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/StrcmpTest.cpp -o %t-NoAsanStrcmpTest
44
RUN: not %run %t-NoAsanStrcmpTest -seed=1 -runs=2000000 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)