blender/build_files
Bastien Montagne f23ee504d0 Tests: Improve the sanitizer options handling.
Previous code was using the 'nuclear' SAN weapon `exitcode=0`, which
essentially makes testing ignore all sanitizer errors.

This commit removes this option, and instead uses the suppression
list from Blender source repository (`tools/config/analysis/lsan.supp`)
for the leak sanitizer.

It also enables the `allocator_may_return_null` for the address sanitizer.
This should only be needed for one test (the `guardedalloc` one), but for
now it is simpler to define it for all tests. This can be refined at a
later time.

Pull Request: https://projects.blender.org/blender/blender/pulls/116635
2024-01-09 14:26:36 +01:00
..
build_environment Build: bump OpenAL-soft from 1.21.1 to 1.23.1 2024-01-09 21:29:05 +11:00
buildbot Build: make Linux cmake release config consistent with buildbot 2023-10-09 14:41:34 +02:00
cmake Tests: Improve the sanitizer options handling. 2024-01-09 14:26:36 +01:00
config Build: update Windows ocloc to store binaries per generation 2023-12-14 11:25:23 +01:00
package_spec License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
utils Cleanup: remove unused imports 2024-01-08 11:40:53 +11:00
windows GPU: Remove the Word OpenGL from Build Scripts 2023-12-12 16:02:29 +01:00