Skip to content

Commit

Permalink
Exclude more multijvm dev level targets against hotspot
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Jun 22, 2023
1 parent 21c8dd1 commit 1305f48
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions jck/compiler.lang/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,29 @@
<group>jck</group>
</groups>
</test>
<test>
<testCaseName>jck-compiler-lang-EXPR-group1_multijvm</testCaseName>
<disables>
<disable>
<comment>Disabled temporarily in multijvm mode</comment>
<impl>hotspot</impl>
</disable>
</disables>
<variations>
<variation>NoOptions</variation>
</variations>
<command>$(GEN_JTB) tests=lang/EXPR testsuite=COMPILER$(USEQ); \
$(START_MULTI_JVM_COMP_TEST); \
$(TEST_STATUS); \
$(GEN_SUMMARY) tests=lang/EXPR testsuite=COMPILER
</command>
<levels>
<level>dev</level>
</levels>
<groups>
<group>jck</group>
</groups>
</test>
<test>
<testCaseName>jck-compiler-lang-CLSS-Group1_multijvm</testCaseName>
<disables>
Expand Down

0 comments on commit 1305f48

Please sign in to comment.