-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8365425: [macos26] javax/swing/JInternalFrame/8160248/JInternalFrameDraggingTest.java fails on macOS 26 #26833
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
…raggingTest.java fails on macOS 26
…raggingTest.java fails on macOS 26
…raggingTest.java fails on macOS 26
|
👋 Welcome back psadhukhan! A progress list of the required criteria for merging this PR into |
|
@prsadhuk 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 160 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
|
|
the test might be updated to render components into the buffered image and then compare exact values. |
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.
The suggestion to use the components in the BufferedImage sounds fair.
The fix here does make the test pass consistently when testing on a macOS 26 device myself. I ran it multiple times with no failures, where the original test (without the changes) did fail consistently. LGTM.
|
I modified the test to render component in to bufferedimage |
DamonGuy
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.
I tested the updated test with the rendered components on macOS 26. Same results as my last approval. Everything seems to be passing and LGTM when the test previously failed.
And what does it test then? The original bug was about dragging the internal frame creates artifacts on the underlying component. By drawing the component after the drag into the BufferedImage - are we sure the artifacts will be drawn there too? I have my doubts about the logic of the test after the last change... |
|
/integrate |
|
Going to push as commit bdf9834.
Your commit was automatically rebased without conflicts. |
That because you have to set float transform for that rendering, to reproduce the artifacts, for screen it is covered by the Dsun.java2d.uiScale in the header of the test. There is no difference between rendering to the screen vs rendering to BI. |
How specifically could you suggest for my future reference? |

Test compares specific pixels with expected color and needed color profile setting in macOS26 is not available it seems.
Since the pixel color difference is slightly off, I have added a tolerance which had been present in many other tests so it's not without precedent
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/26833/head:pull/26833$ git checkout pull/26833Update a local copy of the PR:
$ git checkout pull/26833$ git pull https://git.openjdk.org/jdk.git pull/26833/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 26833View PR using the GUI difftool:
$ git pr show -t 26833Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/26833.diff
Using Webrev
Link to Webrev Comment