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. (adoptium#5543) (adoptium#5544)

- 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 authored Sep 3, 2024
1 parent b77c5c3 commit 97a3727
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 @@ -2137,6 +2137,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 @@ -2327,6 +2332,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 97a3727

Please sign in to comment.