eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 722 forks source link

Re-enable openjdk test - jdk_bean #20531

Open llxia opened 8 hours ago

llxia commented 8 hours ago

jdk_beans got excluded as part of the general exclude a while back via https://github.com/eclipse-openj9/openj9/issues/10757.

https://github.com/adoptium/aqa-tests/blob/a498becc695f7bdeaa7c4b3752c827e65aa7e123/openjdk/playlist.xml#L755

My limited testing can pass on xlinux JDK17, 21 and 23. We still need to look into xlinux JDK8 and JDK11 failures. But I think we should look into re-enabling this test.

This would help us to discover issues like https://bugs.openjdk.org/browse/JDK-8336862 early. Presumably, we will hit the same issue on Windows: https://github.com/adoptium/aqa-tests/issues/5690#issuecomment-2417001452

github-actions[bot] commented 8 hours ago

Issue Number: 20531 Status: Open Recommended Components: comp:test, comp:build, comp:vm Recommended Assignees: pshipton, llxia, longyuzhang

llxia commented 5 hours ago

@annaibm could you run the test on all platforms? Thanks