Skip to content

Commit

Permalink
Don't use test inputs from other directories.
Browse files Browse the repository at this point in the history
The test/DebugInfo/dwarfdump-macho-universal.test test added in r243862 uses
an input from another test's directory (test/tools/dsymutil/Inputs/fat-test.o)
which breaks our test setup.

Copying the required test input to the test's Input directory to fix the issue.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243872 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
alexfh committed Aug 3, 2015
1 parent ae8ffe0 commit de5e911
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added test/DebugInfo/Inputs/fat-test.o
Binary file not shown.
2 changes: 1 addition & 1 deletion test/DebugInfo/dwarfdump-macho-universal.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Reuse a test input from llvm-dsymutil, it's perfect for what we want to exercise
RUN: llvm-dwarfdump %S/../tools/dsymutil/Inputs/fat-test.o -debug-dump=info | FileCheck %s
RUN: llvm-dwarfdump %S/Inputs/fat-test.o -debug-dump=info | FileCheck %s

CHECK: fat-test.o (x86_64): file format Mach-O 64-bit x86-64
CHECK: DW_TAG_variable
Expand Down

0 comments on commit de5e911

Please sign in to comment.