[dsymutil] Temporarily disable some tests on windows.
It seems one windows bot fails since I added ilne table linking to llvm-dsymutil (see r232333 commit thread). Disable the affected tests until I can figure out what's happening. llvm-svn: 233130
This commit is contained in:
parent
f9e915ae10
commit
10e728a48c
|
|
@ -1,3 +1,4 @@
|
|||
REQUIRES: shell
|
||||
RUN: cat %p/../Inputs/basic.macho.x86_64 > %t1
|
||||
RUN: llvm-dsymutil -oso-prepend-path=%p/.. %t1
|
||||
RUN: llvm-dwarfdump %t1.dwarf | FileCheck %s
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
REQUIRES: shell
|
||||
RUN: llvm-dsymutil -o - -oso-prepend-path=%p/.. %p/../Inputs/basic-lto-dw4.macho.x86_64 | llvm-dwarfdump - | FileCheck %s
|
||||
|
||||
CHECK: file format Mach-O 64-bit x86-64
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
REQUIRES: shell
|
||||
RUN: llvm-dsymutil -o - -oso-prepend-path=%p/.. %p/../Inputs/basic-lto.macho.x86_64 | llvm-dwarfdump - | FileCheck %s
|
||||
|
||||
CHECK: file format Mach-O 64-bit x86-64
|
||||
|
|
|
|||
Loading…
Reference in New Issue