8003680: JSR 310 Date/Time API
Integration of JSR310 Date/Time API for M6 Co-authored-by: Roger Riggs <roger.riggs@oracle.com> Co-authored-by: Richard Warburton <richard.warburton@gmail.com> Co-authored-by: Michael Nascimento <misterm@gmail.com> Reviewed-by: alanb, naoto, dholmes
This commit is contained in:
parent
aa42a1616b
commit
4b926cfd51
@ -127,6 +127,11 @@ CORE_PKGS = \
|
||||
java.sql \
|
||||
java.text \
|
||||
java.text.spi \
|
||||
java.time \
|
||||
java.time.temporal \
|
||||
java.time.calendar \
|
||||
java.time.format \
|
||||
java.time.zone \
|
||||
java.util \
|
||||
java.util.concurrent \
|
||||
java.util.concurrent.atomic \
|
||||
|
@ -92,6 +92,7 @@ jprt.make.rule.core.test.targets= \
|
||||
${jprt.my.test.target.set:TESTNAME=jdk_text}, \
|
||||
${jprt.my.test.target.set:TESTNAME=jdk_tools}, \
|
||||
${jprt.my.test.target.set:TESTNAME=jdk_jfr}, \
|
||||
${jprt.my.test.target.set:TESTNAME=jdk_time}, \
|
||||
${jprt.my.test.target.set:TESTNAME=jdk_other}
|
||||
|
||||
# All vm test targets (testset=all)
|
||||
|
@ -63,7 +63,8 @@ JDK_DEFAULT_TEST_LIST = \
|
||||
jdk_nio \
|
||||
jdk_security1 \
|
||||
jdk_text \
|
||||
jdk_util
|
||||
jdk_util \
|
||||
jdk_time
|
||||
|
||||
# These tests are not part of the default testing list
|
||||
JDK_NONDEFAULT_TEST_LIST = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user