Kapil Anant Powar
Kapil Anant Powar
@pshipton While testing VM test suite for JDK8 we are seeing test case failures. https://github.com/eclipse/openj9/blob/e2c38649abb06128ee30c06691b6dcc9e19db55b/test/functional/VM_Test/playlist.xml#L148 Here is the [grinder link ](https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/33789/) Test cases enabled -- recreateClassTest (1/20 failed ) CFdumptest...
In playlist.xml file please try to add cfdump in the lib path - using `$(ADD_JVM_LIB_DIR_TO_LIBPATH) \` in` ` for the test cases. e.g. `$(ADD_JVM_LIB_DIR_TO_LIBPATH) \ $(JAVA_COMMAND) $(JVM_OPTIONS) \`
Here are latest Grinder Links [aarch64_linux --Java 8](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34267/console) [x86-64_linux -- Java 8](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34268/console) [x86-64_windows -- Java 8](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34269/console)
Grinder test runs for `CFdumptest ` [JDK11 x86-64_linux](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34546/) [JDK11 x86-64_mac](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34547/) [JDK11 x86-64_windows](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34548/) [JDK17 x86-64_linux](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34551/) [JDK17 x86-64_mac](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34550/) [JDK17 x86-64_windows](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34552/)
Grinder test runs for `CFdumptest` JDK17 [s390x_linux](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34586/) --UNSTABLE [aarch64_mac](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34587/) --Success [ppc64_aix](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34588/) --UNSTABLE JDK11 [aarch64_mac](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34593/) -- Success [s390x_linux](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34594)--UNSTABLE [ppc64_aix](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/34598/) --UNSTABLE
@llxia @pshipton FYI Grinder test run for `recreateClassTest` still results in same error -- [JDK8 x86-64_linux](https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/35048/console) ``` There was 1 failure: 17:01:36 1) testInnerClasses(com.ibm.j9.recreateclass.tests.RecreateClassCompareTest)junit.framework.AssertionFailedError: Incorrect number of mismatches found expected:...
@llxia Grinder test run for [cmdLineTester_forceLazySymbolResolution ](https://github.com/KapilPowar/openj9/blob/3922650e5856c000dd4d19f61090d98d59f1a5c0/test/functional/cmdLineTests/forceLazySymbolResolution/playlist.xml#L27) [JDK17 x86-64_linux](https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/35076/console) Grinder test run for [cmdLineTester_jvmtitests_hcr_OSRG_nongold](https://github.com/KapilPowar/openj9/blob/2bd578aed11eeecabea5bc71a972f4870b818116/test/functional/cmdLineTests/jvmtitests/playlist.xml#L586) [JDK17 x86-64_linux](https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/35070/console) [JDK17 x86-64_mac](https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/35077/console) [JDK17 x86-64_windows](https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/35080/console)
> @KapilPowar if the Grinders pass, please create PR to reenable the tests. Thanks PR created https://github.com/eclipse-openj9/openj9/pull/18181
@llxia Grinder test run for `TestFlushReflectionCache` & `jit_jitt_openj9_none_SCC` [x86-64_linux](https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/35188) [x86-64_mac](https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/35189) [x86-64_windows](https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/35190) PR created [#18206](https://github.com/eclipse-openj9/openj9/pull/18206)
@llxia Grinder test run for `cmdLineTester_dumpromclasstests` [aix_ppc-64 JDK8](https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/35217/) [aix_ppc-64 JDK11](https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/35211/) [aix_ppc-64 JDK17](https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/35215/) PR created [#18215](https://github.com/eclipse-openj9/openj9/pull/18215)