-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Renaissance for All Platforms #1494
Conversation
- Expanded coverage from xLinux to all platforms Issue: adoptium#1457 Signed-off-by: Piyush Gupta <piyush286@gmail.com>
Requesting review from @smlambert. I've run all the Renaissance tests against all platforms. There were some failures on some platforms, and they seem to be benchmark issues. Those failures are seen with both HotSpot and OpenJ9. I've created issues for them: renaissance-benchmarks/renaissance#210 I've disabled the failing tests on relevant platforms, and I launched runs again just for the failing target to show that those targets got skipped as intended. All enabled tests on all platforms pass. You can find the links below: openjdk_x86-64_linuxhttps://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1225/console https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1264/console openjdk_x86-64_linux_xlhttps://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1247/console openjdk_aarch32_linuxhttps://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1236/console openjdk_aarch64_linuxhttps://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1234/console openjdk_ppc64_aixhttps://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1248/console db-shootout naive-bayes openjdk_ppc64le_linuxhttps://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1249/console db-shootout openjdk_s390x_linuxhttps://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1232/console openjdk_s390x_zosNo machine openjdk_x86-64_machttps://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1231/console openjdk_x86-64_mac_xlhttps://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1250/console openjdk_x86-64_windowshttps://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1253/console finagle-chirper, test-packet-x64-windows-2012r2-1 finagle-chirper, test-godaddy-win2016-x64-4 openjdk_x86-32_windowshttps://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/1255/console finagle-chirper |
There is no openj9 aarch32 build, so ran against hotspot here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @piyush286 !
Issue: #1457
Signed-off-by: Piyush Gupta piyush286@gmail.com