Skip to content

Commit ae4b0b7

Browse files
committed
[PyROOT] Whitelist libgcc_s library in imported library test
On some platforms, the low-level runtime library provided by GCC will also be loaded when importing ROOT. Therefore, it needs to be added to the whitelist such that the ROOT Python module tests don't fail because of it. Fixes a test failure that I saw on my workstation with NixOS.
1 parent 78c1624 commit ae4b0b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: bindings/pyroot/pythonizations/test/import_load_libs.py

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class ImportLoadLibs(unittest.TestCase):
7070
'libnss_.*',
7171
'ld.*',
7272
'libffi',
73+
'libgcc_s',
7374
# AddressSanitizer runtime and ROOT configuration
7475
'libclang_rt.asan-.*',
7576
'libROOTSanitizerConfig',

0 commit comments

Comments
 (0)