forked from OSchip/llvm-project
[compiler-rt][libFuzzer] Disable counters test on arm
This test is either very slow or loops forever on 32 bit Arm. One of a few tests causing timeouts on our buildbots: https://lab.llvm.org/buildbot/#/builders/190/builds/513
This commit is contained in:
parent
4ccbf1d2fb
commit
6bfbb89e96
|
@ -1,4 +1,4 @@
|
|||
UNSUPPORTED: aarch64, ios
|
||||
UNSUPPORTED: aarch64, ios, arm
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue