Skip to content

[test] Skip some tests on Windows only #95095

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llvm/test/DebugInfo/symbolize-gnu-debuglink-fallback.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# REQUIRES: shell
# UNSUPPORTED: system-windows
# Ensures that .debuglink can fallback to a separate location. This is normally
# /usr/lib/debug (or /usr/libdata/debug for NetBSD), but can be configured on
# the command line (mainly for testing).
Expand Down
2 changes: 1 addition & 1 deletion llvm/test/tools/llvm-cov/gcov/basic.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Test fails on Windows where internal shell is used due to path separator
# mismatches.
REQUIRES: shell
UNSUPPORTED: system-windows

RUN: rm -rf %t
RUN: mkdir %t
Expand Down
5 changes: 2 additions & 3 deletions llvm/test/tools/llvm-rc/windres-preproc.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
;; Some quoted arguments below don't work properly on Windows when llvm-lit
;; invokes the cmd shell to run the commands. Just require running in a
;; posix shell, to keep being able to test this corner case on Unix at least.
; REQUIRES: shell
;; invokes the cmd shell to run the commands.
; UNSUPPORTED: system-windows

; RUN: llvm-windres -### --include-dir %p/incdir1 --include %p/incdir2 "-DFOO1=\\\"foo bar\\\"" -UFOO2 -D FOO3 --preprocessor-arg "-DFOO4=\\\"baz baz\\\"" -DFOO5=\"bar\" %p/Inputs/empty.rc %t.res | FileCheck %s --check-prefix=CHECK1
; RUN: llvm-windres -### --include-dir %p/incdir1 --include %p/incdir2 "-DFOO1=\"foo bar\"" -UFOO2 -D FOO3 --preprocessor-arg "-DFOO4=\"baz baz\"" "-DFOO5=bar" %p/Inputs/empty.rc %t.res --use-temp-file | FileCheck %s --check-prefix=CHECK1
Expand Down
Loading