You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# FIXME: Disabled on Windows for now because Windows has no ulimit command.
|
|
UNSUPPORTED: windows
|
|
RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
|
|
RUN: ulimit -s 1000
|
|
RUN: not %run %t-SimpleTest
|