Sign in
◑
Theme
cobalt
/
cobalt.git
/
b48d5d342d8a80b19c4a69b353cdb8fdc6ab3789
/
.
/
third_party
/
llvm-project
/
compiler-rt
/
test
/
fuzzer
/
ulimit.test
blob: 223f2ac9bb6e2eb9d4cc0409ddacd3af976bcf6a [
file
]
# FIXME: Disabled on Windows for now because Windows has no ulimit command.
UNSUPPORTED
:
target
={{.*
windows
.*}}
RUN
:
%
cpp_compiler
%
S
/
SimpleTest
.
cpp
-
o
%
t
-
SimpleTest
RUN
:
ulimit
-
s
1000
RUN
:
not
%
run
%
t
-
SimpleTest