[llvm] [test] Skip some tests on Windows only (PR #95205)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 12:27:26 PDT 2024


================
@@ -1,5 +1,5 @@
-FIXME: See if we can fix this in lit by using Unicode strings.
-REQUIRES: shell
+Windows echo does not have good Unicode support.
+UNSUPPORTED: system-windows
----------------
efriedma-quic wrote:

Does something like `RUN: python3 -c 'print("ようこそ")' | FileCheck %s` work?

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


More information about the llvm-commits mailing list