[compiler-rt] r337949 - [libFuzzer] Disable handle-unstable.test for ARM and delete duplicated test file.
Max Moroz via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 25 11:34:20 PDT 2018
Author: dor1s
Date: Wed Jul 25 11:34:20 2018
New Revision: 337949
URL: http://llvm.org/viewvc/llvm-project?rev=337949&view=rev
Log:
[libFuzzer] Disable handle-unstable.test for ARM and delete duplicated test file.
Summary:
This change should fix the failures mentioned in
https://reviews.llvm.org/D49684#1175245
Reviewers: kevinwkt, morehouse, metzman
Reviewed By: kevinwkt, morehouse
Subscribers: kristof.beyls, delcypher, chrib, #sanitizers, llvm-commits, kcc
Differential Revision: https://reviews.llvm.org/D49810
Removed:
compiler-rt/trunk/test/fuzzer/handle_unstable_minunstable.test
Modified:
compiler-rt/trunk/test/fuzzer/handle-unstable.test
Modified: compiler-rt/trunk/test/fuzzer/handle-unstable.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/handle-unstable.test?rev=337949&r1=337948&r2=337949&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/handle-unstable.test (original)
+++ compiler-rt/trunk/test/fuzzer/handle-unstable.test Wed Jul 25 11:34:20 2018
@@ -1,3 +1,6 @@
+# Tests -handle_unstable
+UNSUPPORTED: aarch64
+
RUN: %cpp_compiler %S/PrintUnstableStatsTest.cpp -o %t-HandleUnstableTest
; Normal
Removed: compiler-rt/trunk/test/fuzzer/handle_unstable_minunstable.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/handle_unstable_minunstable.test?rev=337948&view=auto
==============================================================================
--- compiler-rt/trunk/test/fuzzer/handle_unstable_minunstable.test (original)
+++ compiler-rt/trunk/test/fuzzer/handle_unstable_minunstable.test (removed)
@@ -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()
-
-
More information about the llvm-commits
mailing list