Integrated: 8365098: make/RunTests.gmk generates a wrong path to test artifacts on Alpine
Roman Marchenko
rmarchenko at openjdk.org
Thu Aug 14 12:34:16 UTC 2025
On Tue, 12 Aug 2025 10:51:06 GMT, Roman Marchenko <rmarchenko at openjdk.org> wrote:
> This change fixes the test artifact path on Alpine as `'[_*1000]'` is not recognized as a correct pattern, at least on Alpine 3.11.
>
> Without this fix, on Alpine the command `make test-prebuilt` generated paths like the following:
>
> Test report is stored in build/run-test-prebuilt/test-results/jtreg]test]hotspot]jtreg]tier1]common
>
>
> Now it looks better:
>
> Test report is stored in build/run-test-prebuilt/test-results/jtreg_test_hotspot_jtreg_tier1_common
>
> All checks (tier1) are passed.
This pull request has now been integrated.
Changeset: 41520998
Author: Roman Marchenko <rmarchenko at openjdk.org>
Committer: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/41520998aa8808452ee384b213b2a77c7bad668d
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
8365098: make/RunTests.gmk generates a wrong path to test artifacts on Alpine
Reviewed-by: erikj, ihse
-------------
PR: https://git.openjdk.org/jdk/pull/26742
More information about the build-dev
mailing list