mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Added asan options to mysql-test-run
- Leak detection is now enabled by default - Also added to mysql-test suppression files for asan and lsan
This commit is contained in:
8
mysql-test/include/not_asan.inc
Normal file
8
mysql-test/include/not_asan.inc
Normal file
@@ -0,0 +1,8 @@
|
||||
# This file should only be used with test that finds bugs in ASan that can not
|
||||
# be overcome. In normal cases one should fix the bug server/test case or in
|
||||
# the worst case add a (temporary?) suppression in asan.supp or lsan.supp
|
||||
|
||||
if (`select @@have_sanitizer <> 'NO'`)
|
||||
{
|
||||
--skip Can't be run with ASan
|
||||
}
|
Reference in New Issue
Block a user