Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.
/ jdk22u Public archive

Commit e2d6c5e

Browse files
committed
8328825: Google CAInterop test failures
Backport-of: 70a15c73638f45b9ed629abc0ea2d86a324bf624
1 parent 5cb863d commit e2d6c5e

File tree

1 file changed

+5
-10
lines changed
  • test/jdk/security/infra/java/security/cert/CertPathValidator/certification

1 file changed

+5
-10
lines changed

test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java

+5-10
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@
207207
* @summary Interoperability tests with Google's GlobalSign R4 and GTS Root certificates
208208
* @library /test/lib
209209
* @build jtreg.SkippedException ValidatePathWithURL CAInterop
210-
* @run main/othervm -Djava.security.debug=certpath,ocsp CAInterop globalsigneccrootcar4 OCSP
211-
* @run main/othervm -Djava.security.debug=certpath CAInterop globalsigneccrootcar4 CRL
210+
* @run main/othervm -Djava.security.debug=certpath,ocsp CAInterop globalsigneccrootcar4 DEFAULT
212211
*/
213212

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

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

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

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

254249
/*

0 commit comments

Comments
 (0)