Skip to content

Commit 1f702d4

Browse files
[lit] Mark ulimit test as unsupported on Solaris
160058f broke the Solaris bots because they do not support RLIMIT_FSIZE despite it being in POSIX 2004. Disable it there for now as the loss of test coverage should not be significant.
1 parent 09318c6 commit 1f702d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/lit/tests/shtest-ulimit-nondarwin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ulimit does not work on non-POSIX platforms.
44
# These tests are specific to options that Darwin does not support.
5-
# UNSUPPORTED: system-windows, system-darwin, system-aix
5+
# UNSUPPORTED: system-windows, system-darwin, system-aix, system-solaris
66

77
# RUN: not %{lit} -a -v %{inputs}/shtest-ulimit-nondarwin | FileCheck %s
88

0 commit comments

Comments
 (0)