Skip to content

Commit 35f9e5f

Browse files
authored
[test] Skip some tests on Windows only (#95205)
These tests do not require bash. Skip them because they use features not available on Windows. This is a follow up to #94595.
1 parent ad7a9d6 commit 35f9e5f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

llvm/test/DebugInfo/symbolize-gnu-debuglink-no-realpath.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# REQUIRES: shell
1+
# This test uses symlinks.
2+
UNSUPPORTED: system-windows
3+
24
# Ensure that no realpath assumptions are made about .gnu_debuglink paths.
35

46
# Copy inputs to some other location with arbitrary names, with the original

llvm/test/Other/lit-unicode.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FIXME: See if we can fix this in lit by using Unicode strings.
2-
REQUIRES: shell
1+
Windows echo does not have good Unicode support.
2+
UNSUPPORTED: system-windows
33

44
RUN: echo "ようこそ" | FileCheck %s
55
CHECK: {{^}}ようこそ{{$}}

llvm/test/tools/llvm-rc/windres-prefix.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
; REQUIRES: shell
1+
; This test uses symlinks.
2+
; UNSUPPORTED: system-windows
23

34
; RUN: rm -rf %t && mkdir %t
45

0 commit comments

Comments
 (0)