Skip to content

Commit

Permalink
[libFuzzer] Disable print_unstable_stats.test for aarch64.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Dor1s committed Aug 7, 2018
1 parent b06d283 commit e03993e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compiler-rt/test/fuzzer/print_unstable_stats.test
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -18,4 +21,3 @@ LONG-DAG: t3()
LONG-DAG: t4(int, int, int)

LONG-DAG: stat::stability_rate: 27.59

0 comments on commit e03993e

Please sign in to comment.