From 471cf1a095baef969951aec30b2f2390a5c1ed34 Mon Sep 17 00:00:00 2001 From: ShengYi Hung Date: Sat, 20 Dec 2025 23:55:26 +0800 Subject: [PATCH] [lit] Disable ulimit-nodarwin test on FreeBSD FreeBSD does not support using ulimit to grow up max file number per process. This characteristic is inherited by Darwin and thus we pass this test on FreeBSD as well. --- llvm/utils/lit/tests/shtest-ulimit-nondarwin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/lit/tests/shtest-ulimit-nondarwin.py b/llvm/utils/lit/tests/shtest-ulimit-nondarwin.py index d5340a7d2efb9..be2627be366ed 100644 --- a/llvm/utils/lit/tests/shtest-ulimit-nondarwin.py +++ b/llvm/utils/lit/tests/shtest-ulimit-nondarwin.py @@ -2,7 +2,7 @@ # ulimit does not work on non-POSIX platforms. # These tests are specific to options that Darwin does not support. -# UNSUPPORTED: system-windows, system-cygwin, system-darwin, system-aix, system-solaris +# UNSUPPORTED: system-windows, system-cygwin, system-darwin, system-aix, system-solaris, system-freebsd # RUN: not %{lit} -v %{inputs}/shtest-ulimit-nondarwin | FileCheck %s