On Mon, 26 May 2025 07:37:58 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> On a 'german' Ubuntu 24 (LANG="de_DE.UTF-8") the jtreg test > java/lang/System/LoggerFinder/internal/BootstrapLogger/BootstrapLoggerTest > fails with > > > FEIN: hi now! > java.lang.RuntimeException: System.err does not contain: FINE: hi now! > at BootstrapLoggerTest.main(BootstrapLoggerTest.java:231) > at > java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) > at java.base/java.lang.reflect.Method.invoke(Method.java:565) > at > com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138) > at java.base/java.lang.Thread.run(Thread.java:1447) > > > The test (and some others in :tier1 as well) do not work with non en/US LANG, > so they need an adjustment. This pull request has now been integrated. Changeset: 670ef8cc Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/670ef8cc52e6eb068ca6968142629abc1c424571 Stats: 18 lines in 4 files changed: 13 ins; 0 del; 5 mod 8357561: BootstrapLoggerTest does not work on Ubuntu 24 with LANG de_DE.UTF-8 Reviewed-by: dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/25441