hg: jdk9/hs: 8148244: Finalize and integrate GTest implementation

igor.ignatyev at oracle.com igor.ignatyev at oracle.com
Mon May 9 23:04:41 UTC 2016


Changeset: 65f446a2bdd7
Author:    iignatyev
Date:      2016-05-03 23:49 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs/rev/65f446a2bdd7

8148244: Finalize and integrate GTest implementation
Reviewed-by: jwilhelm, erikj
Contributed-by: stefan.karlsson at oracle.com, stefan.sarne at oracle.com, jesper.wilhelmsson at oracle.com, erik.helin at oracle.com, alexandre.iline at oracle.com, igor.ignatyev at oracle.com, erik.joelsson at oracle.com

! common/autoconf/buildjdk-spec.gmk.in
! common/autoconf/generated-configure.sh
! common/autoconf/libraries.m4
! common/autoconf/spec.gmk.in
! make/Main.gmk
! make/common/NativeCompilation.gmk
! make/jprt.properties
+ test/fmw/gtest/CHANGES
+ test/fmw/gtest/LICENSE
+ test/fmw/gtest/README
+ 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/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.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



More information about the jdk9-hs-changes mailing list