diff options
Diffstat (limited to 'compiler-rt/test/fuzzer')
| -rw-r--r-- | compiler-rt/test/fuzzer/fork.test | 5 | ||||
| -rw-r--r-- | compiler-rt/test/fuzzer/simple.test | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/fork.test b/compiler-rt/test/fuzzer/fork.test new file mode 100644 index 00000000000..8ce543c2c76 --- /dev/null +++ b/compiler-rt/test/fuzzer/fork.test @@ -0,0 +1,5 @@ +# REQUIRES: linux +CHECK: BINGO +RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest + +RUN: not %run %t-SimpleTest -fork=1 2>&1 | FileCheck %s diff --git a/compiler-rt/test/fuzzer/simple.test b/compiler-rt/test/fuzzer/simple.test index 8fbdf256882..054afdb85cb 100644 --- a/compiler-rt/test/fuzzer/simple.test +++ b/compiler-rt/test/fuzzer/simple.test @@ -2,7 +2,6 @@ CHECK: BINGO RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest RUN: not %run %t-SimpleTest 2>&1 | FileCheck %s -RUN: not %run %t-SimpleTest -fork=1 2>&1 | FileCheck %s # only_ascii mode. Will perform some minimal self-validation. RUN: not %run %t-SimpleTest -only_ascii=1 2>&1 |

