summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/disable-leaks.test
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2018-07-06 17:06:01 +0000
committerYvan Roux <yvan.roux@linaro.org>2018-07-06 17:06:01 +0000
commitbecbb87553123b288a74a695d5355c87b5f49846 (patch)
tree9a6d7570d4f8df09c8b131d16ae6b6509924e83f /compiler-rt/test/fuzzer/disable-leaks.test
parent2efb847b6fd09dfdc3f3757d1d4175ae5549e822 (diff)
downloadbcm5719-llvm-becbb87553123b288a74a695d5355c87b5f49846.tar.gz
bcm5719-llvm-becbb87553123b288a74a695d5355c87b5f49846.zip
[libFuzzer] Disable hanging tests on AArch64
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
Diffstat (limited to 'compiler-rt/test/fuzzer/disable-leaks.test')
-rw-r--r--compiler-rt/test/fuzzer/disable-leaks.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/disable-leaks.test b/compiler-rt/test/fuzzer/disable-leaks.test
index c153467471e..1c65884e321 100644
--- a/compiler-rt/test/fuzzer/disable-leaks.test
+++ b/compiler-rt/test/fuzzer/disable-leaks.test
@@ -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
OpenPOWER on IntegriCloud