RFR: 8365532: java/lang/module/ModuleReader/ModuleReaderTest.testImage fails
SendaoYan
syan at openjdk.org
Fri Aug 15 02:57:15 UTC 2025
On Thu, 14 Aug 2025 15:06:40 GMT, David Beaumont <duke at openjdk.org> wrote:
> This should fix this issue and locally fixes the test() method in:
>
> test/jdk/java/lang/module/ModuleReader/ModuleReaderTest.java
>
> which does:
>
> --------
> // test nulls
> try {
> reader.find(null);
> assertTrue(false);
> } catch (NullPointerException expected) { }
> --------
I think we should integrate this PR right now to avoid the test noisy.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26780#issuecomment-3190461374
More information about the core-libs-dev
mailing list