Skip to content

Commit

Permalink
Skipped FIPS test for jdk11_tier1_pack200 and jdk_native_sanity testc…
Browse files Browse the repository at this point in the history
…ase. (#5543)

- Added features to OpenJDK test cases - `jdk11_tier1_pack200` and `jdk_native_sanity`` to accommodate the following TESTFLAGS: FIPS140_2, FIPS140_3_OpenJCEPlusFIPS, FIPS140_3_OpenJCEPlusFIPS.FIPS140-3.

related: https://github.ibm.com/runtimes/backlog/issues/1494

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
  • Loading branch information
annaibm committed Sep 3, 2024
1 parent 718c1fb commit 5ce1052
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@
<groups>
<group>openjdk</group>
</groups>
<impls>
<impl>openj9</impl>
<impl>ibm</impl>
</impls>
<features>
<feature>FIPS140_2:nonapplicable</feature>
<feature>FIPS140_3_OpenJCEPlusFIPS:nonapplicable</feature>
<feature>FIPS140_3_OpenJCEPlusFIPS.FIPS140-3:nonapplicable</feature>
</features>
<impls>
<impl>openj9</impl>
<impl>ibm</impl>
</impls>
</test>
<test>
<testCaseName>hotspot_custom</testCaseName>
Expand Down Expand Up @@ -2172,6 +2172,11 @@
<groups>
<group>openjdk</group>
</groups>
<features>
<feature>FIPS140_2:nonapplicable</feature>
<feature>FIPS140_3_OpenJCEPlusFIPS:nonapplicable</feature>
<feature>FIPS140_3_OpenJCEPlusFIPS.FIPS140-3:nonapplicable</feature>
</features>
</test>
<test>
<testCaseName>jdk_2d</testCaseName>
Expand Down Expand Up @@ -2362,6 +2367,11 @@
<groups>
<group>openjdk</group>
</groups>
<features>
<feature>FIPS140_2:nonapplicable</feature>
<feature>FIPS140_3_OpenJCEPlusFIPS:nonapplicable</feature>
<feature>FIPS140_3_OpenJCEPlusFIPS.FIPS140-3:nonapplicable</feature>
</features>
</test>
<test>
<testCaseName>jdk_vector</testCaseName>
Expand Down

0 comments on commit 5ce1052

Please sign in to comment.