Integrated: 8355558: SJIS.java test is always ignored

Naoto Sato naoto at openjdk.org
Mon Apr 28 16:06:52 UTC 2025


On Fri, 25 Apr 2025 17:02:30 GMT, Naoto Sato <naoto at openjdk.org> wrote:

> Stemmed from this PR: https://github.com/openjdk/jdk/pull/24838
> After JEP 400, `file.encoding` is always UTF-8, so the test was never run. Using `native.encoding` is appropriate so that the intention of the initial test will hold. Tested on an English Windows in which the system locale is set to `Japanese(Japan)`, and confirmed it succeeded without SkippedException.

This pull request has now been integrated.

Changeset: c0dc3142
Author:    Naoto Sato <naoto at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c0dc31422d6e7435ad7abdb547dedcc50b7fc0c3
Stats:     13 lines in 1 file changed: 9 ins; 0 del; 4 mod

8355558: SJIS.java test is always ignored

Reviewed-by: bpb

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

PR: https://git.openjdk.org/jdk/pull/24881


More information about the core-libs-dev mailing list