mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-12 13:48:45 +00:00
Change "UNSUPPORTED: windows" to be "UNSUPPORTED: system-windows" so that test is actually skipped on Windows.
Reviewed by Paul Robinson git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@324632 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
28a96ee071
commit
cc227f84d7
@ -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…
x
Reference in New Issue
Block a user