summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/fork-sigusr.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/fork-sigusr.test')
-rw-r--r--compiler-rt/test/fuzzer/fork-sigusr.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/fuzzer/fork-sigusr.test b/compiler-rt/test/fuzzer/fork-sigusr.test
index bceca712724..5666ae7f4f3 100644
--- a/compiler-rt/test/fuzzer/fork-sigusr.test
+++ b/compiler-rt/test/fuzzer/fork-sigusr.test
@@ -8,7 +8,7 @@ RUN: %cpp_compiler %S/ShallowOOMDeepCrash.cpp -o %t/ForkSIGUSR
RUN: %run %t/ForkSIGUSR -fork=3 -rss_limit_mb=128 -ignore_crashes=1 2> %t/log & export PID=$!
RUN: sleep 3
RUN: pkill -SIGUSR2 -f %t/ForkSIGUSR
-RUN: sleep 3
-RUN: cat %t/log | FileCheck %s --dump-input-on-failure
+RUN: sleep 6
+RUN: cat %t/log | FileCheck %s
CHECK: libFuzzer: {{.*}}exiting
OpenPOWER on IntegriCloud