Skip to content

Commit dec6e73

Browse files
authored
[LIT][Cygwin] Mark ulimit -f unsupported for Cygwin (#165849)
Cygwin doesn't support `ulimit -f` because Windows doesn't provide such functionality.
1 parent 84cc2b0 commit dec6e73

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, system-solaris
5+
# UNSUPPORTED: system-windows, system-cygwin, 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)