Skip to content

Commit

Permalink
8328825: Google CAInterop test failures
Browse files Browse the repository at this point in the history
Backport-of: 70a15c7
  • Loading branch information
shipilev committed Apr 3, 2024
1 parent 5cb863d commit e2d6c5e
Showing 1 changed file with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@
* @summary Interoperability tests with Google's GlobalSign R4 and GTS Root certificates
* @library /test/lib
* @build jtreg.SkippedException ValidatePathWithURL CAInterop
* @run main/othervm -Djava.security.debug=certpath,ocsp CAInterop globalsigneccrootcar4 OCSP
* @run main/othervm -Djava.security.debug=certpath CAInterop globalsigneccrootcar4 CRL
* @run main/othervm -Djava.security.debug=certpath,ocsp CAInterop globalsigneccrootcar4 DEFAULT
*/

/*
Expand All @@ -217,8 +216,7 @@
* @summary Interoperability tests with Google's GlobalSign R4 and GTS Root certificates
* @library /test/lib
* @build jtreg.SkippedException ValidatePathWithURL CAInterop
* @run main/othervm -Djava.security.debug=certpath,ocsp CAInterop gtsrootcar1 OCSP
* @run main/othervm -Djava.security.debug=certpath CAInterop gtsrootcar1 CRL
* @run main/othervm -Djava.security.debug=certpath,ocsp CAInterop gtsrootcar1 DEFAULT
*/

/*
Expand All @@ -227,8 +225,7 @@
* @summary Interoperability tests with Google's GlobalSign R4 and GTS Root certificates
* @library /test/lib
* @build jtreg.SkippedException ValidatePathWithURL CAInterop
* @run main/othervm -Djava.security.debug=certpath,ocsp CAInterop gtsrootcar2 OCSP
* @run main/othervm -Djava.security.debug=certpath CAInterop gtsrootcar2 CRL
* @run main/othervm -Djava.security.debug=certpath,ocsp CAInterop gtsrootcar2 DEFAULT
*/

/*
Expand All @@ -237,8 +234,7 @@
* @summary Interoperability tests with Google's GlobalSign R4 and GTS Root certificates
* @library /test/lib
* @build jtreg.SkippedException ValidatePathWithURL CAInterop
* @run main/othervm -Djava.security.debug=certpath,ocsp CAInterop gtsrootecccar3 OCSP
* @run main/othervm -Djava.security.debug=certpath CAInterop gtsrootecccar3 CRL
* @run main/othervm -Djava.security.debug=certpath,ocsp CAInterop gtsrootecccar3 DEFAULT
*/

/*
Expand All @@ -247,8 +243,7 @@
* @summary Interoperability tests with Google's GlobalSign R4 and GTS Root certificates
* @library /test/lib
* @build jtreg.SkippedException ValidatePathWithURL CAInterop
* @run main/othervm -Djava.security.debug=certpath,ocsp CAInterop gtsrootecccar4 OCSP
* @run main/othervm -Djava.security.debug=certpath CAInterop gtsrootecccar4 CRL
* @run main/othervm -Djava.security.debug=certpath,ocsp CAInterop gtsrootecccar4 DEFAULT
*/

/*
Expand Down

0 comments on commit e2d6c5e

Please sign in to comment.