summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2019-07-15 11:33:41 +0000
committerDiana Picus <diana.picus@linaro.org>2019-07-15 11:33:41 +0000
commit03e95d819a634b6f3a4c8a66712736273684a728 (patch)
tree7275bf680b468ad5cfa9f1b17ae0f9bacf0c4850
parente2e4f5497eafbafcc1852495c8ce81585909edbe (diff)
downloadcompiler-rt-03e95d819a634b6f3a4c8a66712736273684a728.tar.gz
[libFuzzer] Disable fork.test on AArch64
This crashes sporadically on our AArch64 buildbots. Disable for now. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@366055 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/fuzzer/fork.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/fork.test b/test/fuzzer/fork.test
index bcc9b550e..e0f348b2b 100644
--- a/test/fuzzer/fork.test
+++ b/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