[PATCH] D50386: [libFuzzer] Disable print_unstable_stats.test for aarch64.

Max Moroz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 7 07:21:19 PDT 2018


Dor1s created this revision.
Dor1s added reviewers: morehouse, kevinwkt, metzman.
Herald added a reviewer: javed.absar.
Herald added subscribers: Sanitizers, delcypher, kristof.beyls.

Follow-up for https://reviews.llvm.org/D50264. Reported by testbots:
http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/5592


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D50386

Files:
  test/fuzzer/print_unstable_stats.test


Index: test/fuzzer/print_unstable_stats.test
===================================================================
--- test/fuzzer/print_unstable_stats.test
+++ 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: t4(int, int, int)
 
 LONG-DAG: stat::stability_rate: 27.59
-


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50386.159502.patch
Type: text/x-patch
Size: 553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180807/137edf89/attachment-0001.bin>


More information about the llvm-commits mailing list