]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-execute: skip test_exec_systemcallfilter_system under ASan
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 30 Jul 2019 19:22:10 +0000 (21:22 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 31 Jul 2019 00:45:26 +0000 (09:45 +0900)
commit4967da2dbc4870f5af9acbb99453d6f4802fb1d3
tree8e6f56928b78ac29bfe7fa66bdd9e1620bd6a8af
parent417b82e1c341946d277383471f2972b7227061ff
test-execute: skip test_exec_systemcallfilter_system under ASan

This particular test case keeps intermittently failing due to crashing
LSan  when running under clang+ASan. Generally, sanitizers don't
like seccomp filters, so the best option here is to just switch this
test off for this scenario.
src/test/test-execute.c