You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
333 B
7 lines
333 B
RUN: %cpp_compiler %S/TimeoutTest.cpp -o %t-TimeoutTest
|
|
RUN: mkdir -p %t.dir
|
|
|
|
RUN: echo 'Hi!?' > %t.dir/not_minimal_timeout
|
|
RUN: %run %t-TimeoutTest -minimize_crash=1 %t.dir/not_minimal_timeout -timeout=1 -max_total_time=3 2>&1 | FileCheck %s
|
|
CHECK: CRASH_MIN: failed to minimize beyond {{.*}}minimized-from{{.*}} (3 bytes), exiting
|