RFR: JDK-8300592: ASan build does not correctly propagate options to some test launchers
Justin King
jcking at openjdk.org
Thu Jan 19 20:51:26 UTC 2023
On Wed, 18 Jan 2023 20:40:40 GMT, Justin King <jcking at openjdk.org> wrote:
> Update some custom launchers to set the default ASan options, without it the tests fail due to incompatibility with LSan. Additionally adds `-fno-common` for ASan build, as suggested by the docs.
@magicus Yet more build fixes for ASan. Getting close. The only other build related test failure seems to be some signal handler test that uses LD_PRELOAD. I'll debate on fixing that later.
-------------
PR: https://git.openjdk.org/jdk/pull/12082
More information about the build-dev
mailing list