Skip to content

Commit 0bf0b8f

Browse files
committed
[libFuzzer] Disable fork.test on AArch64
This crashes sporadically on our AArch64 buildbots. Disable for now. llvm-svn: 366055
1 parent f059147 commit 0bf0b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/fuzzer/fork.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNSUPPORTED: darwin, freebsd
1+
# UNSUPPORTED: darwin, freebsd, aarch64
22
BINGO: BINGO
33
RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
44
RUN: not %run %t-SimpleTest -fork=1 2>&1 | FileCheck %s --check-prefix=BINGO

0 commit comments

Comments
 (0)