[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:22:31 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT339143: [libFuzzer] Disable print_unstable_stats.test for aarch64. (authored by Dor1s, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D50386?vs=159502&id=159503#toc

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.159503.patch
Type: text/x-patch
Size: 553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180807/e67003e7/attachment-0001.bin>


More information about the llvm-commits mailing list