Skip to content

Commit

Permalink
[libFuzzer] Disable fork.test on AArch64
Browse files Browse the repository at this point in the history
This crashes sporadically on our AArch64 buildbots. Disable for now.

llvm-svn: 366055
  • Loading branch information
rovka committed Jul 15, 2019
1 parent f059147 commit 0bf0b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/test/fuzzer/fork.test
@@ -1,4 +1,4 @@
# UNSUPPORTED: darwin, freebsd
# UNSUPPORTED: darwin, freebsd, aarch64
BINGO: BINGO
RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
RUN: not %run %t-SimpleTest -fork=1 2>&1 | FileCheck %s --check-prefix=BINGO
Expand Down

0 comments on commit 0bf0b8f

Please sign in to comment.