There are a number of :tier3 HS jtreg tests using libjsig. Unfortunately they clash with asan, so it should be avoided to run them if asan is configured.
Examples :
runtime/signal/TestSigalrm.java
runtime/signal/TestSigbus.java
They run into
stdout: [];
stderr: [==59482==ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD.
Examples :
runtime/signal/TestSigalrm.java
runtime/signal/TestSigbus.java
They run into
stdout: [];
stderr: [==59482==ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD.
- relates to
-
JDK-8357826 Avoid running some jtreg tests when asan is configured
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/25978