Skip to content

Commit 74a3ddd

Browse files
committed
8315757: [8u] Add cacerts JTREG tests to GHA tier1 test set
Reviewed-by: phh, andrew
1 parent b610be3 commit 74a3ddd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

jdk/test/TEST.groups

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jdk_tier1 = \
2929
:jdk_lang \
3030
:jdk_util \
3131
:jdk_math \
32-
:jdk_jdi
32+
:jdk_jdi \
33+
:jdk_security_infra
3334

3435
jdk_tier2 = \
3536
:jdk_io \
@@ -162,6 +163,7 @@ jdk_security3 = \
162163
sun/security \
163164
-sun/security/krb5 \
164165
-sun/security/jgss \
166+
-sun/security/lib/cacerts \
165167
javax/net \
166168
lib/security
167169

@@ -178,7 +180,8 @@ jdk_security = \
178180
:jdk_security4
179181

180182
jdk_security_infra = \
181-
security/infra/java/security/cert/CertPathValidator/certification
183+
security/infra/java/security/cert/CertPathValidator/certification \
184+
sun/security/lib/cacerts
182185

183186
jdk_text = \
184187
java/text \

0 commit comments

Comments
 (0)