[all-commits] [llvm/llvm-project] 10af5b: [llvm-objcopy] Consolidate and unify version tests

Alexander Shaposhnikov via All-commits all-commits at lists.llvm.org
Mon Sep 7 18:44:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 10af5bad443dd15b79876fbad66d836ab9e9a4ed
      https://github.com/llvm/llvm-project/commit/10af5bad443dd15b79876fbad66d836ab9e9a4ed
  Author: Alexander Shaposhnikov <alexshap at fb.com>
  Date:   2020-09-07 (Mon, 07 Sep 2020)

  Changed paths:
    R llvm/test/tools/llvm-objcopy/ELF/objcopy-version.test
    R llvm/test/tools/llvm-objcopy/ELF/strip-version.test
    R llvm/test/tools/llvm-objcopy/MachO/install-name-tool-version.test
    A llvm/test/tools/llvm-objcopy/tool-version.test

  Log Message:
  -----------
  [llvm-objcopy] Consolidate and unify version tests

In this diff the tests which verify version printing functionality are refactored.
Since they are not specific to a particular format we move them into tool-version.test
and slightly unify (similarly to tool-name.test and tool-help-message.test).

Test plan: make check-all

Differential revision: https://reviews.llvm.org/D87211




More information about the All-commits mailing list