summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools
diff options
context:
space:
mode:
authorFrederic Riss <friss@apple.com>2015-03-24 23:11:07 +0000
committerFrederic Riss <friss@apple.com>2015-03-24 23:11:07 +0000
commit10e728a48cf045a3f98d98ed3e865500a8f124c6 (patch)
tree567a6aada37db70fbdd7bffed83be3f99b6165d2 /llvm/test/tools
parentf9e915ae101a8921f6e6d3c2ae8bb079a1f1e492 (diff)
downloadbcm5719-llvm-10e728a48cf045a3f98d98ed3e865500a8f124c6.tar.gz
bcm5719-llvm-10e728a48cf045a3f98d98ed3e865500a8f124c6.zip
[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
Diffstat (limited to 'llvm/test/tools')
-rw-r--r--llvm/test/tools/dsymutil/X86/basic-linking-x86.test1
-rw-r--r--llvm/test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test1
-rw-r--r--llvm/test/tools/dsymutil/X86/basic-lto-linking-x86.test1
3 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/tools/dsymutil/X86/basic-linking-x86.test b/llvm/test/tools/dsymutil/X86/basic-linking-x86.test
index 76f681c8e19..1059e233f94 100644
--- a/llvm/test/tools/dsymutil/X86/basic-linking-x86.test
+++ b/llvm/test/tools/dsymutil/X86/basic-linking-x86.test
@@ -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
diff --git a/llvm/test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test b/llvm/test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
index e6c12c94e4f..ad3ba5a15b6 100644
--- a/llvm/test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
+++ b/llvm/test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
@@ -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
diff --git a/llvm/test/tools/dsymutil/X86/basic-lto-linking-x86.test b/llvm/test/tools/dsymutil/X86/basic-lto-linking-x86.test
index 9d705e04dd3..22b6e0808d8 100644
--- a/llvm/test/tools/dsymutil/X86/basic-lto-linking-x86.test
+++ b/llvm/test/tools/dsymutil/X86/basic-lto-linking-x86.test
@@ -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
OpenPOWER on IntegriCloud