Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion mysql-test/main/lotofstack.test
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
#
# For tests that need a lot of stack - they likely won't work under ASAN
# For tests that need a lot of stack
#
# Both ASAN and UBSAN have extended stacks sizes
# making writing tests that depend on reaching
# the depth hard.
#
source include/not_asan.inc;
source include/not_embedded.inc;
source include/not_ubsan.inc;

#
# Bug#10100 function (and stored procedure?) recursivity problem
Expand Down