-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
8311666: Disabled tests in test/jdk/sun/java2d/marlin #14807
Conversation
👋 Welcome back cushon! A progress list of the required criteria for merging this PR into |
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.
Hmm. Puzzling.
These tests seem to have been like this since (at least) JDK8u days.
I don't understand how they managed to be updated several times over the years without anyone addressing this. I hope I'm not missing something but they have no comment to explain it.
And they do pass for me on current JDK.
But best to push this on Monday not Friday in case there is a surprise.
@cushon 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 1 new commit pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
Thanks for taking a look!
I think that matches my understanding, that it was an oversight when they were originally contributed, and then it went unnoticed and unfixed since then. Submitting earlier in the week sounds good to me. |
The test dates are from 2010 for pisces, moved into marlin tests once pisces was removed in 2017. |
Mailing list message from Patrick Chen on client-libs-dev: Fy Le sam. 8 juil. 2023, 11:13, Laurent Bourg?s <lbourges at openjdk.org> a -------------- next part -------------- |
/integrate |
Going to push as commit b285ed7.
Your commit was automatically rebased without conflicts. |
Please review this fix for JDK-8311666, which adds missing jtreg
/* @test */
comments to several tests intest/jdk/sun/java2d/marlin
which were not being run.Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/14807/head:pull/14807
$ git checkout pull/14807
Update a local copy of the PR:
$ git checkout pull/14807
$ git pull https://git.openjdk.org/jdk.git pull/14807/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 14807
View PR using the GUI difftool:
$ git pr show -t 14807
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/14807.diff
Webrev
Link to Webrev Comment