[llvm-objdump] clean up test cases now that build bots are green
authorNick Kledzik <kledzik@apple.com>
Wed, 17 Sep 2014 21:53:07 +0000 (21:53 +0000)
committerNick Kledzik <kledzik@apple.com>
Wed, 17 Sep 2014 21:53:07 +0000 (21:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217985 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-objdump/macho-bind.test
test/tools/llvm-objdump/macho-lazy-bind.test
test/tools/llvm-objdump/macho-weak-bind.test

index 19944652d788abad3d5f2b93b321b8e593a7360e..5527bfa83638d63ac63598034e974f4bf203f3f8 100644 (file)
@@ -1,6 +1,5 @@
-# RUN: llvm-objdump -macho -bind -arch x86_64 %p/Inputs/bind.macho-x86_64 > %t 
-# RUN: cat %t
-# RUN: FileCheck %s < %t 
+# RUN: llvm-objdump -macho -bind %p/Inputs/bind.macho-x86_64 \
+# RUN:   | FileCheck %s  
 
 
 # CHECK:__DATA   __data             0x00001028  pointer  0        flat-namespace      _any
index 6f9ef222a9164e58453c62a9c147f2a845704801..088ea0641f0bf7ef657d502eb0563509e230b985 100644 (file)
@@ -1,6 +1,5 @@
-# RUN: llvm-objdump -macho -lazy-bind -arch x86_64 \
-# RUN:   %p/Inputs/lazy-bind.macho-x86_64 > %t \
-# RUN: && FileCheck %s < %t || cat %t
+# RUN: llvm-objdump -macho -lazy-bind %p/Inputs/lazy-bind.macho-x86_64 \
+# RUN:   | FileCheck %s 
 
 
 # CHECK: __DATA   __la_symbol_ptr    0x100001010   libfoo          _foo
index 9f1aa33773e8e21089b95a956ec59d2641769c98..1013132a7506165a296bb2e61e1cef79b29572a3 100644 (file)
@@ -1,5 +1,5 @@
-# RUN: llvm-objdump -macho -weak-bind -arch x86_64 \
-# RUN:   %p/Inputs/weak-bind.macho-x86_64 | FileCheck %s
+# RUN: llvm-objdump -macho -weak-bind  %p/Inputs/weak-bind.macho-x86_64 \
+# RUN:   | FileCheck %s
 
 
 # CHECK: __DATA   __data             0x100001018   pointer  0        __ZTISt12out_of_range