RFR: 8253761: Wrong URI syntax printed by jar --describe-module

Christian Stein cstein at openjdk.java.net
Mon Oct 5 14:11:41 UTC 2020


On Mon, 5 Oct 2020 11:56:49 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Rebased and squashed commits. Let's see...
>> 
>> They're running: https://github.com/sormuras/jdk/actions/runs/289171488
>
> I think the change exposes issues in a couple of tests. It looks like partialUpdateFooModuleInfo
> (modularJar/Basic.java) expects the wrong result, as does some of the tests in mmrjar/Basic.java.

I can't find the `modularJar/Basic.java` test run in the logs. In which job/tier/part does it hide?

> I think the change exposes issues in a couple of tests.

The one that fails the linked "pre-submit test" run above is already reported as
https://bugs.openjdk.java.net/browse/JDK-8249095 ("Aux.java" is not a valid file name on Windows).

> It looks like partialUpdateFooModuleInfo (modularJar/Basic.java) expects the wrong result, as does some of the tests in
> mmrjar/Basic.java.

Something for a follow-up issue/PR?

-------------

PR: https://git.openjdk.java.net/jdk/pull/393


More information about the core-libs-dev mailing list