On Sat, 13 Mar 2021 20:26:42 GMT, Igor Ignatyev wrote:
> Hi all,
>
> could you please review this trivial cleanup?
> from JBS:
>
>> jtreg `@modules X` directive does two things:
>> - exclude a test from execution if JDK under test doesn't have module X
>
On Mon, 15 Mar 2021 16:25:48 GMT, Iris Clark wrote:
>> Hi all,
>>
>> could you please review this trivial cleanup?
>> from JBS:
>>
>>> jtreg `@modules X` directive does two things:
>>> - exclude a test from execution if JDK under test doesn't have module X
>>> - if JDK under test has module
Hi all,
could you please review this trivial cleanup?
from JBS:
> jtreg `@modules X` directive does two things:
> - exclude a test from execution if JDK under test doesn't have module X
> - if JDK under test has module X, make sure it's resolved
>
> both these things have no sense for `java