[llvm-symbolizer][test] Rename and tweak tests using llvm-symbolizer
authorJames Henderson <jh7370@my.bristol.ac.uk>
Fri, 1 Feb 2019 10:24:55 +0000 (10:24 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Fri, 1 Feb 2019 10:24:55 +0000 (10:24 +0000)
commit563a29d449def26b9e3bdf9fb1bf59d03b461a62
tree3af18344148fc7c990fa68f8f8bdf1cb34edb28b
parentfb3ca132b12f7a3899b74e6a79d961201c7d9cfe
[llvm-symbolizer][test] Rename and tweak tests using llvm-symbolizer

Prior to this change, there are a few tests called llvm-symbolizer* in
the DebugInfo test area. These really were testing either the DebugInfo
or Symbolizer library, rather than the llvm-symbolizer tool itself, so
this patch renames them to be clearer that they aren't explicitly tests
for llvm-symbolizer (such tests belong in test/tools/llvm-symbolizer).

This patch also reinstates the copying of a DWO file, removed previously
in r352752. The test needs this so that it could possibly fail.

Finally, some of the tests have been simplified slightly by removing
unnecessary switches and/or unused check-prefixes.

Reviewed by: dblaikie

Differential Revision: https://reviews.llvm.org/D57518

llvm-svn: 352847
llvm/test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test [deleted file]
llvm/test/DebugInfo/symbolize-split-dwarf-empty.test [new file with mode: 0644]
llvm/test/DebugInfo/symbolize-split-dwarf-no-skel-address.test [moved from llvm/test/DebugInfo/llvm-symbolizer-split-dwarf-no-skel-address.test with 62% similarity]
llvm/test/DebugInfo/symbolize-tu.test [moved from llvm/test/DebugInfo/llvm-symbolizer-tu.test with 100% similarity]
llvm/test/DebugInfo/symbolize-zlib.test [moved from llvm/test/DebugInfo/llvm-symbolizer-zlib.test with 100% similarity]
llvm/test/DebugInfo/symbolize.test [moved from llvm/test/DebugInfo/llvm-symbolizer.test with 78% similarity]