[PATCH] D49810: [libFuzzer] Disable handle-unstable.test for ARM and delete duplicated test file.

Max Moroz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 25 11:24:48 PDT 2018


Dor1s created this revision.
Dor1s added reviewers: kevinwkt, morehouse, metzman.
Herald added subscribers: Sanitizers, chrib, delcypher, kristof.beyls.

This change should fix the failures mentioned in
https://reviews.llvm.org/D49684#1175245


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D49810

Files:
  test/fuzzer/handle-unstable.test
  test/fuzzer/handle_unstable_minunstable.test


Index: test/fuzzer/handle_unstable_minunstable.test
===================================================================
--- test/fuzzer/handle_unstable_minunstable.test
+++ /dev/null
@@ -1,12 +0,0 @@
-RUN: %cpp_compiler %S/PrintUnstableStatsTest.cpp -o %t-HandleUnstableMinUnstableTest
-RUN: %run %t-HandleUnstableMinUnstableTest -print_coverage=1 -handle_unstable=1 -runs=100000 2>&1 | FileCheck %s --check-prefix=UNSTABLE
-UNSTABLE-NOT: ini0()
-UNSTABLE-NOT: ini1()
-UNSTABLE-NOT: ini2()
-
-RUN: %run %t-HandleUnstableMinUnstableTest -print_coverage=1 -runs=100000 2>&1 | FileCheck %s --check-prefix=NORMAL
-NORMAL-DAG: ini0()
-NORMAL-DAG: ini1()
-NORMAL-DAG: ini2()
-
-
Index: test/fuzzer/handle-unstable.test
===================================================================
--- test/fuzzer/handle-unstable.test
+++ test/fuzzer/handle-unstable.test
@@ -1,3 +1,6 @@
+# Tests -handle_unstable
+UNSUPPORTED: aarch64
+
 RUN: %cpp_compiler %S/PrintUnstableStatsTest.cpp -o %t-HandleUnstableTest
 
 ; Normal


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49810.157322.patch
Type: text/x-patch
Size: 1008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180725/913231ae/attachment.bin>


More information about the llvm-commits mailing list