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
8193942: Regression automated test '/open/test/jdk/javax/swing/JFrame/8175301/ScaledFrameBackgroundTest.java' fails #1923
Conversation
…/8175301/ScaledFrameBackgroundTest.java' fails
|
Please check that the test will work if the Windows uses 125% , see https://bugs.openjdk.java.net/browse/JDK-8193942?focusedCommentId=14150509&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14150509 |
Yes, it works
|
You have set it via the property, but the bug was reported on the system where the 125% dpi was set in the windows settings and the test was run as-is. |
I have tried that as well. In fact, my windows display setting is 125% and it worked without this property change in uiscale. |
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.
Thank you for your confirmation. Looks fine.
@prsadhuk 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 8 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the
|
/integrate |
@prsadhuk Since your change was applied there have been 26 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 32538b5. |
This test use to fail in macos in mach5 nightly testing long time back. It used to fail in ubuntu17.10 due to unsupported wayland display mode. Recent run of this test on supported platforms does not fail.
Modified the test slightly to be consistent with other test regarding robot delays, moved frame to center of screen.
Mach5 job running several iterations of the test in all platforms is ok. Link in JBS.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/1923/head:pull/1923
$ git checkout pull/1923