Skip to content

Commit 4bcf513

Browse files
[lit] Mark shtest-ulimit.py unsupported on Solaris
There were some build failures because apparently running ulimit -n 50 actually means ulimit -n 48 there. Losing the test coverage on Solaris shouldn't be a big deal.
1 parent 1c88b26 commit 4bcf513

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/shtest-ulimit.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Check the ulimit command
22

33
# ulimit does not work on non-POSIX platforms.
4-
# UNSUPPORTED: system-windows
4+
# Solaris for some reason does not respect ulimit -n, so mark it unsupported
5+
# as well.
6+
# UNSUPPORTED: system-windows, system-solaris
57

68
# RUN: not %{lit} -a -v %{inputs}/shtest-ulimit | FileCheck %s
79

0 commit comments

Comments
 (0)