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
8272581: sun/security/pkcs11/Provider/MultipleLogins.sh fails after JDK-8266182 #400
Conversation
|
This backport pull request has now been updated with issue from the original commit. |
Seems like this is not a proper "dependent PR". I'd select the old PR as diff target when creating the new PR. |
@TheRealMDoerr wrote:
Yes I think you're right, I didn't pick that up from the Skara mail I read, but it stands to reason.
I've done that now. |
@jmtd 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 25 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.
|
/integrate |
/sponsor |
Going to push as commit cbdb8c2.
Your commit was automatically rebased without conflicts. |
@RealCLanger @jmtd Pushed as commit cbdb8c2. |
Please consider this backport for jdk11u. It depends upon JDK-8266182 (#376) which in turn depends on JDK-8180571 (#396).
MultipleLogins.sh compiles all files under lib/jdk/test/lib/artifacts, Since JDK-8266182 added a new file OpensslArtifactFetcher.java which requires libraries outside of MultipleLogin.sh's classpath, it fails to build it.
The patch move and renames OpensslArtifactFetcher to resolve this.
The patch applies cleanly and MultipleLogins.sh passes after applying. Note that in my testing, in 11u, the test does not fail prior to applying: although it's clear from the output that it failed to build OpensslArtifactFetcher.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/400/head:pull/400
$ git checkout pull/400
Update a local copy of the PR:
$ git checkout pull/400
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/400/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 400
View PR using the GUI difftool:
$ git pr show -t 400
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/400.diff