hg: jdk/submit: 8222414: bring googlemock v1.8.1
igor.ignatyev at oracle.com
igor.ignatyev at oracle.com
Tue May 28 02:47:21 UTC 2019
Changeset: 4853b1ceb3d6
Author: iignatyev
Date: 2019-05-27 19:46 -0700
URL: http://hg.openjdk.java.net/jdk/submit/rev/4853b1ceb3d6
8222414: bring googlemock v1.8.1
Reviewed-by: erikj, rwestberg
! make/hotspot/lib/CompileGtest.gmk
- test/fmw/gtest/CHANGES
- test/fmw/gtest/CONTRIBUTORS
- test/fmw/gtest/LICENSE
- test/fmw/gtest/README.md
+ test/fmw/gtest/googlemock/CHANGES
+ test/fmw/gtest/googlemock/CONTRIBUTORS
+ test/fmw/gtest/googlemock/LICENSE
+ test/fmw/gtest/googlemock/README.md
+ test/fmw/gtest/googlemock/include/gmock/gmock-actions.h
+ test/fmw/gtest/googlemock/include/gmock/gmock-cardinalities.h
+ test/fmw/gtest/googlemock/include/gmock/gmock-generated-actions.h
+ test/fmw/gtest/googlemock/include/gmock/gmock-generated-actions.h.pump
+ test/fmw/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h
+ test/fmw/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h.pump
+ test/fmw/gtest/googlemock/include/gmock/gmock-generated-matchers.h
+ test/fmw/gtest/googlemock/include/gmock/gmock-generated-matchers.h.pump
+ test/fmw/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h
+ test/fmw/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h.pump
+ test/fmw/gtest/googlemock/include/gmock/gmock-matchers.h
+ test/fmw/gtest/googlemock/include/gmock/gmock-more-actions.h
+ test/fmw/gtest/googlemock/include/gmock/gmock-more-matchers.h
+ test/fmw/gtest/googlemock/include/gmock/gmock-spec-builders.h
+ test/fmw/gtest/googlemock/include/gmock/gmock.h
+ test/fmw/gtest/googlemock/include/gmock/internal/custom/README.md
+ test/fmw/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h
+ test/fmw/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump
+ test/fmw/gtest/googlemock/include/gmock/internal/custom/gmock-matchers.h
+ test/fmw/gtest/googlemock/include/gmock/internal/custom/gmock-port.h
+ test/fmw/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h
+ test/fmw/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h.pump
+ test/fmw/gtest/googlemock/include/gmock/internal/gmock-internal-utils.h
+ test/fmw/gtest/googlemock/include/gmock/internal/gmock-port.h
+ test/fmw/gtest/googlemock/src/gmock-all.cc
+ test/fmw/gtest/googlemock/src/gmock-cardinalities.cc
+ test/fmw/gtest/googlemock/src/gmock-internal-utils.cc
+ test/fmw/gtest/googlemock/src/gmock-matchers.cc
+ test/fmw/gtest/googlemock/src/gmock-spec-builders.cc
+ test/fmw/gtest/googlemock/src/gmock.cc
+ test/fmw/gtest/googlemock/src/gmock_main.cc
+ test/fmw/gtest/googletest/CHANGES
+ test/fmw/gtest/googletest/CONTRIBUTORS
+ test/fmw/gtest/googletest/LICENSE
+ test/fmw/gtest/googletest/README.md
+ test/fmw/gtest/googletest/include/gtest/gtest-death-test.h
+ test/fmw/gtest/googletest/include/gtest/gtest-message.h
+ test/fmw/gtest/googletest/include/gtest/gtest-param-test.h
+ test/fmw/gtest/googletest/include/gtest/gtest-param-test.h.pump
+ test/fmw/gtest/googletest/include/gtest/gtest-printers.h
+ test/fmw/gtest/googletest/include/gtest/gtest-spi.h
+ test/fmw/gtest/googletest/include/gtest/gtest-test-part.h
+ test/fmw/gtest/googletest/include/gtest/gtest-typed-test.h
+ test/fmw/gtest/googletest/include/gtest/gtest.h
+ test/fmw/gtest/googletest/include/gtest/gtest_pred_impl.h
+ test/fmw/gtest/googletest/include/gtest/gtest_prod.h
+ test/fmw/gtest/googletest/include/gtest/internal/custom/README.md
+ test/fmw/gtest/googletest/include/gtest/internal/custom/gtest-port.h
+ test/fmw/gtest/googletest/include/gtest/internal/custom/gtest-printers.h
+ test/fmw/gtest/googletest/include/gtest/internal/custom/gtest.h
+ test/fmw/gtest/googletest/include/gtest/internal/gtest-death-test-internal.h
+ test/fmw/gtest/googletest/include/gtest/internal/gtest-filepath.h
+ test/fmw/gtest/googletest/include/gtest/internal/gtest-internal.h
+ test/fmw/gtest/googletest/include/gtest/internal/gtest-linked_ptr.h
+ test/fmw/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h
+ test/fmw/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h.pump
+ test/fmw/gtest/googletest/include/gtest/internal/gtest-param-util.h
+ test/fmw/gtest/googletest/include/gtest/internal/gtest-port-arch.h
+ test/fmw/gtest/googletest/include/gtest/internal/gtest-port.h
+ test/fmw/gtest/googletest/include/gtest/internal/gtest-string.h
+ test/fmw/gtest/googletest/include/gtest/internal/gtest-tuple.h
+ test/fmw/gtest/googletest/include/gtest/internal/gtest-tuple.h.pump
+ test/fmw/gtest/googletest/include/gtest/internal/gtest-type-util.h
+ test/fmw/gtest/googletest/include/gtest/internal/gtest-type-util.h.pump
+ test/fmw/gtest/googletest/src/gtest-all.cc
+ test/fmw/gtest/googletest/src/gtest-death-test.cc
+ test/fmw/gtest/googletest/src/gtest-filepath.cc
+ test/fmw/gtest/googletest/src/gtest-internal-inl.h
+ test/fmw/gtest/googletest/src/gtest-port.cc
+ test/fmw/gtest/googletest/src/gtest-printers.cc
+ test/fmw/gtest/googletest/src/gtest-test-part.cc
+ test/fmw/gtest/googletest/src/gtest-typed-test.cc
+ test/fmw/gtest/googletest/src/gtest.cc
+ test/fmw/gtest/googletest/src/gtest_main.cc
- test/fmw/gtest/include/gtest/gtest-death-test.h
- test/fmw/gtest/include/gtest/gtest-message.h
- test/fmw/gtest/include/gtest/gtest-param-test.h
- test/fmw/gtest/include/gtest/gtest-param-test.h.pump
- test/fmw/gtest/include/gtest/gtest-printers.h
- test/fmw/gtest/include/gtest/gtest-spi.h
- test/fmw/gtest/include/gtest/gtest-test-part.h
- test/fmw/gtest/include/gtest/gtest-typed-test.h
- test/fmw/gtest/include/gtest/gtest.h
- test/fmw/gtest/include/gtest/gtest_pred_impl.h
- test/fmw/gtest/include/gtest/gtest_prod.h
- test/fmw/gtest/include/gtest/internal/custom/README.md
- test/fmw/gtest/include/gtest/internal/custom/gtest-port.h
- test/fmw/gtest/include/gtest/internal/custom/gtest-printers.h
- test/fmw/gtest/include/gtest/internal/custom/gtest.h
- test/fmw/gtest/include/gtest/internal/gtest-death-test-internal.h
- test/fmw/gtest/include/gtest/internal/gtest-filepath.h
- test/fmw/gtest/include/gtest/internal/gtest-internal.h
- test/fmw/gtest/include/gtest/internal/gtest-linked_ptr.h
- test/fmw/gtest/include/gtest/internal/gtest-param-util-generated.h
- test/fmw/gtest/include/gtest/internal/gtest-param-util-generated.h.pump
- test/fmw/gtest/include/gtest/internal/gtest-param-util.h
- test/fmw/gtest/include/gtest/internal/gtest-port-arch.h
- test/fmw/gtest/include/gtest/internal/gtest-port.h
- test/fmw/gtest/include/gtest/internal/gtest-string.h
- test/fmw/gtest/include/gtest/internal/gtest-tuple.h
- test/fmw/gtest/include/gtest/internal/gtest-tuple.h.pump
- test/fmw/gtest/include/gtest/internal/gtest-type-util.h
- test/fmw/gtest/include/gtest/internal/gtest-type-util.h.pump
- test/fmw/gtest/src/gtest-all.cc
- test/fmw/gtest/src/gtest-death-test.cc
- test/fmw/gtest/src/gtest-filepath.cc
- test/fmw/gtest/src/gtest-internal-inl.h
- test/fmw/gtest/src/gtest-port.cc
- test/fmw/gtest/src/gtest-printers.cc
- test/fmw/gtest/src/gtest-test-part.cc
- test/fmw/gtest/src/gtest-typed-test.cc
- test/fmw/gtest/src/gtest.cc
- test/fmw/gtest/src/gtest_main.cc
! test/hotspot/gtest/gtestMain.cpp
! test/hotspot/gtest/unittest.hpp
More information about the jdk-submit-changes
mailing list