-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
8330755: ProblemList files have entries referring to non-existent tests #18879
Conversation
👋 Welcome back dnsimon! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
@dougxc Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
Webrevs
|
/label -build hotspot core-libs |
@magicus The The |
I've removed |
While not a blocker IMO, I'm curious about the issues for the removed lines. Taking the first one as an example, I see it's "unresolved" (JDK-8192647) but the file was removed in JDK-8289764. I think it would be good to just do a check through the other issues and see if any other bookkeeping needs to be done, or if any surprises pop up. |
Ok, I'm pinging people here who git blame associates with some of the removed entries: @walulyai , @lmesnik @kumarabhi006 However, I don't see how removing these entries can cause any problems. Someone would have noticed failing problem listed tests by now. |
The tidyup looks good! I don't understand that this is titled as JDK-8330755 but that's already integrated. So this needs to be done in a separate JBS entry and if the suggested CheckProblemLists.java is not going to be in it, we remove that from the description. |
The issue was resolved when I merged the PR to clean up the closed problem lists. I'll just close this PR and leave it as documentation for future open ProblemList cleanup if someone wants to take it on. |
This PR adds a check for the format of ProblemList files and ensures they only have entries referring to existing tests.
The cleanups in the second commit of this PR were done based on the output of
CheckProblemLists
:Progress
Issue
Backport <hash>
with the hash of the original commit. See Backports.Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/18879/head:pull/18879
$ git checkout pull/18879
Update a local copy of the PR:
$ git checkout pull/18879
$ git pull https://git.openjdk.org/jdk.git pull/18879/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 18879
View PR using the GUI difftool:
$ git pr show -t 18879
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/18879.diff
Webrev
Link to Webrev Comment