Module: Mesa Branch: main Commit: 626669bab319aa66afb194953eb77c123f977eed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=626669bab319aa66afb194953eb77c123f977eed
Author: David Heidelberg <[email protected]> Date: Fri Apr 28 12:23:22 2023 +0200 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 <[email protected]> Signed-off-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22814> --- src/gtest/include/gtest/gtest-assertion-result.h | 237 ++ src/gtest/include/gtest/gtest-death-test.h | 118 +- src/gtest/include/gtest/gtest-matchers.h | 482 ++- src/gtest/include/gtest/gtest-message.h | 36 +- src/gtest/include/gtest/gtest-param-test.h | 142 +- src/gtest/include/gtest/gtest-printers.h | 807 +++-- src/gtest/include/gtest/gtest-spi.h | 138 +- src/gtest/include/gtest/gtest-test-part.h | 22 +- src/gtest/include/gtest/gtest-typed-test.h | 95 +- src/gtest/include/gtest/gtest.h | 664 ++-- src/gtest/include/gtest/gtest_pred_impl.h | 206 +- src/gtest/include/gtest/gtest_prod.h | 15 +- src/gtest/include/gtest/internal/custom/README.md | 12 - .../include/gtest/internal/custom/gtest-port.h | 6 +- .../include/gtest/internal/custom/gtest-printers.h | 6 +- src/gtest/include/gtest/internal/custom/gtest.h | 6 +- .../gtest/internal/gtest-death-test-internal.h | 83 +- src/gtest/include/gtest/internal/gtest-filepath.h | 42 +- src/gtest/include/gtest/internal/gtest-internal.h | 695 ++-- .../include/gtest/internal/gtest-param-util.h | 310 +- src/gtest/include/gtest/internal/gtest-port-arch.h | 113 +- src/gtest/include/gtest/internal/gtest-port.h | 1389 ++++---- src/gtest/include/gtest/internal/gtest-string.h | 31 +- src/gtest/include/gtest/internal/gtest-type-util.h | 3307 +------------------- src/gtest/src/gtest-all.cc | 3 +- src/gtest/src/gtest-assertion-result.cc | 77 + src/gtest/src/gtest-death-test.cc | 571 ++-- src/gtest/src/gtest-filepath.cc | 189 +- src/gtest/src/gtest-internal-inl.h | 304 +- src/gtest/src/gtest-matchers.cc | 33 +- src/gtest/src/gtest-port.cc | 415 ++- src/gtest/src/gtest-printers.cc | 279 +- src/gtest/src/gtest-test-part.cc | 25 +- src/gtest/src/gtest-typed-test.cc | 28 +- src/gtest/src/gtest.cc | 2725 ++++++++++------ src/gtest/src/gtest_main.cc | 26 +- 36 files changed, 6209 insertions(+), 7428 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=626669bab319aa66afb194953eb77c123f977eed
