RFR: JDK-8198323 testing.md not updated for repository layout change (original) (raw)

Erik Helin erik.helin at oracle.com
Fri Mar 2 15:24:39 UTC 2018


On 03/02/2018 01:48 PM, Magnus Ihse Bursie wrote:

In make/doc/testing.md, the descriptions of the TEST option for jtreg tests has not been updated to account for the repository layout change. For example, "hotspot/test:hotspotgc" should be "test/hotspot/jtreg:hotspotgc".

Bug: https://bugs.openjdk.java.net/browse/JDK-8198323 WebRev: http://cr.openjdk.java.net/~ihse/JDK-8198323-update-testing-documentation/webrev.01

+example, :tier1 will expand to jtreg:$(TOPDIR)/test/jdk:tier1 +jtreg:$(TOPDIR)/test/langtools:tier1 jtreg:$(TOPDIR)/test/nashorn:tier1 +jtreg:$(TOPDIR)/test/jaxp:tier1.

:tier1 will now actually include jtreg:$(TOPDIR)/test/hotspot:tier1 as well since Christian's commit: http://hg.openjdk.java.net/jdk/jdk/rev/75f4ad82866c

While you are at it, you might want to change all occurrences of VM_OTIONS to VM_OPTIONS :)

Thanks for updating the documentation! Erik

/Magnus



More information about the build-dev mailing list