RFR: 8368882: NPE during text drawing on machine with JP locale [v5]

Sergey Bylokhov serb at openjdk.org
Wed Oct 29 17:34:44 UTC 2025


On Wed, 29 Oct 2025 17:02:55 GMT, Sergey Nazarkin <snazarki at openjdk.org> wrote:

>>>Without this file, the test never fails and becomes meaningless.
>> 
>> Even on the system with JP locale?
>
> yes, without this file broken branch is never executed.

Then It might be better to drop it, or at least mark it as manual. The current issue with the test is that it modifies the system and JDK, which could affect other tests running in parallel.

For the JDK, we can create a copy of TESTJAVA and run the test there. However, we can’t do the same for the system. The situation could become worse if the tests are terminated midway, as the cleanup step wouldn’t be executed and the system could remain misconfigured.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27551#discussion_r2474354324


More information about the client-libs-dev mailing list