[compiler-rt] r339143 - [libFuzzer] Disable print_unstable_stats.test for aarch64.

Max Moroz via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 7 07:22:01 PDT 2018


Author: dor1s
Date: Tue Aug  7 07:22:00 2018
New Revision: 339143

URL: http://llvm.org/viewvc/llvm-project?rev=339143&view=rev
Log:
[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

Modified:
    compiler-rt/trunk/test/fuzzer/print_unstable_stats.test

Modified: compiler-rt/trunk/test/fuzzer/print_unstable_stats.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/print_unstable_stats.test?rev=339143&r1=339142&r2=339143&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/print_unstable_stats.test (original)
+++ compiler-rt/trunk/test/fuzzer/print_unstable_stats.test Tue Aug  7 07:22:00 2018
@@ -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
-




More information about the llvm-commits mailing list