On Wed, 29 Oct 2025 17:02:55 GMT, Sergey Nazarkin <[email protected]> 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
