Skip to content

Commit

Permalink
Exclude tests on aarch64_mac (#4992)
Browse files Browse the repository at this point in the history
- Exclude tests on aarch64_mac for all versions due to backlog/issues/1300
- Added `aarch64_mac.*` for excluding aarch64_mac

Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm committed Jan 22, 2024
1 parent fd32e0d commit 7ce2be1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions jck/runtime.api/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,13 @@
</test>
<test>
<testCaseName>jck-runtime-api-signaturetest</testCaseName>
<disables>
<disable>
<comment>Disabled on aarch64_mac due to backlog/issues/1300.</comment>
<platform>aarch64_mac.*</platform>
<impl>openj9</impl>
</disable>
</disables>
<variations>
<variation>NoOptions</variation>
</variations>
Expand Down Expand Up @@ -445,6 +452,11 @@
<version>8</version>
<impl>openj9</impl>
</disable>
<disable>
<comment>Disabled on aarch64_mac due to backlog/issues/1300.</comment>
<platform>aarch64_mac.*</platform>
<impl>openj9</impl>
</disable>
</disables>
<variations>
<variation>NoOptions</variation>
Expand Down Expand Up @@ -497,6 +509,11 @@
<version>11</version>
<impl>openj9</impl>
</disable>
<disable>
<comment>Disabled on aarch64_mac due to backlog/issues/1300.</comment>
<platform>aarch64_mac.*</platform>
<impl>openj9</impl>
</disable>
</disables>
<variations>
<variation>NoOptions</variation>
Expand Down Expand Up @@ -750,6 +767,11 @@
<platform>ppc64_aix</platform>
<impl>openj9</impl>
</disable>
<disable>
<comment>Disabled on aarch64_mac due to backlog/issues/1300.</comment>
<platform>aarch64_mac.*</platform>
<impl>openj9</impl>
</disable>
</disables>
<variations>
<variation>NoOptions</variation>
Expand Down Expand Up @@ -850,6 +872,13 @@
</test>
<test>
<testCaseName>jck-runtime-api-javax_imageio</testCaseName>
<disables>
<disable>
<comment>Disabled on aarch64_mac due to backlog/issues/1300.</comment>
<platform>aarch64_mac.*</platform>
<impl>openj9</impl>
</disable>
</disables>
<variations>
<variation>NoOptions</variation>
</variations>
Expand Down Expand Up @@ -1298,6 +1327,13 @@
</test>
<test>
<testCaseName>jck-runtime-api-serializabletypes</testCaseName>
<disables>
<disable>
<comment>Disabled on aarch64_mac due to backlog/issues/1300.</comment>
<platform>aarch64_mac.*</platform>
<impl>openj9</impl>
</disable>
</disables>
<variations>
<variation>NoOptions</variation>
</variations>
Expand Down

0 comments on commit 7ce2be1

Please sign in to comment.