[compiler-rt] r352778 - [libFuzzer] relax a flaky test
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 31 10:40:12 PST 2019
Author: kcc
Date: Thu Jan 31 10:40:12 2019
New Revision: 352778
URL: http://llvm.org/viewvc/llvm-project?rev=352778&view=rev
Log:
[libFuzzer] relax a flaky test
Modified:
compiler-rt/trunk/test/fuzzer/three-bytes.test
Modified: compiler-rt/trunk/test/fuzzer/three-bytes.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/three-bytes.test?rev=352778&r1=352777&r2=352778&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/three-bytes.test (original)
+++ compiler-rt/trunk/test/fuzzer/three-bytes.test Thu Jan 31 10:40:12 2019
@@ -2,7 +2,6 @@ Tests -use_value_profile=2 (alternative
RUN: %cpp_compiler %S/ThreeBytes.cpp -o %t
RUN: %run %t -seed=1 -runs=30000
-RUN: %run %t -seed=1 -runs=30000 -use_value_profile=1
RUN: not %run %t -seed=1 -runs=1000000 -use_value_profile=2 2>&1 | FileCheck %s
CHECK: Test unit written
More information about the llvm-commits
mailing list