diff --git a/test/functional/VM_Test/playlist.xml b/test/functional/VM_Test/playlist.xml index ec0e7ca697d..98d62c2aac5 100644 --- a/test/functional/VM_Test/playlist.xml +++ b/test/functional/VM_Test/playlist.xml @@ -148,12 +148,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex CFdumptest - - - excluded OpenJ9 tests - - - $(JAVA_COMMAND) $(JVM_OPTIONS) \ + $(ADD_JVM_LIB_DIR_TO_LIBPATH) $(JAVA_COMMAND) $(JVM_OPTIONS) \ -cp $(Q)$(TEST_RESROOT)$(D)VM_Test.jar$(P)$(LIB_DIR)$(D)junit4.jar$(Q) \ junit.textui.TestRunner com.ibm.j9.cfdump.tests.CfdumpTestSuite; \ $(TEST_STATUS) @@ -163,9 +158,6 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex functional - - 8 - openj9 ibm diff --git a/test/functional/VM_Test/src/com/ibm/j9/cfdump/tests/lineardump/LinearDumpTests.java b/test/functional/VM_Test/src/com/ibm/j9/cfdump/tests/lineardump/LinearDumpTests.java index bf50a76168b..e1e5a2cc330 100644 --- a/test/functional/VM_Test/src/com/ibm/j9/cfdump/tests/lineardump/LinearDumpTests.java +++ b/test/functional/VM_Test/src/com/ibm/j9/cfdump/tests/lineardump/LinearDumpTests.java @@ -104,7 +104,6 @@ public void testInvalidClassFile() throws Exception { String[] stringsToFind = new String[] { "Invalid class file:", "Recommended action: throw java.lang.ClassFormatError", - "bad magic number" }; for (String line; (line = in.readLine()) != null && numFound != stringsToFind.length;) {