diff options
| author | Kostya Serebryany <kcc@google.com> | 2017-07-18 01:00:28 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2017-07-18 01:00:28 +0000 |
| commit | 871c157b1a77a5054632a9dcc586f97b9fe0692b (patch) | |
| tree | 9fc94f60738896f2c0b07f341be93f4d6835ebfc /llvm/lib/Fuzzer/test/fuzzer-flags.test | |
| parent | f6bd788ddaabf2e350c38fddfe1841e43b1114ae (diff) | |
| download | bcm5719-llvm-871c157b1a77a5054632a9dcc586f97b9fe0692b.tar.gz bcm5719-llvm-871c157b1a77a5054632a9dcc586f97b9fe0692b.zip | |
[libFuzzer] disable fuzzer-flags.test on windows to fix the bots
llvm-svn: 308246
Diffstat (limited to 'llvm/lib/Fuzzer/test/fuzzer-flags.test')
| -rw-r--r-- | llvm/lib/Fuzzer/test/fuzzer-flags.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/fuzzer-flags.test b/llvm/lib/Fuzzer/test/fuzzer-flags.test index 61ce07797b4..976da2906d7 100644 --- a/llvm/lib/Fuzzer/test/fuzzer-flags.test +++ b/llvm/lib/Fuzzer/test/fuzzer-flags.test @@ -1,3 +1,6 @@ +# Does not work on windows for unknown reason. +UNSUPPORTED: windows + RUN: LLVMFuzzer-FlagsTest -foo_bar=1 2>&1 | FileCheck %s --check-prefix=FOO_BAR FOO_BAR: WARNING: unrecognized flag '-foo_bar=1'; use -help=1 to list all flags FOO_BAR: BINGO |

