llvm-toolchain-10/compiler-rt/test/fuzzer/fuzzer-runs.test

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
362 B
Plaintext
Raw Normal View History

2022-07-16 17:39:34 +08:00
RUN: mkdir -p %t
RUN: %cpp_compiler %S/NthRunCrashTest.cpp -o %t-NthRunCrashTest
RUN: echo abcd > %t/NthRunCrashTest.in
RUN: %run %t-NthRunCrashTest %t/NthRunCrashTest.in
RUN: %run %t-NthRunCrashTest %t/NthRunCrashTest.in -runs=10
RUN: not %run %t-NthRunCrashTest %t/NthRunCrashTest.in -runs=10000 2>&1 | FileCheck %s
RUN: rm %t/NthRunCrashTest.in
CHECK: BINGO