RFR: 8333144: docker tests do not work when ubsan is configured [v2]
Matthias Baesken
mbaesken at openjdk.org
Tue Jul 30 13:03:07 UTC 2024
> Currently when we run with ubsan - enabled binaries (configure option --enable-ubsan, see [JDK-8298448](https://bugs.openjdk.org/browse/JDK-8298448)), the docker tests do not work.
>
> We find this in the test output
>
> [STDOUT]
> /jdk/bin/java: error while loading shared libraries: libubsan.so.1: cannot open shared object file: No such file or directory
>
> The container where the test is executed does not contain the ubsan package; we might skip the test in this case.
Matthias Baesken has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
- Merge remote-tracking branch 'origin/master' into JDK-8333144
- JDK-8333144
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/19907/files
- new: https://git.openjdk.org/jdk/pull/19907/files/35163ff7..ba4f63be
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=19907&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=19907&range=00-01
Stats: 29403 lines in 1043 files changed: 19226 ins; 5688 del; 4489 mod
Patch: https://git.openjdk.org/jdk/pull/19907.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19907/head:pull/19907
PR: https://git.openjdk.org/jdk/pull/19907
More information about the hotspot-dev
mailing list