[llvm] 26bbc3a - [lit] Mark shtest-umask.py as unsupported
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 29 17:19:51 PDT 2025
Author: Aiden Grossman
Date: 2025-08-30T00:19:35Z
New Revision: 26bbc3a8b6a4238e9a16f1b9a941131da5393e9a
URL: https://github.com/llvm/llvm-project/commit/26bbc3a8b6a4238e9a16f1b9a941131da5393e9a
DIFF: https://github.com/llvm/llvm-project/commit/26bbc3a8b6a4238e9a16f1b9a941131da5393e9a.diff
LOG: [lit] Mark shtest-umask.py as unsupported
This is causing bot failures that need later investigation, but there
are now dependent patches on top of this that would otherwise be
annoying to pull out.
Added:
Modified:
llvm/utils/lit/tests/shtest-umask.py
Removed:
################################################################################
diff --git a/llvm/utils/lit/tests/shtest-umask.py b/llvm/utils/lit/tests/shtest-umask.py
index daec3cf479fc7..e67f0308db661 100644
--- a/llvm/utils/lit/tests/shtest-umask.py
+++ b/llvm/utils/lit/tests/shtest-umask.py
@@ -1,6 +1,9 @@
# Check the umask command
# RUN: not %{lit} -a -v %{inputs}/shtest-umask | FileCheck -match-full-lines %s
+# TODO(boomanaiden154): We should be asserting that we get expected behavior
+# on Windows rather than just listing this as unsupported.
+# UNSUPPORTED: system-windows
# CHECK: -- Testing: 3 tests{{.*}}
More information about the llvm-commits
mailing list