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:
@ -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
|
||||
|
Reference in New Issue
Block a user