Skip to content

Commit beee417

Browse files
committed
Re-enable mixedrefs related tests and disable thrstatetest
Re-enable mixedrefs related tests since fixed, and exclude thrstatetest Signed-off-by: LongyuZhang <[email protected]>
1 parent a785cc7 commit beee417

File tree

3 files changed

+8
-22
lines changed

3 files changed

+8
-22
lines changed

test/functional/DDR_Test/playlist.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -241,13 +241,6 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
241241
<variation>Mode101</variation>
242242
<variation>Mode601</variation>
243243
</variations>
244-
<disables>
245-
<disable>
246-
<comment>ibm_git/runtimes/backlog/issues/1654</comment>
247-
<version>8</version>
248-
<impl>ibm</impl>
249-
</disable>
250-
</disables>
251244
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; \
252245
$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
253246
ant -DJAVA_COMMAND=$(JAVA_COMMAND) -DTEST_LIB_PATH=$(Q)-Djava.library.path=$(TEST_LIB_PATH_VALUE)$(Q) \
@@ -275,13 +268,6 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
275268
<variation>Mode101</variation>
276269
<variation>Mode601</variation>
277270
</variations>
278-
<disables>
279-
<disable>
280-
<comment>ibm_git/runtimes/backlog/issues/1654</comment>
281-
<version>8</version>
282-
<impl>ibm</impl>
283-
</disable>
284-
</disables>
285271
<command>cp $(TEST_RESROOT)$(D)tck_ddrext.xml .; \
286272
$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
287273
ant -DJAVA_COMMAND=$(JAVA_COMMAND) -DTEST_LIB_PATH=$(Q)-Djava.library.path=$(TEST_LIB_PATH_VALUE)$(Q) \

test/functional/NativeTest/playlist.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
353353
</variations>
354354
<disables>
355355
<disable>
356-
<comment>ibm_git/runtimes/backlog/issues/1654</comment>
356+
<comment>ibm_git/runtimes/backlog/issues/1659</comment>
357357
<impl>ibm</impl>
358358
</disable>
359359
</disables>
@@ -490,6 +490,13 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
490490
<variation>Mode110</variation>
491491
<variation>Mode610</variation>
492492
</variations>
493+
<disables>
494+
<disable>
495+
<comment>ibm_git/runtimes/backlog/issues/1659</comment>
496+
<version>8</version>
497+
<impl>ibm</impl>
498+
</disable>
499+
</disables>
493500
<command>$(ADD_JVM_LIB_DIR_TO_LIBPATH) \
494501
$(SQ)$(JAVA_SHARED_LIBRARIES_DIR)$(D)thrstatetest$(SQ) $(JVM_OPTIONS) -Djava.home=$(THRSTATETEST_JRE_HOME) -Dcom.ibm.tools.attach.enable=no -Dibm.java9.forceCommonCleanerShutdown=true ; \
495502
$(TEST_STATUS)

test/functional/cmdLineTests/shareClassTests/SCCMLTests/playlist.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,6 @@
204204
<variation>Mode110</variation>
205205
<variation>Mode610</variation>
206206
</variations>
207-
<disables>
208-
<disable>
209-
<comment>ibm_git/runtimes/backlog/issues/1654</comment>
210-
<version>8</version>
211-
<impl>ibm</impl>
212-
</disable>
213-
</disables>
214207
<command>cp $(Q)$(TEST_RESROOT)$(D)..$(D)URLHelperTests$(D)URLHelperTests.jar$(Q) .; \
215208
true URLHelperTests.jar ;\
216209
$(Q)$(TEST_JDK_HOME)$(D)bin$(D)jar$(EXECUTABLE_SUFFIX)$(Q) xf URLHelperTests.jar; \

0 commit comments

Comments
 (0)