[jdk11u-dev] RFR: 8316138: Add GlobalSign 2 TLS root certificates [v2]
María Arias de Reyna
duke at openjdk.org
Fri May 17 14:32:22 UTC 2024
> Backport for https://bugs.openjdk.org/browse/JDK-8316138
>
> Related to https://github.com/openjdk/jdk21u-dev/pull/581 and https://github.com/openjdk/jdk17u-dev/pull/2479
>
> Changes since the original commit: the checksum for the certificates and the folder where the certs are stored.
>
>
> ]$ make run-test TEST="test/jdk/sun/security/lib/cacerts/VerifyCACerts.java"
> Building target 'run-test' in configuration 'linux-x86_64-normal-server-release'
> Skip building of Graal unit tests because 3rd party libraries directory is not specified
> Skip building of Graal unit tests because 3rd party libraries directory is not specified
> Creating jdk image
> Test selection 'test/jdk/sun/security/lib/cacerts/VerifyCACerts.java', will run:
> * jtreg:test/jdk/sun/security/lib/cacerts/VerifyCACerts.java
>
> Running test 'jtreg:test/jdk/sun/security/lib/cacerts/VerifyCACerts.java'
> Passed: sun/security/lib/cacerts/VerifyCACerts.java
> Test results: passed: 1
> Report written to /home/delawen/git/jdk11u-dev/build/linux-x86_64-normal-server-release/test-results/jtreg_test_jdk_sun_security_lib_cacerts_VerifyCACerts_java/html/report.html
> Results written to /home/delawen/git/jdk11u-dev/build/linux-x86_64-normal-server-release/test-support/jtreg_test_jdk_sun_security_lib_cacerts_VerifyCACerts_java
> Finished running test 'jtreg:test/jdk/sun/security/lib/cacerts/VerifyCACerts.java'
> Test report is stored in build/linux-x86_64-normal-server-release/test-results/jtreg_test_jdk_sun_security_lib_cacerts_VerifyCACerts_java
>
> ==============================
> Test summary
> ==============================
> TEST TOTAL PASS FAIL ERROR
> jtreg:test/jdk/sun/security/lib/cacerts/VerifyCACerts.java
> 1 1 0 0
> ==============================
> TEST SUCCESS
>
> Finished building target 'run-test' in configuration 'linux-x86_64-normal-server-release'
María Arias de Reyna has updated the pull request incrementally with one additional commit since the last revision:
Fix switch expression that is too new for this JDK
-------------
Changes:
- all: https://git.openjdk.org/jdk11u-dev/pull/2715/files
- new: https://git.openjdk.org/jdk11u-dev/pull/2715/files/6804bf3b..c75901fc
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2715&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2715&range=00-01
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/2715.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2715/head:pull/2715
PR: https://git.openjdk.org/jdk11u-dev/pull/2715
More information about the jdk-updates-dev
mailing list