gtest: Update to 1.13.0
authorDavid Heidelberg <david.heidelberg@collabora.com>
Fri, 28 Apr 2023 10:23:22 +0000 (12:23 +0200)
committerMarge Bot <emma+marge@anholt.net>
Sun, 14 May 2023 11:09:02 +0000 (11:09 +0000)
commit626669bab319aa66afb194953eb77c123f977eed
tree4a4f0a0e4b91b80bba885609073d4dca4f347d6f
parentb289a9e16f25815e845506afbe8d429cdd3e9b4a
gtest: Update to 1.13.0

Fix msan issue found with recent GCC on Debian 12.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8915

Acked-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22814>
36 files changed:
src/gtest/include/gtest/gtest-assertion-result.h [new file with mode: 0644]
src/gtest/include/gtest/gtest-death-test.h
src/gtest/include/gtest/gtest-matchers.h
src/gtest/include/gtest/gtest-message.h
src/gtest/include/gtest/gtest-param-test.h
src/gtest/include/gtest/gtest-printers.h
src/gtest/include/gtest/gtest-spi.h
src/gtest/include/gtest/gtest-test-part.h
src/gtest/include/gtest/gtest-typed-test.h
src/gtest/include/gtest/gtest.h
src/gtest/include/gtest/gtest_pred_impl.h
src/gtest/include/gtest/gtest_prod.h
src/gtest/include/gtest/internal/custom/README.md
src/gtest/include/gtest/internal/custom/gtest-port.h
src/gtest/include/gtest/internal/custom/gtest-printers.h
src/gtest/include/gtest/internal/custom/gtest.h
src/gtest/include/gtest/internal/gtest-death-test-internal.h
src/gtest/include/gtest/internal/gtest-filepath.h
src/gtest/include/gtest/internal/gtest-internal.h
src/gtest/include/gtest/internal/gtest-param-util.h
src/gtest/include/gtest/internal/gtest-port-arch.h
src/gtest/include/gtest/internal/gtest-port.h
src/gtest/include/gtest/internal/gtest-string.h
src/gtest/include/gtest/internal/gtest-type-util.h
src/gtest/src/gtest-all.cc
src/gtest/src/gtest-assertion-result.cc [new file with mode: 0644]
src/gtest/src/gtest-death-test.cc
src/gtest/src/gtest-filepath.cc
src/gtest/src/gtest-internal-inl.h
src/gtest/src/gtest-matchers.cc
src/gtest/src/gtest-port.cc
src/gtest/src/gtest-printers.cc
src/gtest/src/gtest-test-part.cc
src/gtest/src/gtest-typed-test.cc
src/gtest/src/gtest.cc
src/gtest/src/gtest_main.cc