[llvm] e8f582b - Restore 'REQUIRES: shell' for some tests after 878deae
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 10 07:11:59 PDT 2024
Author: Hans Wennborg
Date: 2024-06-10T16:11:41+02:00
New Revision: e8f582b660177011b0fcf4569032ab54b18b7f6f
URL: https://github.com/llvm/llvm-project/commit/e8f582b660177011b0fcf4569032ab54b18b7f6f
DIFF: https://github.com/llvm/llvm-project/commit/e8f582b660177011b0fcf4569032ab54b18b7f6f.diff
LOG: Restore 'REQUIRES: shell' for some tests after 878deae
Otherwise these tests would fail when using gnuwin32.
Added:
Modified:
llvm/test/DebugInfo/symbolize-gnu-debuglink-no-realpath.test
llvm/test/Other/lit-unicode.txt
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/symbolize-gnu-debuglink-no-realpath.test b/llvm/test/DebugInfo/symbolize-gnu-debuglink-no-realpath.test
index 9e46570783c93..5141ff6ce322c 100644
--- a/llvm/test/DebugInfo/symbolize-gnu-debuglink-no-realpath.test
+++ b/llvm/test/DebugInfo/symbolize-gnu-debuglink-no-realpath.test
@@ -1,3 +1,4 @@
+# REQUIRES: shell
# Ensure that no realpath assumptions are made about .gnu_debuglink paths.
# Copy inputs to some other location with arbitrary names, with the original
diff --git a/llvm/test/Other/lit-unicode.txt b/llvm/test/Other/lit-unicode.txt
index b375fc505b737..2f40001451688 100644
--- a/llvm/test/Other/lit-unicode.txt
+++ b/llvm/test/Other/lit-unicode.txt
@@ -1,4 +1,5 @@
FIXME: See if we can fix this in lit by using Unicode strings.
+REQUIRES: shell
RUN: echo "ようこそ" | FileCheck %s
CHECK: {{^}}ようこそ{{$}}
More information about the llvm-commits
mailing list