- meson build_ci_asan --default-library=static --prefix=$PREFIX -Db_sanitize=address -Dextra_tests=enabled
- ninja -C build_ci_asan
- ninja -C build_ci_asan install >/dev/null
- # TODO: not sure what exactly is wrong in leak detection on config tests
+ # TODO _leaks: not sure what exactly is wrong in leak detection on config tests
+ # TODO skip_asan: all three of these disappear locally when using gcc 9.1 (except some leaks)
- ASAN_OPTIONS=detect_leaks=0 ${MESON_TEST} --suite unit --suite config --no-suite skip_asan
# NOTE: build for turris when meson is available and packaging files updated
config_tests += [
['predict', files('predict/predict.test.lua')],
- ['hints', files('hints/tests/hints.test.lua')],
+ ['hints', files('hints/tests/hints.test.lua'), ['skip_asan']],
['nsid', files('nsid/nsid.test.lua')],
['dns64', files('dns64/dns64.test.lua')],
['ta_update', files('ta_update/ta_update.test.lua'), ['snowflake']],