diff options
| author | Diana Picus <diana.picus@linaro.org> | 2019-07-15 11:33:41 +0000 |
|---|---|---|
| committer | Diana Picus <diana.picus@linaro.org> | 2019-07-15 11:33:41 +0000 |
| commit | 0bf0b8ff7c7edcad0f79e4c39dddd58bc0d62a72 (patch) | |
| tree | bd921975a1edeb739f5761c45dabc25f148697dd | |
| parent | f059147a108b73681d2b394aa358800e9662a02d (diff) | |
| download | bcm5719-llvm-0bf0b8ff7c7edcad0f79e4c39dddd58bc0d62a72.tar.gz bcm5719-llvm-0bf0b8ff7c7edcad0f79e4c39dddd58bc0d62a72.zip | |
[libFuzzer] Disable fork.test on AArch64
This crashes sporadically on our AArch64 buildbots. Disable for now.
llvm-svn: 366055
| -rw-r--r-- | compiler-rt/test/fuzzer/fork.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/fork.test b/compiler-rt/test/fuzzer/fork.test index bcc9b550e70..e0f348b2bff 100644 --- a/compiler-rt/test/fuzzer/fork.test +++ b/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 |

