Enable five passing dsymutil tests on Windows.
authorYaron Keren <yaron.keren@gmail.com>
Tue, 11 Aug 2015 06:05:27 +0000 (06:05 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Tue, 11 Aug 2015 06:05:27 +0000 (06:05 +0000)
These tests pass with Windows 7 x64 + MSYS2. I'll see if the bots like
them as well and disable the failing ones.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244572 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/dsymutil/X86/basic-linking-bundle.test
test/tools/dsymutil/X86/basic-linking-x86.test
test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
test/tools/dsymutil/X86/basic-lto-linking-x86.test
test/tools/dsymutil/X86/multiple-inputs.test

index 44b66fe90b38c547e32fcbcae8f914e847d03e68..bf92091f402335e10fae2897f98b324ed4cf73e9 100644 (file)
@@ -1,4 +1,3 @@
-REQUIRES: shell
 RUN: rm -rf %T/basic-linking-bundle
 RUN: mkdir -p %T/basic-linking-bundle/dsymdest
 RUN: cat %p/../Inputs/basic.macho.x86_64 > %T/basic-linking-bundle/basic.macho.x86_64
index b92faa4cf037980f6a55a3b6767ad82d91745c0e..37797a32350436c3b79680ab8004abe18a15ca0b 100644 (file)
@@ -1,4 +1,3 @@
-REQUIRES: shell
 RUN: cat %p/../Inputs/basic.macho.x86_64 > %t1
 RUN: llvm-dsymutil -f -oso-prepend-path=%p/.. %t1
 RUN: llvm-dwarfdump %t1.dwarf | FileCheck %s
index 3c44cb6f5e0d36c7a8031578c59a4a83d3e69db4..56b78588b758caf660ac60896f7b61a16de65bff 100644 (file)
@@ -1,4 +1,3 @@
-REQUIRES: shell
 RUN: llvm-dsymutil -f -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
index 5e9185d92b5ded4e85c6399dbeb70b5dd66516bd..68103aa44ca9f83fb72ed22608757037bd0e4496 100644 (file)
@@ -1,4 +1,3 @@
-REQUIRES: shell
 RUN: llvm-dsymutil -f -o - -oso-prepend-path=%p/.. %p/../Inputs/basic-lto.macho.x86_64 | llvm-dwarfdump - | FileCheck %s
 RUN: llvm-dsymutil -oso-prepend-path=%p/.. -dump-debug-map %p/../Inputs/basic-lto.macho.x86_64 | llvm-dsymutil -f -o - -y - | llvm-dwarfdump - | FileCheck %s
 
index 8db89477a1c920c531b943f0ceebacd17dd39c04..01b4f1bf52b5d7789495ad0faad38f8c762028f9 100644 (file)
@@ -1,4 +1,3 @@
-REQUIRES: shell
 RUN: rm -rf %T/multiple-inputs
 RUN: mkdir -p %T/multiple-inputs