File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1217
1217
<disable >
1218
1218
<comment >placeholder for now until the tests in javax/net/ssl are updated for FIPS</comment >
1219
1219
</disable >
1220
+ <disable >
1221
+ <comment >only applicable for Semeru atm</comment >
1222
+ <vendor >eclipse</vendor >
1223
+ </disable >
1224
+ <disable >
1225
+ <comment >Only applicable on aix, pliunx, xlinux, wins64 and zlinux atm</comment >
1226
+ <platform >^((?!(ppc64_aix|ppc64le_linux|x86-64_linux|x86-64_windows|s390x_linux)).)*$</platform >
1227
+ </disable >
1220
1228
</disables >
1229
+ <variations >
1230
+ <variation >-Dsemeru.fips=true -Dsemeru.customprofile=OpenJCEPlusFIPS.FIPS140-3-Test-TLS-PKCS12 -Djava.security.properties=$(JTREG_JDK_TEST_DIR)/javax/net/ssl/TLSTest_java.security</variation >
1231
+ <variation >-Dsemeru.fips=true -Dsemeru.customprofile=OpenJCEPlusFIPS.FIPS140-3-Test-TLS-JKS -Djava.security.properties=$(JTREG_JDK_TEST_DIR)/javax/net/ssl/TLSTest_java.security</variation >
1232
+ </variations >
1221
1233
<command >$(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
1222
1234
$(JTREG_BASIC_OPTIONS) $(JDK_NATIVE_OPTIONS) -vmoptions:$(Q) $(JVM_OPTIONS) -Xmx512m $(VMOPTION_HEADLESS)$(Q) \
1223
1235
$(TIMEOUT_HANDLER) \
1227
1239
-exclude:$(Q)$(JTREG_JDK_TEST_DIR)$(D)ProblemList.txt$(Q) \
1228
1240
-exclude:$(Q)$(TEST_RESROOT)$(D)$(PROBLEM_LIST_FILE)$(Q) \
1229
1241
${FEATURE_PROBLEM_LIST_FILE} \
1242
+ ${FIPS_VARIATION_PROBLEM_LIST_FILE} \
1230
1243
${VENDOR_PROBLEM_LIST_FILE} \
1231
1244
$(Q)$(JTREG_JDK_TEST_DIR)/javax/net/ssl/$(Q); \
1232
1245
$(TEST_STATUS)</command >
1237
1250
<group >openjdk</group >
1238
1251
</groups >
1239
1252
<features >
1240
- <feature >FIPS140_3_OpenJCEPlusFIPS:required</feature >
1253
+ <feature >FIPS140_2:nonapplicable</feature >
1254
+ <feature >FIPS140_3_OpenJCEPlusFIPS:nonapplicable</feature >
1255
+ <feature >FIPS140_3_OpenJCEPlusFIPS.FIPS140-3:nonapplicable</feature >
1241
1256
</features >
1242
1257
<impls >
1243
1258
<impl >ibm</impl >
You can’t perform that action at this time.
0 commit comments