[PATCH] D28154: [gtest] Upgrade googletest to version 1.8.0, minimizing local changes.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 29 03:41:30 PST 2016


chandlerc created this revision.
chandlerc added a subscriber: llvm-commits.
Herald added subscribers: mcrosier, dschuff, srhines, danalbert.
Herald added a reviewer: modocache.

This required re-working the streaming support and lit's support for
'--gtest_list_tests' but otherwise seems to be a clean upgrade.


https://reviews.llvm.org/D28154

Files:
  utils/lit/lit/formats/googletest.py
  utils/unittest/googletest/README.LLVM
  utils/unittest/googletest/include/gtest/gtest-death-test.h
  utils/unittest/googletest/include/gtest/gtest-message.h
  utils/unittest/googletest/include/gtest/gtest-param-test.h
  utils/unittest/googletest/include/gtest/gtest-printers.h
  utils/unittest/googletest/include/gtest/gtest-spi.h
  utils/unittest/googletest/include/gtest/gtest-test-part.h
  utils/unittest/googletest/include/gtest/gtest-typed-test.h
  utils/unittest/googletest/include/gtest/gtest.h
  utils/unittest/googletest/include/gtest/gtest_pred_impl.h
  utils/unittest/googletest/include/gtest/internal/custom/gtest-port.h
  utils/unittest/googletest/include/gtest/internal/custom/gtest-printers.h
  utils/unittest/googletest/include/gtest/internal/custom/gtest.h
  utils/unittest/googletest/include/gtest/internal/gtest-death-test-internal.h
  utils/unittest/googletest/include/gtest/internal/gtest-filepath.h
  utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  utils/unittest/googletest/include/gtest/internal/gtest-linked_ptr.h
  utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h
  utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
  utils/unittest/googletest/include/gtest/internal/gtest-port-arch.h
  utils/unittest/googletest/include/gtest/internal/gtest-port.h
  utils/unittest/googletest/include/gtest/internal/gtest-string.h
  utils/unittest/googletest/include/gtest/internal/gtest-tuple.h
  utils/unittest/googletest/include/gtest/internal/gtest-type-util.h
  utils/unittest/googletest/src/gtest-death-test.cc
  utils/unittest/googletest/src/gtest-filepath.cc
  utils/unittest/googletest/src/gtest-internal-inl.h
  utils/unittest/googletest/src/gtest-port.cc
  utils/unittest/googletest/src/gtest-printers.cc
  utils/unittest/googletest/src/gtest-test-part.cc
  utils/unittest/googletest/src/gtest-typed-test.cc
  utils/unittest/googletest/src/gtest.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28154.82658.patch
Type: text/x-patch
Size: 514453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161229/2fb123d1/attachment-0001.bin>


More information about the llvm-commits mailing list