RFR: 8042266: [launcher] create test groups for launcher regression tests
Hi, Simple changes to add jdk_launcher to the jdk's Test.groups, this allows anyone working on the launcher to run a set of regression tests which historically have helped shake out launcher regressions. http://cr.openjdk.java.net/~ksrini/8042266/webrev.00/ Usage: jtreg ...... /blah/de/blah/jdk/test:jdk_launcher Thanks Kumar
On 02/05/2014 14:17, Kumar Srinivasan wrote:
Hi,
Simple changes to add jdk_launcher to the jdk's Test.groups, this allows anyone working on the launcher to run a set of regression tests which historically have helped shake out launcher regressions. http://cr.openjdk.java.net/~ksrini/8042266/webrev.00/
Usage: jtreg ...... /blah/de/blah/jdk/test:jdk_launcher The tools are deliberately split into core_tools and svc_tools. If I read this correctly then it looks like core_tools will now run a bunch of other tools (overlap with svc_tools). If jdk_launcher is really needed then maybe just add that group and don't adjust the others?
-Alan.
Point taken, I just added jdk_launcher for now. http://cr.openjdk.java.net/~ksrini/8042266/webrev.01/ Thanks On 5/2/2014 6:30 AM, Alan Bateman wrote:
On 02/05/2014 14:17, Kumar Srinivasan wrote:
Hi,
Simple changes to add jdk_launcher to the jdk's Test.groups, this allows anyone working on the launcher to run a set of regression tests which historically have helped shake out launcher regressions. http://cr.openjdk.java.net/~ksrini/8042266/webrev.00/
Usage: jtreg ...... /blah/de/blah/jdk/test:jdk_launcher The tools are deliberately split into core_tools and svc_tools. If I read this correctly then it looks like core_tools will now run a bunch of other tools (overlap with svc_tools). If jdk_launcher is really needed then maybe just add that group and don't adjust the others?
-Alan.
On 02/05/2014 16:40, Kumar Srinivasan wrote:
Point taken, I just added jdk_launcher for now. http://cr.openjdk.java.net/~ksrini/8042266/webrev.01/ That seems okay now although it means that :jdk_launcher will run the tests for a bunch of tools that someone working on the launcher might not be interested in.
One suggestion is to include a comment to make it clear its intention (and to avoid someone thing there is a mistake that it's not grouped into one of the top-level groups). -Alan.
participants (2)
-
Alan Bateman
-
Kumar Srinivasan