Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
compiler-rt
/
test
/
fuzzer
/
ulimit.test
blob: 7cf4c0a68866bf579aa70f75be172e20ebb73035 [
file
] [
log
] [
blame
]
# FIXME: Disabled on Windows for now because Windows has no ulimit command.
UNSUPPORTED
:
windows
RUN
:
%
cpp_compiler
%
S
/
SimpleTest
.
cpp
-
o
%
t
-
SimpleTest
RUN
:
ulimit
-
s
1000
RUN
:
not
%
run
%
t
-
SimpleTest