[llvm] 57ff891 - [lit] Remove setting stack size in ulimit_okay.txt
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 30 07:50:38 PDT 2025
Author: Aiden Grossman
Date: 2025-10-30T14:49:22Z
New Revision: 57ff89137273f831e615079cb100f01444e72f45
URL: https://github.com/llvm/llvm-project/commit/57ff89137273f831e615079cb100f01444e72f45
DIFF: https://github.com/llvm/llvm-project/commit/57ff89137273f831e615079cb100f01444e72f45.diff
LOG: [lit] Remove setting stack size in ulimit_okay.txt
This was supposed to be in 6ccd1e8626f331f2ec2b172c3e7e8fffee66ac95 but
got left out because I forgot to save the file inside of VSCode. This
was causing test failures on MacOS due to the previously mentioned
failures setting ulimit that caused the patch to be reverted in the
first place.
https://lab.llvm.org/buildbot/#/builders/190/builds/29990
Added:
Modified:
llvm/utils/lit/tests/Inputs/shtest-ulimit/ulimit_okay.txt
Removed:
################################################################################
diff --git a/llvm/utils/lit/tests/Inputs/shtest-ulimit/ulimit_okay.txt b/llvm/utils/lit/tests/Inputs/shtest-ulimit/ulimit_okay.txt
index d38dc44fa033d..b1f2396b35d69 100644
--- a/llvm/utils/lit/tests/Inputs/shtest-ulimit/ulimit_okay.txt
+++ b/llvm/utils/lit/tests/Inputs/shtest-ulimit/ulimit_okay.txt
@@ -1,5 +1,4 @@
# RUN: ulimit -n 50
-# RUN: ulimit -s 256
# RUN: ulimit -f 5
# RUN: %{python} %S/print_limits.py
# Fail the test so that we can assert on the output.
More information about the llvm-commits
mailing list