Skip to content

Commit

Permalink
Revert "Exclude jdi test and mauve multi thread load test from system…
Browse files Browse the repository at this point in the history
…test builds (#212)" (#213)

This reverts commit e431acd.
  • Loading branch information
Mesbah-Alam authored Jan 11, 2018
1 parent e431acd commit 184741d
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 64 deletions.
18 changes: 1 addition & 17 deletions TestConfig/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -318,23 +318,7 @@ openjdk: rmResultFile openjdk_$(JAVA_VERSION) resultsSummary
perf: JVM_TEST_ROOT := $(BUILD_ROOT)
perf: rmResultFile perf_$(JAVA_VERSION) resultsSummary

system: JVM_TEST_ROOT := $(BUILD_ROOT)
system: rmResultFile system_$(JAVA_VERSION) resultsSummary

jck: JVM_TEST_ROOT := $(BUILD_ROOT)
jck: rmResultFile jck_$(JAVA_VERSION) resultsSummary

external: JVM_TEST_ROOT := $(BUILD_ROOT)
external: rmResultFile external_$(JAVA_VERSION) resultsSummary

hotspot: JVM_TEST_ROOT := $(BUILD_ROOT)
hotspot: rmResultFile hotspot_$(JAVA_VERSION) resultsSummary

openj9: JVM_TEST_ROOT := $(BUILD_ROOT)
openj9: rmResultFile openj9_$(JAVA_VERSION) resultsSummary


runtest: rmResultFile sanity_$(JAVA_VERSION) extended_$(JAVA_VERSION) openjdk_$(JAVA_VERSION) perf_$(JAVA_VERSION) system_$(JAVA_VERSION) jck_$(JAVA_VERSION) external_$(JAVA_VERSION) resultsSummary
runtest: rmResultFile sanity_$(JAVA_VERSION) extended_$(JAVA_VERSION) openjdk_$(JAVA_VERSION) perf_$(JAVA_VERSION) resultsSummary
.NOTPARALLEL: extended sanity openjdk runtest rmResultFile resultsSummary

# cleanup
Expand Down
2 changes: 1 addition & 1 deletion TestConfig/scripts/testKitGen/makeGenTool/mkgen.pl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

use constant DEBUG => 0;

my @allGroups = ( "sanity", "extended", "promotion", "openjdk", "system", "jck", "perf", "external", "hotspot", "openj9" );
my @allGroups = ( "sanity", "extended", "promotion", "openjdk", "system", "jck", "perf" );

my $headerComments =
"########################################################\n"
Expand Down
44 changes: 0 additions & 44 deletions systemtest/exclude_playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,48 +20,4 @@
<subset>SE90</subset>
</subsets>
</test>

<test>
<testCaseName>JdiTest</testCaseName>
<variations>
<variation>NoOptions</variation>
</variations>
<command>export JAVA_HOME=$(JDK_HOME)$(D) && \
perl $(TEST_RESROOT)$(D)stf$(D)stf.core$(D)scripts$(D)stf.pl \
-test-root=$(Q)$(TEST_RESROOT)$(D)stf;$(TEST_RESROOT)$(D)openjdk-systemtest$(Q) \
-systemtest-prereqs=$(Q)$(TEST_RESROOT)$(D)systemtest_prereqs$(Q) \
-results-root=$(REPORTDIR) \
-test=JdiTest; \
$(TEST_STATUS)</command>
<tags>
<tag>system</tag>
</tags>
<subsets>
<subset>SE80</subset>
<subset>SE90</subset>
</subsets>
</test>


<test>
<testCaseName>MauveMultiThreadLoadTest</testCaseName>
<variations>
<variation>NoOptions</variation>
</variations>
<command>export JAVA_HOME=$(JDK_HOME)$(D) && \
perl $(TEST_RESROOT)$(D)stf$(D)stf.core$(D)scripts$(D)stf.pl \
-test-root=$(Q)$(TEST_RESROOT)$(D)stf;$(TEST_RESROOT)$(D)openjdk-systemtest$(Q) \
-systemtest-prereqs=$(Q)$(TEST_RESROOT)$(D)systemtest_prereqs$(Q) \
-results-root=$(REPORTDIR) \
-test=MauveMultiThreadLoadTest; \
$(TEST_STATUS)</command>
<tags>
<tag>system</tag>
</tags>
<subsets>
<subset>SE80</subset>
<subset>SE90</subset>
</subsets>
</test>

</playlist>
42 changes: 41 additions & 1 deletion systemtest/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,27 @@
</subsets>
</test>

<test>
<testCaseName>MauveMultiThreadLoadTest</testCaseName>
<variations>
<variation>NoOptions</variation>
</variations>
<command>export JAVA_HOME=$(JDK_HOME)$(D) && \
perl $(TEST_RESROOT)$(D)stf$(D)stf.core$(D)scripts$(D)stf.pl \
-test-root=$(Q)$(TEST_RESROOT)$(D)stf;$(TEST_RESROOT)$(D)openjdk-systemtest$(Q) \
-systemtest-prereqs=$(Q)$(TEST_RESROOT)$(D)systemtest_prereqs$(Q) \
-results-root=$(REPORTDIR) \
-test=MauveMultiThreadLoadTest; \
$(TEST_STATUS)</command>
<tags>
<tag>system</tag>
</tags>
<subsets>
<subset>SE80</subset>
<subset>SE90</subset>
</subsets>
</test>

<test>
<testCaseName>NioLoadTest</testCaseName>
<variations>
Expand Down Expand Up @@ -276,6 +297,25 @@
</subsets>
</test>


<test>
<testCaseName>JdiTest</testCaseName>
<variations>
<variation>NoOptions</variation>
</variations>
<command>export JAVA_HOME=$(JDK_HOME)$(D) && \
perl $(TEST_RESROOT)$(D)stf$(D)stf.core$(D)scripts$(D)stf.pl \
-test-root=$(Q)$(TEST_RESROOT)$(D)stf;$(TEST_RESROOT)$(D)openjdk-systemtest$(Q) \
-systemtest-prereqs=$(Q)$(TEST_RESROOT)$(D)systemtest_prereqs$(Q) \
-results-root=$(REPORTDIR) \
-test=JdiTest; \
$(TEST_STATUS)</command>
<tags>
<tag>system</tag>
</tags>
<subsets>
<subset>SE80</subset>
<subset>SE90</subset>
</subsets>
</test>

</playlist>
2 changes: 1 addition & 1 deletion thirdparty_containers/scala/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<subset>SE90</subset>
</subsets>
<tags>
<tag>external</tag>
<tag>extended</tag>
</tags>
</test>
</playlist>

0 comments on commit 184741d

Please sign in to comment.