[all-commits] [llvm/llvm-project] dba420: [test][tools] Add missing and improve testing

James Henderson via All-commits all-commits at lists.llvm.org
Mon Dec 9 04:24:45 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dba420bc05aec26c2b6d060cfd186169da30b5f7
      https://github.com/llvm/llvm-project/commit/dba420bc05aec26c2b6d060cfd186169da30b5f7
  Author: James Henderson <jh7370 at my.bristol.ac.uk>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M llvm/test/DebugInfo/symbolize-inlined.test
    M llvm/test/Object/nm-shared-object.test
    M llvm/test/tools/llvm-cxxfilt/simple.test
    M llvm/test/tools/llvm-cxxfilt/underscore.test
    A llvm/test/tools/llvm-nm/elf-archive.test
    A llvm/test/tools/llvm-nm/elf-extern-only.test
    M llvm/test/tools/llvm-nm/print-filename.test
    M llvm/test/tools/llvm-nm/print-size.test
    M llvm/test/tools/llvm-objdump/X86/elf-dynamic-relocs.test
    M llvm/test/tools/llvm-objdump/all-headers.test
    M llvm/test/tools/llvm-readobj/elf-dynamic-tags.test
    M llvm/test/tools/llvm-readobj/elf-file-headers.test
    A llvm/test/tools/llvm-readobj/elf-relocations.test
    M llvm/test/tools/llvm-readobj/gnu-file-headers.test
    M llvm/test/tools/llvm-readobj/relocations.test
    M llvm/test/tools/llvm-symbolizer/functions.s

  Log Message:
  -----------
  [test][tools] Add missing and improve testing

Mostly this adds testing for certain aliases in more explicit ways.
There are also a few tidy-ups, and additions of missing testing, where
the feature was either not tested at all, or not tested explicitly and
sufficiently.

Reviewed by: MaskRay, rupprecht, grimar

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




More information about the All-commits mailing list