On Fri, 6 Jun 2025 11:27:31 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:

>> There are a couple of jtreg tests, especially in the HS area, with very 
>> special assumptions about memory layout/sizes .
>> Those fail when the address sanitizer is configured ( --enable-asan ).
>> The change adds a way to tag those tests with 'requires' so that they can be 
>> avoided easily when running jtreg tests with ASAN enabled.
>> Adjusting the tests for "pleasing" the sanitizer is not always desired (if 
>> possible for some tests it can be done later) .
>> While at it, also same is also added for ubsan .
>
> Matthias Baesken has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   remove the asan disabling from 2 sa tests; they work with asan too on some 
> machines at least

For the now remaining tests, are you okay with the explanation? Should I add it 
as comment to the test files, or let's simply keep it here?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/25575#issuecomment-2948963076

Reply via email to