1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Disable a redundant test case that uses a very large stack, and hence

is unable to run with -fsanitize=undefined,address.

FossilOrigin-Name: 3c63f68e12af36e9fd9a3dd4daec9402e75e80bcd819d39c0215a427fd0d7803
This commit is contained in:
drh
2020-01-18 19:07:00 +00:00
parent 591711751e
commit a01fda7113
3 changed files with 12 additions and 11 deletions

View File

@ -371,9 +371,10 @@ ifcapable tclvar {
db function r1 userfunc_r1
execsql {SELECT r1(10)}
} {55}
do_test tcl-9.11 {
execsql {SELECT r1(100)}
} {5050}
# Fails under -fsanitize=address,undefined due to stack overflow
# do_test tcl-9.11 {
# execsql {SELECT r1(100)}
# } {5050}
}
# Tests for the new transaction method