-
Notifications
You must be signed in to change notification settings - Fork 236
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
8266461: tools/jmod/hashes/HashesTest.java fails: static @Test methods #1252
Conversation
👋 Welcome back gdams! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
@GoeLin please can you review and then I'll kick off the integration |
I had the patch in our nightly build. The test is still failing. /System/Volumes/Data/priv/jvmtests/output_openjdk11_dev_dbgU_darwinintel64/grmpf/testdata/jtreg/jtreg_test_11/test/jdk/tools/jmod/hashes/HashesTest.java:130: error: incompatible types: String cannot be converted to Set |
@GoeLin thats interesting to know. Let me take another look at the patch |
@GoeLin I've pushed up a commit to align the patch better with upstream and fixes all but one test:
Any ideas? |
@gdams Please do not rebase or force-push to an active PR as it invalidates existing review comments. All changes will be squashed into a single commit automatically when integrating. See OpenJDK Developers’ Guide for more information. |
I'm looking into the HashesTest and see if I can figure out something. BTW, when backporting this change you should either backport https://bugs.openjdk.org/browse/JDK-8266461 right thereafter or maybe even include the typo fix and add JDK-8266461 to this PR via the /issue command. |
Ignore my comments. Just tested with 11.0.16 and it works just fine:
|
/issue add JDK-8267180 |
@gdams |
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.
Thumbs up. Backport looks good and test passed my local testing on both, Linux and Mac.
@gdams 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 15 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. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@RealCLanger) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
/integrate |
Passed SAP's nightlies. /sponsor |
Going to push as commit 0b54c61.
Your commit was automatically rebased without conflicts. |
@RealCLanger @gdams Pushed as commit 0b54c61. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Backport required to bump JDK11u to jtreg 6
test/jdk/tools/jmod/hashes/HashesTest.java
ht.checkHashes("j2", Set.of("j3"));
(in jdk) not matching up withht.checkHashes("j2", "j3");
in jdk11u.testHashModulesPattern
does not exist in jdk11u so I removed it from the patch.Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev pull/1252/head:pull/1252
$ git checkout pull/1252
Update a local copy of the PR:
$ git checkout pull/1252
$ git pull https://git.openjdk.org/jdk11u-dev pull/1252/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1252
View PR using the GUI difftool:
$ git pr show -t 1252
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/1252.diff