8379424: [11u] Update SSL tests using SSLEngineTemplate#110
8379424: [11u] Update SSL tests using SSLEngineTemplate#110vieiro wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back avieiro! A progress list of the required criteria for merging this PR into |
|
@vieiro 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
|
|
|
/approval request Please consider approving this fix to some security tests, that were failing after the test templates were updated with a new Utility class in the /test/lib library. All security tests pass now. |
|
I'll let @gnu-andrew handle approval for this one. |
gnu-andrew
left a comment
There was a problem hiding this comment.
Looks good to me too. Good to see the SunEC case handled by fixing the policy.
|
/approve yes |
|
@gnu-andrew |
|
/integrate |
|
Going to push as commit 85846f7. |
This fixes different security tests reported in JDK-8379424.
Tests extending SSLEngineTemplate will need to use the
Utilsclass in/test/lib(which provides a ByteBuffer.slice(int, int) for JDK11), so the base class compiles correctly with JTReg. This is a test-only change.All security tests pass now:
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u.git pull/110/head:pull/110$ git checkout pull/110Update a local copy of the PR:
$ git checkout pull/110$ git pull https://git.openjdk.org/jdk11u.git pull/110/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 110View PR using the GUI difftool:
$ git pr show -t 110Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u/pull/110.diff
Using Webrev
Link to Webrev Comment