[PATCH] D29535: [libFuzzer] ulimit not implemented for Windows.
Marcos Pividori via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 7 16:14:27 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL294383: [libFuzzer] Disable ulimit test on windows. (authored by mpividori).
Changed prior to commit:
https://reviews.llvm.org/D29535?vs=87080&id=87551#toc
Repository:
rL LLVM
https://reviews.llvm.org/D29535
Files:
llvm/trunk/lib/Fuzzer/test/ulimit.test
Index: llvm/trunk/lib/Fuzzer/test/ulimit.test
===================================================================
--- llvm/trunk/lib/Fuzzer/test/ulimit.test
+++ llvm/trunk/lib/Fuzzer/test/ulimit.test
@@ -1,2 +1,4 @@
+REQUIRES: posix
+
RUN: ulimit -s 1000
RUN: LLVMFuzzer-SimpleTest
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29535.87551.patch
Type: text/x-patch
Size: 284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170208/92b81e80/attachment.bin>
More information about the llvm-commits
mailing list