On 3/19/2015 11:52 AM, joe darcy wrote:
Hello,
For background, please see the tiered testing proposal over at
http://mail.openjdk.java.net/pipermail/jdk9-dev/2015-March/001991.html
The patch below adds "tier1" and "tier2" test definitions to the jdk
repository; webrev at
http://cr.openjdk.java.net/~darcy/8075544.0/
This looks good. This changeset has been pushed which is fine. Just one
quick comment. Currently we can do:
$ make test-only TEST=jdk_lang
as test/Makefile takes jdk_% targets. It may be useful to add tier1 and
tier2 targets.
Mandy