[libFuzzer] Disable hanging tests on AArch64
authorYvan Roux <yvan.roux@linaro.org>
Fri, 6 Jul 2018 17:06:01 +0000 (17:06 +0000)
committerYvan Roux <yvan.roux@linaro.org>
Fri, 6 Jul 2018 17:06:01 +0000 (17:06 +0000)
Disable problematic tests which broke AArch64 bots.
Details available in Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=38034

Differential Revision: https://reviews.llvm.org/D49011

llvm-svn: 336446

compiler-rt/test/fuzzer/counters.test
compiler-rt/test/fuzzer/disable-leaks.test
compiler-rt/test/fuzzer/fuzzer-oom.test

index 1a15378..f75d3a0 100644 (file)
@@ -1,4 +1,5 @@
 XFAIL: ios
+UNSUPPORTED: aarch64
 RUN: %cpp_compiler %S/CounterTest.cpp -o %t-CounterTest
 RUN: not %run %t-CounterTest  -max_len=6 -seed=1 -timeout=15 2>&1 | FileCheck %s --check-prefix=COUNTERS
 
index c153467..1c65884 100644 (file)
@@ -1,4 +1,5 @@
 REQUIRES: lsan
+UNSUPPORTED: aarch64
 RUN: %cpp_compiler %S/AccumulateAllocationsTest.cpp -o %t-AccumulateAllocationsTest
 RUN: %run %t-AccumulateAllocationsTest -detect_leaks=1 -runs=100000 2>&1 | FileCheck %s --check-prefix=ACCUMULATE_ALLOCS
 ACCUMULATE_ALLOCS: INFO: libFuzzer disabled leak detection after every mutation
index 6afc0e6..e82fb47 100644 (file)
@@ -1,3 +1,4 @@
+UNSUPPORTED: aarch64
 RUN: %cpp_compiler %S/OutOfMemoryTest.cpp -o %t-OutOfMemoryTest
 RUN: %cpp_compiler %S/OutOfMemorySingleLargeMallocTest.cpp -o %t-OutOfMemorySingleLargeMallocTest
 RUN: %cpp_compiler %S/AccumulateAllocationsTest.cpp -o %t-AccumulateAllocationsTest