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

5 lines
214 B
Text

# 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