Mesa (master): gtest: Update to 1.10.0

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Apr 20 12:14:02 UTC 2020


Module: Mesa
Branch: master
Commit: ed29b24e233a332799eed006f71540ac4c56c5ee
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed29b24e233a332799eed006f71540ac4c56c5ee

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Wed Apr 15 22:36:04 2020 +0200

gtest: Update to 1.10.0

Acked-by: Matt Turner <mattst88 at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4576>

---

 src/gtest/include/gtest/gtest-death-test.h         |   71 +-
 src/gtest/include/gtest/gtest-matchers.h           |  750 +++
 src/gtest/include/gtest/gtest-message.h            |   56 +-
 src/gtest/include/gtest/gtest-param-test.h         | 1225 +----
 src/gtest/include/gtest/gtest-param-test.h.pump    |  510 --
 src/gtest/include/gtest/gtest-printers.h           |  473 +-
 src/gtest/include/gtest/gtest-spi.h                |   20 +-
 src/gtest/include/gtest/gtest-test-part.h          |   43 +-
 src/gtest/include/gtest/gtest-typed-test.h         |  255 +-
 src/gtest/include/gtest/gtest.h                    |  852 ++--
 src/gtest/include/gtest/gtest_pred_impl.h          |   81 +-
 src/gtest/include/gtest/gtest_prod.h               |   17 +-
 src/gtest/include/gtest/internal/custom/README.md  |   56 +
 .../include/gtest/internal/custom/gtest-port.h     |   34 +-
 .../include/gtest/internal/custom/gtest-printers.h |    4 +-
 src/gtest/include/gtest/internal/custom/gtest.h    |    6 +-
 .../gtest/internal/gtest-death-test-internal.h     |  175 +-
 src/gtest/include/gtest/internal/gtest-filepath.h  |   13 +-
 src/gtest/include/gtest/internal/gtest-internal.h  |  719 +--
 .../include/gtest/internal/gtest-linked_ptr.h      |  243 -
 .../gtest/internal/gtest-param-util-generated.h    | 5146 --------------------
 .../internal/gtest-param-util-generated.h.pump     |  286 --
 .../include/gtest/internal/gtest-param-util.h      |  502 +-
 src/gtest/include/gtest/internal/gtest-port-arch.h |   24 +-
 src/gtest/include/gtest/internal/gtest-port.h      |  895 ++--
 src/gtest/include/gtest/internal/gtest-string.h    |   30 +-
 src/gtest/include/gtest/internal/gtest-tuple.h     | 1020 ----
 .../include/gtest/internal/gtest-tuple.h.pump      |  347 --
 src/gtest/include/gtest/internal/gtest-type-util.h |   42 +-
 .../include/gtest/internal/gtest-type-util.h.pump  |   43 +-
 src/gtest/src/gtest-all.cc                         |    6 +-
 src/gtest/src/gtest-death-test.cc                  |  567 ++-
 src/gtest/src/gtest-filepath.cc                    |   40 +-
 src/gtest/src/gtest-internal-inl.h                 |  304 +-
 src/gtest/src/gtest-matchers.cc                    |   97 +
 src/gtest/src/gtest-port.cc                        |  452 +-
 src/gtest/src/gtest-printers.cc                    |  123 +-
 src/gtest/src/gtest-test-part.cc                   |   34 +-
 src/gtest/src/gtest-typed-test.cc                  |   10 +-
 src/gtest/src/gtest.cc                             | 2487 ++++++----
 src/gtest/src/gtest_main.cc                        |   15 +-
 41 files changed, 6022 insertions(+), 12051 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=ed29b24e233a332799eed006f71540ac4c56c5ee


More information about the mesa-commit mailing list