-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8356966: java/awt/Graphics2D/DrawString/IgnoredWhitespaceTest.java fails on Linux after JDK-8350203 #25235
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 dgredler! A progress list of the required criteria for merging this PR into |
|
@gredler 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 49 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. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@honkar-jdk, @aivanov-jdk) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
Webrevs
|
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.
I wasn't able replicate and verify the fix myself as I don't have specific linux flavors (RHEL,SLES) to test it .
test/jdk/java/awt/Graphics2D/DrawString/IgnoredWhitespaceTest.java
Outdated
Show resolved
Hide resolved
|
/reviewers 2 |
|
@honkar-jdk |
I had to build in a clean SUSE Docker image ( |
|
I added your PR to our build/test queue, let's see if it fixes the issues. |
aivanov-jdk
left a comment
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.
Looks good to me.
I didn't try to reproduce the problem. Let's wait for @MBaesken test results.
Test results look good, with your PR the issue is gone on the 2 Linux machines where we noticed it before . |
|
@MBaesken Thanks for the confirmation! @honkar-jdk Do you feel OK approving based on the test feedback above? |
Sure. Approved. When this code is touched again adding isIgnorableWhitespace() to @gredler Suggestion: Probably a good idea to integrate it next week rather than Friday which will allow us to monitor for regressions on CI. |
|
/integrate |
|
/sponsor |
|
Going to push as commit 3acfa9e.
Your commit was automatically rebased without conflicts. |
|
@aivanov-jdk @gredler Pushed as commit 3acfa9e. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
If the new test (
IgnoredWhitespaceTest) runs on a system with Type1 physical fonts, it fails because the Type1 handling of ignorable whitespace characters does not match the behavior of the TrueType and macOS glyph mappers.This PR updates the Type1 glyph mapper to follow the same rules in this area as the other glyph mappers.
It would probably be a good idea to consolidate all of this into the
CharToGlyphMappersuperclass at some point, so that we're not duplicating this handling across the subclasses, but some users are reporting failing builds and I wanted to keep the PR simple.Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/25235/head:pull/25235$ git checkout pull/25235Update a local copy of the PR:
$ git checkout pull/25235$ git pull https://git.openjdk.org/jdk.git pull/25235/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 25235View PR using the GUI difftool:
$ git pr show -t 25235Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/25235.diff
Using Webrev
Link to Webrev Comment