RFR: 8331331: :tier1 target explanation in doc/testing.md is incorrect
Magnus Ihse Bursie
ihse at openjdk.org
Tue Apr 30 12:27:05 UTC 2024
On Mon, 29 Apr 2024 16:14:45 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi,
>
> In doc/testing.md file, it says:
>
> As an example, :tier1 will expand to jtreg:$(TOPDIR)/test/hotspot/jtreg:tier1 jtreg:$(TOPDIR)/test/jdk:tier1 jtreg:$(TOPDIR)/test/langtools:tier1 jtreg:$(TOPDIR)/test/nashorn:tier1 jtreg:$(TOPDIR)/test/jaxp:tier1.
>
> The actual situation is :tier1 doesn't contains test/nashorn:tier1, and the document missed test/lib-test:tier1
>
> $ make -n test-tier1 &> test-tier1.log
> $ grep "Running test " test-tier1.log
> Running test 'jtreg:test/hotspot/jtreg:tier1'
> Running test 'jtreg:test/jdk:tier1'
> Running test 'jtreg:test/langtools:tier1'
> Running test 'jtreg:test/jaxp:tier1'
> Running test 'jtreg:test/lib-test:tier1'
>
> Only change the document, no risk.
This fix works, but I like David's idea better. It was meant as an example, not necessarily kept up to date, so by deliberately making it shorter and ading `...` we show that this is not am exhaustive list.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19002#issuecomment-2085193115
More information about the build-dev
mailing list