mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Extend have_sanitizer with ASAN+UBSAN and MSAN
Disable some tests that are too slow or big for MSAN.
This commit is contained in:
6
mysql-test/include/not_msan.inc
Normal file
6
mysql-test/include/not_msan.inc
Normal file
@@ -0,0 +1,6 @@
|
||||
# This file should only be used with tests that are too big or slow for MSAN.
|
||||
|
||||
if (`select count(*) from information_schema.system_variables where variable_name='have_sanitizer' and global_value like "MSAN%"`)
|
||||
{
|
||||
--skip Can't be run WITH_MSAN
|
||||
}
|
Reference in New Issue
Block a user