RFR: 8333144: docker tests do not work when ubsan is configured [v4]

Severin Gehwolf sgehwolf at openjdk.org
Fri Aug 16 15:02:54 UTC 2024


On Fri, 16 Aug 2024 14:08:07 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> > > If the added apt-get call causes issues for some people running the tests, we can easily add an ubuntu distro check in a follow up.
> > 
> > 
> > @MBaesken This breaks container tests on non Debian distros. Please add some form of property that needs to be set to install `libubsan1` on the test containers if you need that. It should have no impact on users not needing/using it. Thanks!
> 
> weird that Oracle reported no errors since I assume they test on what essentially is RHEL

It would depend whether or not skipped tests are flagged or not. The container tests get silently skipped if the container build of the image to test fails. That might be a reason.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/19907#issuecomment-2293672603


More information about the hotspot-dev mailing list