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.