[test] Skip some tests on Windows only (#95095)
These tests pass on Linux using lit's internal shell.
This commit is contained in:
parent
2e007b89c6
commit
5ccdce95b4
@ -1,4 +1,4 @@
|
|||||||
# REQUIRES: shell
|
# UNSUPPORTED: system-windows
|
||||||
# Ensures that .debuglink can fallback to a separate location. This is normally
|
# 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
|
# /usr/lib/debug (or /usr/libdata/debug for NetBSD), but can be configured on
|
||||||
# the command line (mainly for testing).
|
# the command line (mainly for testing).
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# Test fails on Windows where internal shell is used due to path separator
|
# Test fails on Windows where internal shell is used due to path separator
|
||||||
# mismatches.
|
# mismatches.
|
||||||
REQUIRES: shell
|
UNSUPPORTED: system-windows
|
||||||
|
|
||||||
RUN: rm -rf %t
|
RUN: rm -rf %t
|
||||||
RUN: mkdir %t
|
RUN: mkdir %t
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
;; Some quoted arguments below don't work properly on Windows when llvm-lit
|
;; 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
|
;; invokes the cmd shell to run the commands.
|
||||||
;; posix shell, to keep being able to test this corner case on Unix at least.
|
; UNSUPPORTED: system-windows
|
||||||
; REQUIRES: shell
|
|
||||||
|
|
||||||
; 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 | 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
|
; 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user