System.exit() forbidden by JT Harness in agentvm mode
Alan Bateman
Alan.Bateman at oracle.com
Tue Dec 10 09:17:10 PST 2013
On 10/12/2013 16:47, Jonathan Gibbons wrote:
> :
>
> The core-libs team have led an effort to clean up the core-libs tests
> and to provide the test/Makefile as a standard way of running the
> tests. It seems like it is time to embark on a similar effort for the
> client tests.
Just to say that the Makefile now translates targets into jtreg groups
so do you can do "make test TEST=<group>" then it will run the tests in
that group.
The client areas tests are currently split into 6 sub-groups:
jdk_desktop = \
:jdk_awt \
:jdk_2d \
:jdk_beans \
:jdk_swing \
:jdk_sound \
:jdk_imageio
So you can specify TEST=jdk_desktop if you are feeling lucky or run
subsets of the tests. The one thing is that the Makefile uses agentvm
mode and as we've seen, these client area tests may need work in order
to run in this mode.
-Alan.
More information about the quality-discuss
mailing list