[all-commits] [llvm/llvm-project] 21b40f: [lit][gtest] Support SKIPPED tests

Igor Kudrin via All-commits all-commits at lists.llvm.org
Thu May 20 23:40:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21b40f02d253be1b4b1e89c316c80ba6b6a7aa44
      https://github.com/llvm/llvm-project/commit/21b40f02d253be1b4b1e89c316c80ba6b6a7aa44
  Author: Igor Kudrin <ikudrin at accesssoftek.com>
  Date:   2021-05-21 (Fri, 21 May 2021)

  Changed paths:
    M llvm/utils/lit/lit/formats/googletest.py
    M llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/OneTest.py
    M llvm/utils/lit/tests/googletest-format.py

  Log Message:
  -----------
  [lit][gtest] Support SKIPPED tests

This updates the googletest format to support tests that use GTEST_SKIP(),
which is now available with the updated googletest framework.

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


  Commit: 5bbf1feab5a40337ae8288eb9c9d8d37103c463e
      https://github.com/llvm/llvm-project/commit/5bbf1feab5a40337ae8288eb9c9d8d37103c463e
  Author: Igor Kudrin <ikudrin at accesssoftek.com>
  Date:   2021-05-21 (Fri, 21 May 2021)

  Changed paths:
    M llvm/unittests/CodeGen/AArch64SelectionDAGTest.cpp
    M llvm/unittests/CodeGen/AsmPrinterDwarfTest.cpp
    M llvm/unittests/CodeGen/DIEHashTest.cpp
    M llvm/unittests/CodeGen/DIETest.cpp
    M llvm/unittests/CodeGen/PassManagerTest.cpp
    M llvm/unittests/CodeGen/SelectionDAGAddressAnalysisTest.cpp
    M llvm/unittests/CodeGen/TargetOptionsTest.cpp

  Log Message:
  -----------
  [unittests][CodeGen] Mark tests that cannot be executed with GTEST_SKIP()

This helps to distinguish such tests from successfully passed ones.

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


Compare: https://github.com/llvm/llvm-project/compare/95423c7c990d...5bbf1feab5a4


More information about the All-commits mailing list