blob: 2d96feae5b58e542f5a29f9c682de61c815ef388 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Check the ulimit command
# ulimit does not work on non-POSIX platforms.
# These tests are specific to options that Darwin does not support.
# UNSUPPORTED: system-windows, system-darwin, system-aix
# RUN: not %{lit} -a -v %{inputs}/shtest-ulimit-nondarwin | FileCheck %s
# CHECK: -- Testing: 1 tests{{.*}}
# CHECK-LABEL: FAIL: shtest-ulimit :: ulimit_okay.txt ({{[^)]*}})
# CHECK: ulimit -v 1048576
# CHECK: RLIMIT_AS=1073741824
|