RFR: 8333144: docker tests do not work when ubsan is configured
Matthias Baesken
mbaesken at openjdk.org
Tue Jul 30 13:30:31 UTC 2024
On Tue, 30 Jul 2024 09:31:15 GMT, Christoph Langer <clanger at openjdk.org> wrote:
> I would prefer to add the required ubsan libraries to the container used for testing when testing an ubsan enabled build. Can we achieve this?
I added libubsan1 to the container (tested it and works nicely, should do no harm if we test a non-ubsan build).
Should we go this way ?
If so I could remove the WhiteBox related changes (or keep it for other usages).
I also tried to add a WhiteBox based check to 'DockerTestUtils.java' but this seems not to work. But as i said it is probably not necessary.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19907#issuecomment-2258351989
More information about the hotspot-dev
mailing list