]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: ignore the python libmount tests when they're run under UBSan
authorEvgeny Vereshchagin <evvers@ya.ru>
Wed, 1 Jul 2020 21:26:56 +0000 (21:26 +0000)
committerKarel Zak <kzak@redhat.com>
Fri, 3 Jul 2020 09:18:54 +0000 (11:18 +0200)
commit6af515811b756fdc3350482a3bb07c615618576f
treec7234f173c3afdfcc90b853a4994d73c23bff3ec
parent5cda653a7b443dda39b91f1013d75cc979b598f9
tests: ignore the python libmount tests when they're run under UBSan

ts_init_py meddles with LD_LIBRARY_PATH causing those tests to fail with
```
+Traceback (most recent call last):
+  File "/home/travis/build/karelzak/util-linux/libmount/python/test_mount_tab.py", line 8, in <module>
+    import pylibmount as mnt
+ImportError: /home/travis/build/karelzak/util-linux/.libs/libblkid.so.1: undefined symbol: __ubsan_handle_negate_overflow
}}}-diff
```
tests/ts/libmount/context-py
tests/ts/libmount/context-utab-py
tests/ts/libmount/tabfiles-py
tests/ts/libmount/tabfiles-tags-py
tests/ts/libmount/update-py