diff options
author | George Karpenkov <ekarpenkov@apple.com> | 2018-10-10 00:58:03 +0000 |
---|---|---|
committer | George Karpenkov <ekarpenkov@apple.com> | 2018-10-10 00:58:03 +0000 |
commit | 56c8108f9a3523f85cd251a13950b12c3d4c9a49 (patch) | |
tree | a8afacccdf4cb1a4198af9f8f0796560c9b90159 /test/fuzzer/value-profile-set.test | |
parent | 6d75199846c30f76a9d4e9f2bfd984e2aeafad1a (diff) | |
download | compiler-rt-56c8108f9a3523f85cd251a13950b12c3d4c9a49.tar.gz |
[libFuzzer] Disable value profiling tests on ARM
Some seem fragile, some fail, and some just take a really long time to run.
It does not seem to make sense to support some subset of value profiling tests.
Differential Revision: https://reviews.llvm.org/D53047
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@344105 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/fuzzer/value-profile-set.test')
-rw-r--r-- | test/fuzzer/value-profile-set.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzzer/value-profile-set.test b/test/fuzzer/value-profile-set.test index e55f1e4a8..7515e3651 100644 --- a/test/fuzzer/value-profile-set.test +++ b/test/fuzzer/value-profile-set.test @@ -1,3 +1,4 @@ +UNSUPPORTED: ios CHECK: BINGO RUN: %cpp_compiler %S/FourIndependentBranchesTest.cpp -o %t-FourIndependentBranchesTest RUN: not %run %t-FourIndependentBranchesTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s |