diff options
-rw-r--r-- | llvm/test/tools/dsymutil/X86/basic-linking-x86.test | 15 | ||||
-rw-r--r-- | llvm/test/tools/dsymutil/X86/update-one-CU.test | 2 | ||||
-rw-r--r-- | llvm/test/tools/dsymutil/X86/update.test | 2 |
3 files changed, 2 insertions, 17 deletions
diff --git a/llvm/test/tools/dsymutil/X86/basic-linking-x86.test b/llvm/test/tools/dsymutil/X86/basic-linking-x86.test index 0c73dfa3a0a..d9b0ee9b10f 100644 --- a/llvm/test/tools/dsymutil/X86/basic-linking-x86.test +++ b/llvm/test/tools/dsymutil/X86/basic-linking-x86.test @@ -8,21 +8,6 @@ RUN: llvm-dsymutil -f -o - -oso-prepend-path=%p/.. %p/../Inputs/basic-archive.ma RUN: llvm-dsymutil -dump-debug-map -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 | llvm-dsymutil -f -y -o - - | llvm-dwarfdump -a - | FileCheck %s --check-prefix=CHECK --check-prefix=BASIC RUN: llvm-dsymutil -dump-debug-map -oso-prepend-path=%p/.. %p/../Inputs/basic-archive.macho.x86_64 | llvm-dsymutil -f -o - -y - | llvm-dwarfdump -a - | FileCheck %s --check-prefix=CHECK --check-prefix=ARCHIVE -# Update tests -RUN: rm -rf %t.dir -RUN: mkdir -p %t.dir -RUN: cat %p/../Inputs/basic.macho.x86_64 > %t.dir/basic -RUN: llvm-dsymutil -oso-prepend-path=%p/.. %t.dir/basic -RUN: llvm-dwarfdump -a %t.dir/basic.dSYM | FileCheck %s -RUN: llvm-dsymutil --update %t.dir/basic.dSYM -RUN: llvm-dwarfdump -a %t.dir/basic.dSYM | FileCheck %s -RUN: llvm-dsymutil -u %t.dir/basic.dSYM -RUN: llvm-dwarfdump -a %t.dir/basic.dSYM | FileCheck %s -RUN: llvm-dsymutil --update %t.dir/basic.dSYM -o %t.dir/updated.dSYM -RUN: llvm-dwarfdump -a %t.dir/updated.dSYM | FileCheck %s -RUN: llvm-dsymutil -f -u %t2 -o %t3 -RUN: llvm-dwarfdump -a %t3 | FileCheck %s - CHECK: file format Mach-O 64-bit x86-64 CHECK: debug_info contents diff --git a/llvm/test/tools/dsymutil/X86/update-one-CU.test b/llvm/test/tools/dsymutil/X86/update-one-CU.test index 0fa9ec0373b..619d33f7ba2 100644 --- a/llvm/test/tools/dsymutil/X86/update-one-CU.test +++ b/llvm/test/tools/dsymutil/X86/update-one-CU.test @@ -1,5 +1,5 @@ -FIXME: This test should *not* fail on Windows. UNSUPPORTED: 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 RUN: llvm-dsymutil -update %t.dSYM diff --git a/llvm/test/tools/dsymutil/X86/update.test b/llvm/test/tools/dsymutil/X86/update.test index 1a4eda63ffe..bf373846868 100644 --- a/llvm/test/tools/dsymutil/X86/update.test +++ b/llvm/test/tools/dsymutil/X86/update.test @@ -1,5 +1,5 @@ -FIXME: This test should *not* fail on Windows. UNSUPPORTED: windows +Remove UNSUPPORTED once we figure out why this fails on Windows. RUN: rm -rf %t.dir RUN: mkdir -p %t.dir |