RFR: 8272914: Create hotspot:tier2 and hotspot:tier3 test groups [v4]

Aleksey Shipilev shade at openjdk.java.net
Thu Sep 2 13:50:31 UTC 2021


On Thu, 2 Sep 2021 13:40:10 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> Does this mean that we can run this locally as:
> make test TEST=hotspot:tier2 or 3 on the command line.
> I like this but is there a way to run all of them locally with one command line?

Yes, you can run these with `make test TEST=hotspot:tier2`. 
Also, they will run along with existing jdk, langtools, jaxp tier2 tests, if you run `make test TEST=tier2`.

-------------

PR: https://git.openjdk.java.net/jdk/pull/5241


More information about the hotspot-dev mailing list