Skip to content

Commit

Permalink
Add FIPS specific test target
Browse files Browse the repository at this point in the history
resolves: #5310

Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia committed May 13, 2024
1 parent 0c00999 commit 777616f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,39 @@
<group>openjdk</group>
</groups>
</test>
<test>
<testCaseName>javax_net_ssl_fips</testCaseName>
<disables>
<disable>
<comment>placeholder for now until the tests in javax/net/ssl are updated for FIPS</comment>
</disable>
</disables>
<command>$(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \
$(JTREG_BASIC_OPTIONS) $(JDK_NATIVE_OPTIONS) -vmoptions:$(Q) $(JVM_OPTIONS) -Xmx512m $(VMOPTION_HEADLESS)$(Q) \
$(TIMEOUT_HANDLER) \
-w $(Q)$(REPORTDIR)$(D)work$(Q) \
-r $(Q)$(REPORTDIR)$(D)report$(Q) \
-jdk:$(Q)$(TEST_JDK_HOME)$(Q) \
-exclude:$(Q)$(JTREG_JDK_TEST_DIR)$(D)ProblemList.txt$(Q) \
-exclude:$(Q)$(TEST_RESROOT)$(D)$(PROBLEM_LIST_FILE)$(Q) \
${FEATURE_PROBLEM_LIST_FILE} \
${VENDOR_PROBLEM_LIST_FILE} \
$(Q)$(JTREG_JDK_TEST_DIR)/javax/net/ssl/$(Q); \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
</levels>
<groups>
<group>openjdk</group>
</groups>
<features>
<feature>FIPS140_3_OpenJCEPlusFIPS:required</feature>
</features>
<impls>
<impl>ibm</impl>
<impl>openj9</impl>
</impls>
</test>
<test>
<testCaseName>jdk_sound</testCaseName>
<disables>
Expand Down

0 comments on commit 777616f

Please sign in to comment.