forked from OSchip/llvm-project
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:
parent
1889f26b94
commit
777130ec06
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue