mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Activate testing of mem3 and mem5. Fix problems found. Tickets #3223
and #3225. Other test configuration changes. (CVS 5419) FossilOrigin-Name: a3a7820540f6f2285e6c83cac84383fc7d60d267
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
#
|
||||
# Test scripts for deliberate failures of mutex routines.
|
||||
#
|
||||
# $Id: mutex2.test,v 1.6 2008/07/14 12:52:53 drh Exp $
|
||||
# $Id: mutex2.test,v 1.7 2008/07/16 12:25:32 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -60,9 +60,11 @@ ifcapable utf16 {
|
||||
do_test mutex2-2.4 {
|
||||
sqlite3_mprintf_int {This is a test %d,%d,%d} 1 2 3
|
||||
} {}
|
||||
do_test mutex2-2.5 {
|
||||
sqlite3_auto_extension_sqr
|
||||
} {7}
|
||||
ifcapable load_ext {
|
||||
do_test mutex2-2.5 {
|
||||
sqlite3_auto_extension_sqr
|
||||
} {7}
|
||||
}
|
||||
do_test mutex2-2.6 {
|
||||
sqlite3_reset_auto_extension
|
||||
} {}
|
||||
|
Reference in New Issue
Block a user