summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorMarcos Pividori <mpividori@google.com>2017-02-08 00:02:54 +0000
committerMarcos Pividori <mpividori@google.com>2017-02-08 00:02:54 +0000
commitabcdcf9f8662ae8b33ed84ac6404bc6c00cc3143 (patch)
treec6a2143c389ccedf242485daa09bfb5f21ca1218 /llvm/lib
parent7444aae914d637d97c0d281ec46e85df3305f5c0 (diff)
downloadbcm5719-llvm-abcdcf9f8662ae8b33ed84ac6404bc6c00cc3143.tar.gz
bcm5719-llvm-abcdcf9f8662ae8b33ed84ac6404bc6c00cc3143.zip
[libFuzzer] Disable ulimit test on windows.
Differential Revision: https://reviews.llvm.org/D29535 llvm-svn: 294383
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Fuzzer/test/ulimit.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/ulimit.test b/llvm/lib/Fuzzer/test/ulimit.test
index a60636c351b..c2faca13f72 100644
--- a/llvm/lib/Fuzzer/test/ulimit.test
+++ b/llvm/lib/Fuzzer/test/ulimit.test
@@ -1,2 +1,4 @@
+REQUIRES: posix
+
RUN: ulimit -s 1000
RUN: LLVMFuzzer-SimpleTest
OpenPOWER on IntegriCloud