Skip to content

Commit

Permalink
[pyroot] Whitelist libtbbmalloc in library import test
Browse files Browse the repository at this point in the history
   6/1344 Test   #12: pyunittests-pyroot-import-load-libs .......................................***Failed    1.35 sec
test_import (import_load_libs.ImportLoadLibs.test_import)
Test libraries loaded after importing ROOT ... ERROR
======================================================================
ERROR: test_import (import_load_libs.ImportLoadLibs.test_import)
Test libraries loaded after importing ROOT
----------------------------------------------------------------------
Exception: Found not whitelisted libraries after importing ROOT:
 - libtbbmalloc
If the test fails with a library that is loaded on purpose, please add it to the whitelist.
----------------------------------------------------------------------
Ran 1 test in 1.186s
FAILED (errors=1)

This failure is seen in Fedora 41 after tbb was updated from version
2021.11.0 to version 2021.13.0 in  the distribution.
  • Loading branch information
ellert authored and guitargeek committed Jul 12, 2024
1 parent 99cdd6c commit f14867b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/pyroot/pythonizations/test/import_load_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class ImportLoadLibs(unittest.TestCase):
'libssl',
'libcrypt.*', # by libssl
'libtbb',
'libtbbmalloc',
'liburing', # by libRIO if uring option is enabled
# On centos7 libssl links against kerberos pulling in all dependencies below, removed with libssl1.1.0
'libgssapi_krb5',
Expand Down

0 comments on commit f14867b

Please sign in to comment.