[jdk8u-dev] RFR: 8335912: Add an operation mode to the jar command when extracting to not overwriting existing files [v4]
Alexey Bakhtin
abakhtin at openjdk.org
Tue Dec 10 19:49:48 UTC 2024
On Tue, 10 Dec 2024 03:05:09 GMT, SendaoYan <syan at openjdk.org> wrote:
>>> The minimum jtreg version of jdk11u-dev is 7.3.1+1, the minimum jtreg version of jdk8u-dev seems to be 5.1. So these two tests can't backport from jdk11u-dev to jdk8u-dev directively. The `org.junit.jupiter.api` does not exist in jtreg5.1
>>
>> Sorry for breaking this compatibility, but is there any document that defines the minimum jtreg version for jdk8u-dev?
>
>> is there any document that defines the minimum jtreg version for jdk8u-dev?
>
> jdk8u-dev:
>
> https://github.com/openjdk/jdk8u-dev/blob/master/make/conf/test-dependencies#L29
>
> jdk11u-dev:
>
> https://github.com/openjdk/jdk11u-dev/blob/master/make/conf/github-actions.conf#L29
>
> or:
>
> https://github.com/openjdk/jdk11u-dev/blob/master/test/jdk/TEST.ROOT#L65
Thank you @sendaoYan,
Could you suggest how we should deal with these tests? Should I submit an issue to remove these tests OR add them to the ProblemList OR update jtreg requirements?
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/608#issuecomment-2532717658
More information about the jdk8u-dev
mailing list