diff options
| author | Kostya Serebryany <kcc@google.com> | 2019-02-12 00:29:51 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2019-02-12 00:29:51 +0000 |
| commit | 8cc38effe2a3ddb84c5d900c80f476dd17583a98 (patch) | |
| tree | b95e9fb6921d4d8bb4252c72bf5ca2276dcf04f3 /compiler-rt/test/fuzzer/simple.test | |
| parent | 5292a3b6aaed7f3902fdd5add841e9613a036120 (diff) | |
| download | bcm5719-llvm-8cc38effe2a3ddb84c5d900c80f476dd17583a98.tar.gz bcm5719-llvm-8cc38effe2a3ddb84c5d900c80f476dd17583a98.zip | |
[libFuzzer] run the -fork=1 tests only on linux
llvm-svn: 353777
Diffstat (limited to 'compiler-rt/test/fuzzer/simple.test')
| -rw-r--r-- | compiler-rt/test/fuzzer/simple.test | 1 |
1 files changed, 0 insertions, 1 deletions
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 |

