]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/fuzzer/ulimit.test
Vendor import of compiler-rt trunk r351319 (just before the release_80
[FreeBSD/FreeBSD.git] / test / fuzzer / ulimit.test
1 # FIXME: Disabled on Windows for now because Windows has no ulimit command.
2 UNSUPPORTED: windows
3 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
4 RUN: ulimit -s 1000
5 RUN: not %run %t-SimpleTest