From 01c762b9fd49aaa0cfd76d425155b7aff1b8e135 Mon Sep 17 00:00:00 2001 From: George Karpenkov Date: Fri, 13 Jul 2018 01:21:50 +0000 Subject: [PATCH] [fuzzer] [tests] Increase the number of iterations for three-bytes.test The test is flaky otherwise on some of our macOS machines in the test fleet. Differential Revision: https://reviews.llvm.org/D49277 llvm-svn: 336966 --- compiler-rt/test/fuzzer/three-bytes.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/fuzzer/three-bytes.test b/compiler-rt/test/fuzzer/three-bytes.test index 8026bc675226..242be49e4227 100644 --- a/compiler-rt/test/fuzzer/three-bytes.test +++ b/compiler-rt/test/fuzzer/three-bytes.test @@ -3,6 +3,6 @@ RUN: %cpp_compiler %S/ThreeBytes.cpp -o %t RUN: %run %t -seed=1 -runs=100000 RUN: %run %t -seed=1 -runs=100000 -use_value_profile=1 -RUN: not %run %t -seed=1 -runs=100000 -use_value_profile=2 2>&1 | FileCheck %s +RUN: not %run %t -seed=1 -runs=1000000 -use_value_profile=2 2>&1 | FileCheck %s CHECK: Test unit written