brintos

brintos / llvm-project-archived public Read only

0
0
Text · 685 B · d5340a7 Raw
22 lines · python
1# Check the ulimit command2 3# ulimit does not work on non-POSIX platforms.4# These tests are specific to options that Darwin does not support.5# UNSUPPORTED: system-windows, system-cygwin, system-darwin, system-aix, system-solaris6 7# RUN: not %{lit} -v %{inputs}/shtest-ulimit-nondarwin | FileCheck %s8 9# CHECK: -- Testing: 2 tests{{.*}}10 11# CHECK-LABEL: FAIL: shtest-ulimit :: ulimit_okay.txt ({{[^)]*}})12# CHECK: ulimit -v 104857613# CHECK: ulimit -s 25614# CHECK: RLIMIT_AS=107374182415# CHECK: RLIMIT_STACK=26214416 17# CHECK-LABEL: FAIL: shtest-ulimit :: ulimit_unlimited.txt ({{[^)]*}})18# CHECK: ulimit -f 519# CHECK: RLIMIT_FSIZE=520# CHECK: ulimit -f unlimited21# CHECK: RLIMIT_FSIZE=-122