Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude more multijvm dev level targets against hotspot #4644

Merged
merged 2 commits into from
Jun 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixup following review
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Jun 22, 2023
commit 2666cd867c4ca1b00c062532404aeca73a6d5157
29 changes: 6 additions & 23 deletions jck/compiler.lang/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -728,29 +728,6 @@
<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 Expand Up @@ -1142,6 +1119,12 @@
</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>
Expand Down