When the address sanitizer ASAN is configured, we run into errors in the docker tests.
Example hotspot/jtreg/containers/docker/DockerBasicTest.java :
[STDOUT]
/jdk/bin/java: error while loading shared libraries: libasan.so.8: cannot open shared object file: No such file or directory
Reason is that the asan-enabled binaries need additional dependencies and those are not available in the current docker/container setups.
maybe we should skip those tests when asan is enabled.
Example hotspot/jtreg/containers/docker/DockerBasicTest.java :
[STDOUT]
/jdk/bin/java: error while loading shared libraries: libasan.so.8: cannot open shared object file: No such file or directory
Reason is that the asan-enabled binaries need additional dependencies and those are not available in the current docker/container setups.
maybe we should skip those tests when asan is enabled.
- relates to
-
JDK-8333144 docker tests do not work when ubsan is configured
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/25980