diff options
| author | Max Moroz <mmoroz@chromium.org> | 2018-08-07 14:22:00 +0000 |
|---|---|---|
| committer | Max Moroz <mmoroz@chromium.org> | 2018-08-07 14:22:00 +0000 |
| commit | e03993e6c73d8992f7d9c435ccd25a69f259316f (patch) | |
| tree | ee69c8cb4eb53cc2958d97fb600a12cba5e9f7ec | |
| parent | b06d283909b2a5ca249f8edb4d8d5a5ef1eb6654 (diff) | |
| download | bcm5719-llvm-e03993e6c73d8992f7d9c435ccd25a69f259316f.tar.gz bcm5719-llvm-e03993e6c73d8992f7d9c435ccd25a69f259316f.zip | |
[libFuzzer] Disable print_unstable_stats.test for aarch64.
Summary:
Follow-up for https://reviews.llvm.org/D50264. Reported by testbots:
http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/5592
Reviewers: morehouse, kevinwkt, metzman, javed.absar, Dor1s
Reviewed By: Dor1s
Subscribers: kristof.beyls, delcypher, #sanitizers, llvm-commits, kcc
Differential Revision: https://reviews.llvm.org/D50386
llvm-svn: 339143
| -rw-r--r-- | compiler-rt/test/fuzzer/print_unstable_stats.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/print_unstable_stats.test b/compiler-rt/test/fuzzer/print_unstable_stats.test index 4c7883be602..c20efe9408c 100644 --- a/compiler-rt/test/fuzzer/print_unstable_stats.test +++ b/compiler-rt/test/fuzzer/print_unstable_stats.test @@ -1,3 +1,6 @@ +# Tests -print_unstable_stats +UNSUPPORTED: aarch64 + RUN: %cpp_compiler %S/PrintUnstableStatsTest.cpp -o %t-PrintUnstableStatsTest RUN: %run %t-PrintUnstableStatsTest -print_unstable_stats=1 -runs=100000 2>&1 | FileCheck %s --check-prefix=LONG @@ -18,4 +21,3 @@ LONG-DAG: t3() LONG-DAG: t4(int, int, int) LONG-DAG: stat::stability_rate: 27.59 - |

