bolt/deps/llvm-18.1.8/compiler-rt/test/fuzzer/big-file-copy.test
2025-02-14 19:21:04 +01:00

6 lines
214 B
Text

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)