[all-commits] [llvm/llvm-project] a866ce: Reland "Update GoogleTest to v1.14.0 (#65823)"

Zero Omega via All-commits all-commits at lists.llvm.org
Wed Sep 13 14:17:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a866ce789eb99da4d7a486eeb60a53be6c75f4fd
      https://github.com/llvm/llvm-project/commit/a866ce789eb99da4d7a486eeb60a53be6c75f4fd
  Author: Haowei Wu <haowei at google.com>
  Date:   2023-09-13 (Wed, 13 Sep 2023)

  Changed paths:
    M clang/unittests/AST/ASTImporterODRStrategiesTest.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M third-party/unittest/googlemock/README.LLVM
    M third-party/unittest/googlemock/include/gmock/gmock-actions.h
    M third-party/unittest/googlemock/include/gmock/gmock-cardinalities.h
    M third-party/unittest/googlemock/include/gmock/gmock-function-mocker.h
    R third-party/unittest/googlemock/include/gmock/gmock-generated-actions.h
    R third-party/unittest/googlemock/include/gmock/gmock-generated-function-mockers.h
    R third-party/unittest/googlemock/include/gmock/gmock-generated-matchers.h
    M third-party/unittest/googlemock/include/gmock/gmock-matchers.h
    M third-party/unittest/googlemock/include/gmock/gmock-more-actions.h
    M third-party/unittest/googlemock/include/gmock/gmock-more-matchers.h
    M third-party/unittest/googlemock/include/gmock/gmock-nice-strict.h
    M third-party/unittest/googlemock/include/gmock/gmock-spec-builders.h
    M third-party/unittest/googlemock/include/gmock/gmock.h
    A third-party/unittest/googlemock/include/gmock/internal/custom/README.md
    M third-party/unittest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h
    M third-party/unittest/googlemock/include/gmock/internal/custom/gmock-matchers.h
    M third-party/unittest/googlemock/include/gmock/internal/custom/gmock-port.h
    M third-party/unittest/googlemock/include/gmock/internal/gmock-internal-utils.h
    M third-party/unittest/googlemock/include/gmock/internal/gmock-port.h
    M third-party/unittest/googlemock/include/gmock/internal/gmock-pp.h
    M third-party/unittest/googlemock/src/gmock-cardinalities.cc
    M third-party/unittest/googlemock/src/gmock-internal-utils.cc
    M third-party/unittest/googlemock/src/gmock-matchers.cc
    M third-party/unittest/googlemock/src/gmock-spec-builders.cc
    M third-party/unittest/googlemock/src/gmock.cc
    A third-party/unittest/googlemock/src/gmock_main.cc
    M third-party/unittest/googletest/README.LLVM
    A third-party/unittest/googletest/include/gtest/gtest-assertion-result.h
    M third-party/unittest/googletest/include/gtest/gtest-death-test.h
    M third-party/unittest/googletest/include/gtest/gtest-matchers.h
    M third-party/unittest/googletest/include/gtest/gtest-message.h
    M third-party/unittest/googletest/include/gtest/gtest-param-test.h
    M third-party/unittest/googletest/include/gtest/gtest-printers.h
    M third-party/unittest/googletest/include/gtest/gtest-spi.h
    M third-party/unittest/googletest/include/gtest/gtest-test-part.h
    M third-party/unittest/googletest/include/gtest/gtest-typed-test.h
    M third-party/unittest/googletest/include/gtest/gtest.h
    M third-party/unittest/googletest/include/gtest/gtest_pred_impl.h
    M third-party/unittest/googletest/include/gtest/gtest_prod.h
    A third-party/unittest/googletest/include/gtest/internal/custom/README.md
    M third-party/unittest/googletest/include/gtest/internal/custom/gtest-port.h
    M third-party/unittest/googletest/include/gtest/internal/custom/gtest-printers.h
    M third-party/unittest/googletest/include/gtest/internal/custom/gtest.h
    M third-party/unittest/googletest/include/gtest/internal/gtest-death-test-internal.h
    M third-party/unittest/googletest/include/gtest/internal/gtest-filepath.h
    M third-party/unittest/googletest/include/gtest/internal/gtest-internal.h
    M third-party/unittest/googletest/include/gtest/internal/gtest-param-util.h
    M third-party/unittest/googletest/include/gtest/internal/gtest-port-arch.h
    M third-party/unittest/googletest/include/gtest/internal/gtest-port.h
    M third-party/unittest/googletest/include/gtest/internal/gtest-string.h
    M third-party/unittest/googletest/include/gtest/internal/gtest-type-util.h
    M third-party/unittest/googletest/src/gtest-all.cc
    A third-party/unittest/googletest/src/gtest-assertion-result.cc
    M third-party/unittest/googletest/src/gtest-death-test.cc
    M third-party/unittest/googletest/src/gtest-filepath.cc
    M third-party/unittest/googletest/src/gtest-internal-inl.h
    M third-party/unittest/googletest/src/gtest-matchers.cc
    M third-party/unittest/googletest/src/gtest-port.cc
    M third-party/unittest/googletest/src/gtest-printers.cc
    M third-party/unittest/googletest/src/gtest-test-part.cc
    M third-party/unittest/googletest/src/gtest-typed-test.cc
    M third-party/unittest/googletest/src/gtest.cc
    A third-party/unittest/googletest/src/gtest_main.cc

  Log Message:
  -----------
  Reland "Update GoogleTest to v1.14.0 (#65823)"

This patch reland 54c1a9b20d89e85cd60d002c77b34c00f36520f4, which
updates GoogleTest to v1.14.0. This patch fixes bots failures caused
by the early patch.




More information about the All-commits mailing list