Skip to content

Commit dfa6fba

Browse files
committed
Skip tests that dump thread_stack, for ASAN
031b3df changed thread_stack for ASAN. Skip the tests to avoid the diff
1 parent 825c0e2 commit dfa6fba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mysql-test/main/mysqld--help.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# mysqld --help
33
#
44
--source include/not_embedded.inc
5+
--source include/not_asan.inc
56
--source include/have_perfschema.inc
67
--source include/have_profiling.inc
78
--source include/platform.inc

mysql-test/suite/sys_vars/t/thread_stack_basic.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#
22
# only global
33
#
4+
--source include/not_asan.inc
45
--replace_result 392192 299008
56
select @@global.thread_stack;
67
--error ER_INCORRECT_GLOBAL_LOCAL_VAR

0 commit comments

Comments
 (0)