[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:34:36 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT337949: [libFuzzer] Disable handle-unstable.test for ARM and delete duplicated test… (authored by Dor1s, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D49810?vs=157322&id=157324#toc
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.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
Index: test/fuzzer/handle_unstable_minunstable.test
===================================================================
--- test/fuzzer/handle_unstable_minunstable.test
+++ test/fuzzer/handle_unstable_minunstable.test
@@ -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()
-
-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49810.157324.patch
Type: text/x-patch
Size: 1043 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180725/ccd77603/attachment.bin>
More information about the llvm-commits
mailing list