[libFuzzer] Disable ulimit test on windows.
Differential Revision: https://reviews.llvm.org/D29535 llvm-svn: 294383
This commit is contained in:
parent
7444aae914
commit
abcdcf9f86
|
|
@ -1,2 +1,4 @@
|
|||
REQUIRES: posix
|
||||
|
||||
RUN: ulimit -s 1000
|
||||
RUN: LLVMFuzzer-SimpleTest
|
||||
|
|
|
|||
Loading…
Reference in New Issue