JShell/Kulla towards JDK9 and Fix Version
Andrei Eremeev
andrei.eremeev at oracle.com
Sat Jun 20 17:47:01 UTC 2015
Noted!
Before integrating Kulla to JDK9 all excluded tests for JShell should be cleaned up:
1. Now if a test is excluded, it has "@Test(enabled = false)" annotation, so jtreg does not indicate nothing. Instead of using the annotation, "@ignore" jtreg tag should be used. In this case, we won't miss that a test will never be run.
2. Each of the excluded tests should have an open bug in JBS. The bug id should be written in "@ignore" tag.
Andrei Eremeev
----- Original Message -----
From: robert.field at oracle.com
To: kulla-dev at openjdk.java.net
Sent: Saturday, June 20, 2015 4:12:14 AM GMT +03:00 Iraq
Subject: JShell/Kulla towards JDK9 and Fix Version
We believe the core work of JShell is done, that the functionality is
there and fairly stable, and yes sure there are bugs to fix, but they
are not too glaring. What that means is it is time to work towards
moving JShell into the JDK9 main-line repo!
This also has an effect on what Fix Version we use. Work that we need
to do before it goes into JDK9 (e.g., API docs clean-up) or, because of
timing, we know will go into the Kulla repo should continue to use the
9-repo-kulla Fix Version. Everything else, including almost all bug
reports, should have Fix Version: 9.
-Robert
More information about the kulla-dev
mailing list