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
8015602: [macosx] Test javax/swing/SpringLayout/4726194/bug4726194.java fails on MacOSX #872
Conversation
|
Webrevs
|
Maybe a candidate to test all installed L&Fs in the test? |
Right. |
@mrserb 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 4 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 |
@mrserb Since your change was applied there have been 16 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit dc85a3f. |
The test fails on macOS when Aqua L&F is enabled:
Mixed story of this bug.
Initially it was found by https://bugs.openjdk.java.net/browse/JDK-7124209
but for some reason the change for that bug missed the actual fix and just moved the test to the open repo.
But it did not appear as failed because it was problemlisted by the
https://bugs.openjdk.java.net/browse/JDK-8198399
Recently it was de-problemlisted by the
https://bugs.openjdk.java.net/browse/JDK-8254976
But the check via mach5 missed this issue, becouse on the headless systems default L&F is Metal not Aqua.
Progress
Testing
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/872/head:pull/872
$ git checkout pull/872