RFR(M): 8175300 - Enable artifact resolution for jtreg tests (original) (raw)
Christian Tornqvist christian.tornqvist at oracle.com
Tue Mar 7 20:02:55 UTC 2017
- Previous message (by thread): JarReorder and ensuing grep failing on Windows
- Next message (by thread): RFR(M): 8175300 - Enable artifact resolution for jtreg tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi everyone,
Please review this change that adds the ability to have external dependencies in jtreg tests. As a proof of concept, I've added Scimark to the Hotspot repository. The concept is this, annotate the test with one or more @Artifact annotation describing the external dependencies, these can then either be resolved manually (using -Djdk.test.lib.artifacts.) or automatically using a custom ArtifactManager.
The make changes were contributed by Erik Joelsson.
These changes have been verified by running the Scimark test locally (using make) and in JPRT.
Bugs:
https://bugs.openjdk.java.net/browse/JDK-8175300
Webrev:
http://cr.openjdk.java.net/~ctornqvi/webrev/8175300/webrev.00/
Thanks,
Christian
- Previous message (by thread): JarReorder and ensuing grep failing on Windows
- Next message (by thread): RFR(M): 8175300 - Enable artifact resolution for jtreg tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]