[clang-tools-extra] [clang-tools-extra] Remove 'REQUIRES: shell' from lit tests. (PR #156950)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 8 11:20:35 PDT 2025


================
@@ -1,4 +1,4 @@
-// REQUIRES: shell
+// UNSUPPORTED: system-windows
----------------
vbvictor wrote:

Will the test not run on Windows anymore?
This script is pretty important for users, so I don't think it's a good idea to remove it from windows test-suite

https://github.com/llvm/llvm-project/pull/156950


More information about the cfe-commits mailing list