From 042d5dd52f29b1a3057f7c7ec7c8782455401d8e Mon Sep 17 00:00:00 2001 From: Mesbah-Alam Date: Tue, 17 Apr 2018 15:53:55 -0400 Subject: [PATCH] Add openjdk.test.jlm project to Adopt (#385) Signed-off-by: Mesbah --- systemtest/playlist.xml | 211 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 210 insertions(+), 1 deletion(-) diff --git a/systemtest/playlist.xml b/systemtest/playlist.xml index 2fe4973e46..9345b42f50 100644 --- a/systemtest/playlist.xml +++ b/systemtest/playlist.xml @@ -1020,5 +1020,214 @@ openj9 - + + + + TestJlmLocal + + NoOptions + + 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) \ + -java-args=$(Q)$(JVM_OPTIONS)$(Q) \ + -results-root=$(REPORTDIR) \ + -test=TestJlmLocal; \ + $(TEST_STATUS) + + SE80 + SE90 + SE100 + + + sanity + + + system + + + openj9 + + + + + + TestJlmRemoteClassAuth + + NoOptions + + 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) \ + -java-args=$(Q)$(JVM_OPTIONS)$(Q) \ + -results-root=$(REPORTDIR) \ + -test=TestJlmRemoteClassAuth; \ + $(TEST_STATUS) + + SE80 + SE90 + SE100 + + + sanity + + + system + + + hotspot + + + + + TestJlmRemoteClassNoAuth + + NoOptions + + 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) \ + -java-args=$(Q)$(JVM_OPTIONS)$(Q) \ + -results-root=$(REPORTDIR) \ + -test=TestJlmRemoteClassNoAuth; \ + $(TEST_STATUS) + + SE80 + SE90 + SE100 + + + sanity + + + system + + + hotspot + openj9 + + + + + TestJlmRemoteMemoryAuth + + NoOptions + + 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) \ + -java-args=$(Q)$(JVM_OPTIONS)$(Q) \ + -results-root=$(REPORTDIR) \ + -test=TestJlmRemoteMemoryAuth; \ + $(TEST_STATUS) + + SE80 + SE90 + SE100 + + + sanity + + + system + + + hotspot + + + + + TestJlmRemoteMemoryNoAuth + + NoOptions + + 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) \ + -java-args=$(Q)$(JVM_OPTIONS)$(Q) \ + -results-root=$(REPORTDIR) \ + -test=TestJlmRemoteMemoryNoAuth; \ + $(TEST_STATUS) + + SE80 + SE90 + SE100 + + + sanity + + + system + + + hotspot + openj9 + + + + + + TestJlmRemoteNotifierProxyAuth + + NoOptions + + 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) \ + -java-args=$(Q)$(JVM_OPTIONS)$(Q) \ + -results-root=$(REPORTDIR) \ + -test=TestJlmRemoteNotifierProxyAuth; \ + $(TEST_STATUS) + + SE80 + SE90 + SE100 + + + sanity + + + system + + + hotspot + + + + + + TestJlmRemoteThreadNoAuth + + NoOptions + + 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) \ + -java-args=$(Q)$(JVM_OPTIONS)$(Q) \ + -results-root=$(REPORTDIR) \ + -test=TestJlmRemoteThreadNoAuth; \ + $(TEST_STATUS) + + SE80 + SE90 + SE100 + + + sanity + + + system + + + openj9 + + +