summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-07-18 01:00:28 +0000
committerKostya Serebryany <kcc@google.com>2017-07-18 01:00:28 +0000
commit871c157b1a77a5054632a9dcc586f97b9fe0692b (patch)
tree9fc94f60738896f2c0b07f341be93f4d6835ebfc /llvm/lib/Fuzzer
parentf6bd788ddaabf2e350c38fddfe1841e43b1114ae (diff)
downloadbcm5719-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')
-rw-r--r--llvm/lib/Fuzzer/test/fuzzer-flags.test3
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
OpenPOWER on IntegriCloud