Sanitizer: Add more suppressions to our list.

These new ones (one new 'python' case, and some for external libraries
that were not affected so far) seem to be needed to get sanitizer builds
tests to work on current Linux buildbot.
This commit is contained in:
Bastien Montagne 2024-01-09 12:20:17 +01:00 committed by Bastien Montagne
parent d19e7cbb5a
commit 0d60bf14f6
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@ leak:_Py_*
leak:_PyUnicodeWriter_*
leak:list_append
leak:list_resize
leak:unicode_resize
leak:PyThread_allocate_lock
leak:libpython*
leak:python
@ -27,3 +28,7 @@ leak:i965_dri
leak:libdrm*
leak:radeon*
leak:libGLX*
leak:d_growable_string_callback_adapter
leak:libusd*
leak:*openvdb::v11_0*
leak:*tbb::internal*