[compiler-rt] [llvm-lit] Add REQUIRES: shell in compiler-rt tests that use the `ulimit` command in lit internal shell (PR #105339)

Paul Kirth via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 07:12:06 PDT 2024


================
@@ -1,4 +1,5 @@
 # FIXME: Disabled on Windows for now because Windows has no ulimit command.
+REQUIRES: shell
 UNSUPPORTED: target={{.*windows.*}}
----------------
ilovepi wrote:

Maybe the fixme should stay(or be updated), since we could remove REQUIRES: shell, without the use of ulimit? WDYT?

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


More information about the llvm-commits mailing list