Sign in
llvm
/
llvm-project
/
compiler-rt
/
9d7a9c3a8de8626c497db3a23226e7965ea2988e
/
.
/
test
/
fuzzer
/
big-file-copy.test
blob: 9565ed4e0bca2b8156249aef76a6ceb238d46c72 [
file
] [
log
] [
blame
]
REQUIRES
:
darwin
UNSUPPORTED
:
ios
RUN
:
%
cpp_compiler
%
S
/
BigFileCopy
.
cpp
-
o
%
t
RUN
:
%
run
%
t
-
runs
=
1
-
rss_limit_mb
=
4096
2
>
big
-
file
-
out
.
txt
;
result
=
$
?
RUN
:
%
run rm
-
f big
-
file
.
txt big
-
file
-
out
.
txt
RUN
:
(
exit
$result
)