[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:
David Spickett 2021-12-07 11:55:11 +00:00
parent 4ccbf1d2fb
commit 6bfbb89e96
1 changed files with 1 additions and 1 deletions

View File

@ -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