Mesa (master): gtest: Update to 1.7.0.

Vinson Lee vlee at kemper.freedesktop.org
Mon Apr 14 07:09:59 UTC 2014


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

Author: Vinson Lee <vlee at freedesktop.org>
Date:   Wed Feb 26 22:54:24 2014 -0800

gtest: Update to 1.7.0.

This patch fixes gtest build errors on Mac OS X 10.9.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73106
Signed-off-by: Vinson Lee <vlee at freedesktop.org>
Tested-by: Ian Romanick <ian.d.romanick at intel.com>
Acked-by: Ian Romanick <ian.d.romanick at intel.com>

---

 src/gtest/include/gtest/gtest-death-test.h         |   17 +-
 src/gtest/include/gtest/gtest-message.h            |   74 +-
 src/gtest/include/gtest/gtest-param-test.h         |    2 +-
 src/gtest/include/gtest/gtest-param-test.h.pump    |    2 +-
 src/gtest/include/gtest/gtest-printers.h           |   91 +-
 src/gtest/include/gtest/gtest-spi.h                |    2 +-
 src/gtest/include/gtest/gtest-test-part.h          |   17 +-
 src/gtest/include/gtest/gtest.h                    |  304 +++--
 src/gtest/include/gtest/gtest_pred_impl.h          |   12 +-
 .../gtest/internal/gtest-death-test-internal.h     |   21 +-
 src/gtest/include/gtest/internal/gtest-filepath.h  |   14 +-
 src/gtest/include/gtest/internal/gtest-internal.h  |  182 +--
 .../include/gtest/internal/gtest-linked_ptr.h      |    8 +-
 .../gtest/internal/gtest-param-util-generated.h    |  593 +++++++---
 .../internal/gtest-param-util-generated.h.pump     |    2 +-
 .../include/gtest/internal/gtest-param-util.h      |    8 +-
 src/gtest/include/gtest/internal/gtest-port.h      |  274 ++++-
 src/gtest/include/gtest/internal/gtest-string.h    |  217 +---
 src/gtest/include/gtest/internal/gtest-tuple.h     |   92 +-
 .../include/gtest/internal/gtest-tuple.h.pump      |   13 +-
 src/gtest/include/gtest/internal/gtest-type-util.h |   21 +-
 .../include/gtest/internal/gtest-type-util.h.pump  |   21 +-
 src/gtest/src/gtest-death-test.cc                  |  280 +++--
 src/gtest/src/gtest-filepath.cc                    |   30 +-
 src/gtest/src/gtest-internal-inl.h                 |  242 +++-
 src/gtest/src/gtest-port.cc                        |  119 +-
 src/gtest/src/gtest-printers.cc                    |  101 +-
 src/gtest/src/gtest-test-part.cc                   |    6 +-
 src/gtest/src/gtest-typed-test.cc                  |    6 +-
 src/gtest/src/gtest.cc                             | 1241 +++++++++++---------
 src/gtest/src/gtest_main.cc                        |    5 +-
 31 files changed, 2509 insertions(+), 1508 deletions(-)

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



More information about the mesa-commit mailing list