Skip to content

Commit

Permalink
Disable multijvm targets on hotspot (#4611)
Browse files Browse the repository at this point in the history
Signed-off-by: Shelley Lambert <slambert@gmail.com>
  • Loading branch information
smlambert authored Jun 9, 2023
1 parent eed48ca commit 6935afa
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions jck/compiler.api/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
<comment>Disabled on all platforms and Java levels due to backlog/issues/559. To be run manually by CR team</comment>
<impl>openj9</impl>
</disable>
<disable>
<comment>Disabled temporarily in multijvm mode</comment>
<impl>hotspot</impl>
</disable>
</disables>
<variations>
<variation>NoOptions</variation>
Expand All @@ -162,6 +166,12 @@
</test>
<test>
<testCaseName>jck-compiler-api-javax_annotation_multijvm</testCaseName>
<disables>
<disable>
<comment>Disabled temporarily in multijvm mode</comment>
<impl>hotspot</impl>
</disable>
</disables>
<variations>
<variation>NoOptions</variation>
</variations>
Expand All @@ -179,6 +189,12 @@
</test>
<test>
<testCaseName>jck-compiler-api-javax_lang_multijvm</testCaseName>
<disables>
<disable>
<comment>Disabled temporarily in multijvm mode</comment>
<impl>hotspot</impl>
</disable>
</disables>
<variations>
<variation>NoOptions</variation>
</variations>
Expand All @@ -203,6 +219,10 @@
<impl>ibm</impl>
<version>11</version>
</disable>
<disable>
<comment>Disabled temporarily in multijvm mode</comment>
<impl>hotspot</impl>
</disable>
</disables>
<variations>
<variation>NoOptions</variation>
Expand All @@ -228,6 +248,10 @@
<version>8</version>
<impl>openj9</impl>
</disable>
<disable>
<comment>Disabled temporarily in multijvm mode</comment>
<impl>hotspot</impl>
</disable>
</disables>
<variations>
<variation>NoOptions</variation>
Expand Down

0 comments on commit 6935afa

Please sign in to comment.