Change "UNSUPPORTED: windows" to be "UNSUPPORTED: system-windows" so that test is actually skipped on Windows.

Reviewed by Paul Robinson

llvm-svn: 324632
This commit is contained in:
Douglas Yung 2018-02-08 18:45:16 +00:00
parent 1889f26b94
commit 777130ec06
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
; UNSUPPORTED: windows
; UNSUPPORTED: system-windows
; RUN: sed -e s/.T1:// %s | not llvm-as -disable-output 2>&1 | FileCheck --check-prefix=CHECK1 %s
; RUN: sed -e s/.T2:// %s | not llvm-as -disable-output 2>&1 | FileCheck --check-prefix=CHECK2 %s

View File

@ -1,4 +1,4 @@
UNSUPPORTED: windows
UNSUPPORTED: system-windows
Remove UNSUPPORTED once we figure out why this fails on Windows.
RUN: llvm-dsymutil -oso-prepend-path=%p/.. %p/../Inputs/objc.macho.x86_64 -o %t.dSYM

View File

@ -1,4 +1,4 @@
UNSUPPORTED: windows
UNSUPPORTED: system-windows
Remove UNSUPPORTED once we figure out why this fails on Windows.
RUN: rm -rf %t.dir

View File

@ -1,5 +1,5 @@
REQUIRES: libxml2
UNSUPPORTED: windows
UNSUPPORTED: system-windows
RUN: llvm-mt /manifest %p/Inputs/trust_info.manifest \
RUN: /manifest %p/Inputs/assembly_identity.manifest \

View File

@ -1,5 +1,5 @@
REQUIRES: libxml2
UNSUPPORTED: windows
UNSUPPORTED: system-windows
RUN: not llvm-mt /manifest %p/Inputs/test_manifest.manifest /manifest \
RUN: %p/Inputs/conflicting.manifest /out:%t 2>&1 >/dev/null | FileCheck %s

View File

@ -1,5 +1,5 @@
REQUIRES: libxml2
UNSUPPORTED: windows
UNSUPPORTED: system-windows
RUN: llvm-mt /manifest %p/Inputs/test_manifest.manifest /manifest \
RUN: %p/Inputs/additional.manifest /out:%t

View File

@ -1,5 +1,5 @@
REQUIRES: libxml2
UNSUPPORTED: windows
UNSUPPORTED: system-windows
RUN: llvm-mt /manifest %p/Inputs/test_manifest.manifest /out:%t
RUN: FileCheck %s --input-file=%t

View File

@ -1,5 +1,5 @@
REQUIRES: libxml2
UNSUPPORTED: windows
UNSUPPORTED: system-windows
RUN: not llvm-mt /manifest %p/Inputs/bad.manifest 2>&1 >/dev/null | FileCheck \
RUN: %s