Sign in
rust
/
llvm-project
/
refs/heads/rust-revert-fastisel
/
.
/
compiler-rt
/
test
/
fuzzer
/
big-file-copy.test
blob: 324c10d1dc695a9c8722bc77ebc29b5108c28c13 [
file
] [
edit
]
REQUIRES
:
darwin
UNSUPPORTED
:
darwin
-
remote
RUN
:
%
cpp_compiler
%
S
/
BigFileCopy
.
cpp
-
o
%
t
RUN
:
bash
-
c
'%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 && exit $result'