Re: RFR: 8360478: libjsig related tier3 jtreg tests fail when asan is configured [v2]

2025-06-25 Thread Matthias Baesken
On Thu, 26 Jun 2025 06:33:11 GMT, Matthias Baesken wrote: >> 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/Tes

Re: RFR: 8360478: libjsig related tier3 jtreg tests fail when asan is configured [v2]

2025-06-25 Thread Matthias Baesken
> 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 errors like this > > > stdout: [];

Re: RFR: 8360478: libjsig related tier3 jtreg tests fail when asan is configured [v2]

2025-06-25 Thread Matthias Baesken
On Thu, 26 Jun 2025 01:41:26 GMT, SendaoYan wrote: >> Matthias Baesken has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Adjust COPYRIGHT year > > make/data/asan/asan_default_options.c line 70: > >> 68: "print_suppressions=0," >> 69:

Re: RFR: 8360478: libjsig related tier3 jtreg tests fail when asan is configured

2025-06-25 Thread SendaoYan
On Wed, 25 Jun 2025 12:49:54 GMT, Matthias Baesken wrote: > 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.ja

Re: RFR: 8360478: libjsig related tier3 jtreg tests fail when asan is configured

2025-06-25 Thread David Holmes
On Wed, 25 Jun 2025 12:49:54 GMT, Matthias Baesken wrote: > 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.ja

[jdk25] Integrated: 8360042: GHA: Bump MSVC to 14.44

2025-06-25 Thread Aleksey Shipilev
On Mon, 23 Jun 2025 16:43:47 GMT, Aleksey Shipilev wrote: > Fixes GHA for jdk25 branch as well, following the switch to windows-2025 > runners in late JDK 25. > > Additional testing: > - [ ] GHA This pull request has now been integrated. Changeset: 7cc1f82b Author:Aleksey Shipilev URL:

RFR: 8360478: libjsig related tier3 jtreg tests fail when asan is configured

2025-06-25 Thread Matthias Baesken
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 errors like this stdout: []; stderr: [==59482==ASa

Re: RFR: 8360478: libjsig related tier3 jtreg tests fail when asan is configured

2025-06-25 Thread Matthias Baesken
On Wed, 25 Jun 2025 12:49:54 GMT, Matthias Baesken wrote: > 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.ja