8355558: SJIS.java test is always ignored#24881
8355558: SJIS.java test is always ignored#24881naotoj wants to merge 2 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back naoto! A progress list of the required criteria for merging this PR into |
|
@naotoj This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 19 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
| @library /test/lib | ||
| */ | ||
|
|
||
| import java.io.*; |
|
I don't have good knowledge of the encodings, but code-wise this looks fine. |
|
Thank you for the review! |
|
Going to push as commit c0dc314.
Your commit was automatically rebased without conflicts. |
Stemmed from this PR: #24838
After JEP 400,
file.encodingis always UTF-8, so the test was never run. Usingnative.encodingis appropriate so that the intention of the initial test will hold. Tested on an English Windows in which the system locale is set toJapanese(Japan), and confirmed it succeeded without SkippedException.Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/24881/head:pull/24881$ git checkout pull/24881Update a local copy of the PR:
$ git checkout pull/24881$ git pull https://git.openjdk.org/jdk.git pull/24881/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 24881View PR using the GUI difftool:
$ git pr show -t 24881Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/24881.diff
Using Webrev
Link to Webrev Comment