On Mon, 20 Jul 2026 23:43:37 GMT, Justin Lu <[email protected]> wrote:
>> Naoto Sato has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Further test refinement > > test/jdk/java/lang/String/ToUpperCase.java line 135: > >> 133: test(src.toString(), Locale.US, exp.toString()); >> 134: >> 135: // test non-latin1 -> latin1 > > You pulled this out as a separate test in `ToLowerCase`. Do the same here? Right. I also separated `latin1` test case in `ToLowerCase` for consistency. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31937#discussion_r3618637036
