f23ee504d04bcb381fc05f0feeb90bc36fe8faa3
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
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
