]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix ASAN support on Linux, drop suppressions file and just disable leak tests.
authorMichael R Sweet <michaelrsweet@gmail.com>
Tue, 4 Dec 2018 21:52:56 +0000 (16:52 -0500)
committerMichael R Sweet <michaelrsweet@gmail.com>
Tue, 4 Dec 2018 21:52:56 +0000 (16:52 -0500)
commite5daa5b780a3253546b4c2a5222e9c5f11e2d67d
tree85c8479ffb1387fb9844f9eec240bd5409fbfa61
parent31b3c060f89950760c8cba2776d8b0a33ce39c5b
Fix ASAN support on Linux, drop suppressions file and just disable leak tests.

ASAN on Linux also requires us to build with --disable-shared.  Which means the
test script should not try to preload the .so files...
test/asan-suppressions.txt [deleted file]
test/run-stp-tests.sh