-
Notifications
You must be signed in to change notification settings - Fork 219
8241311: Move some charset mapping tests from closed to open #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
👋 Welcome back andrew! A progress list of the required criteria for merging this PR into |
|
This backport pull request has now been updated with issue from the original commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK.
|
The parent pull request that this pull request depends on has now been integrated and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout JDK-8241311
git fetch https://git.openjdk.org/jdk8u.git master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push |
|
@gnu-andrew this pull request can not be integrated into git checkout JDK-8241311
git fetch https://git.openjdk.org/jdk8u.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
|
@gnu-andrew This change now passes all automated pre-integration checks. 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
|
I see |
|
/integrate |
|
Going to push as commit 0bec498. |
|
@gnu-andrew Pushed as commit 0bec498. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This is a second pre-requisite for JDK-8301119 ("Support for GB18030-2022") and so is being proposed for inclusion in 8u382 during rampdown, so that the changes are in place for when GB18030-2022 enforcement begins in August. It adds more tests for character mappings, including GB18030.
The patch only introduces new tests, shuffled to the correct location. The one change to an existing file (
TestCharsetMapping.java) is dropped, as it only adds an unneeded@modulesline. Similarly,@modulesis dropped fromCoderTest.java,ConverterTest.javaandTestConv.java.The remaining change is to
MS950.c2b-irreversible. 8u does not have JDK-8232161, a change with an associated CSR that changed some of the mappings in the MS950 character set. We removed the four mappings from the test set, so as to match 8u's behaviour and avoid theCoderTest.javatest from failing.All
sun.nio.cstests pass with this patch applied.Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u.git pull/44/head:pull/44$ git checkout pull/44Update a local copy of the PR:
$ git checkout pull/44$ git pull https://git.openjdk.org/jdk8u.git pull/44/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 44View PR using the GUI difftool:
$ git pr show -t 44Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u/pull/44.diff
Webrev
Link to Webrev Comment