Currently when enabling asan (address sanitizer) on Linux, jsig related tests do not work.
Example :
runtime/XCheckJniJsig/XCheckJSig.java
---------------------------------------------------------------
stderr: [==71228==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.
Example :
runtime/XCheckJniJsig/XCheckJSig.java
---------------------------------------------------------------
stderr: [==71228==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
-