]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: mark python libmount tests known to fail with AddressSanitizer
authorSami Kerola <kerolasa@iki.fi>
Sun, 9 Nov 2014 21:54:27 +0000 (21:54 +0000)
committerKarel Zak <kzak@redhat.com>
Tue, 18 Nov 2014 11:56:38 +0000 (12:56 +0100)
commit0a477d331be13f08ce70c8d1e67d58905b320379
treeae76373d7340799102739150c72fca1be218b4b7
parent883b8def0a5713c5cae2c6d3f80494219dc053af
tests: mark python libmount tests known to fail with AddressSanitizer

The tests fail with an error similar to this.

Traceback (most recent call last):
  File "/home/src/util-linux/libmount/python/test_mount_tab_update.py", line 7, in <module>
    import pylibmount as mnt
ImportError: /home/src/util-linux/.libs/libuuid.so.1: undefined symbol: __asan_option_detect_stack_use_after_return

It might be possible to build ASAN-DSO and set LD_PRELOAD, but this
solution is not officially supported.  See the reference for details.

Reference: https://code.google.com/p/address-sanitizer/wiki/AsanAsDso
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
tests/ts/libmount/tabfiles-py
tests/ts/libmount/tabfiles-tags
tests/ts/libmount/tabfiles-tags-py
tests/ts/libmount/update-py