mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Change the table record format to support manifest typing. (CVS 1361)
FossilOrigin-Name: 0242c9e4f7c85e9c911cf30d90b0cdb1015f3d7d
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
#***********************************************************************
|
||||
# This file runs all tests.
|
||||
#
|
||||
# $Id: quick.test,v 1.6 2004/02/11 02:18:07 drh Exp $
|
||||
# $Id: quick.test,v 1.7 2004/05/12 07:33:34 danielk1977 Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -27,6 +27,39 @@ set EXCLUDE {
|
||||
misuse.test
|
||||
}
|
||||
|
||||
lappend EXCLUDE \
|
||||
auth.test \
|
||||
bind.test \
|
||||
capi2.test \
|
||||
conflict.test \
|
||||
copy.test \
|
||||
format3.test \
|
||||
func.test \
|
||||
index.test \
|
||||
interrupt.test \
|
||||
intpkey.test \
|
||||
ioerr.test \
|
||||
memdb.test \
|
||||
minmax.test \
|
||||
misc1.test \
|
||||
misc2.test \
|
||||
misc3.test \
|
||||
null.test \
|
||||
pragma.test \
|
||||
printf.test \
|
||||
rowid.test \
|
||||
table.test \
|
||||
tableapi.test \
|
||||
trans.test \
|
||||
trigger1.test \
|
||||
trigger2.test \
|
||||
unique.test \
|
||||
update.test \
|
||||
utf.test \
|
||||
vacuum.test \
|
||||
version.test \
|
||||
|
||||
|
||||
if {[sqlite -has-codec]} {
|
||||
lappend EXCLUDE \
|
||||
attach.test \
|
||||
@ -47,7 +80,7 @@ foreach testfile [lsort -dictionary [glob $testdir/*.test]] {
|
||||
lappend ::failList $tail
|
||||
}
|
||||
}
|
||||
source $testdir/misuse.test
|
||||
# source $testdir/misuse.test
|
||||
|
||||
set sqlite_open_file_count 0
|
||||
really_finish_test
|
||||
|
Reference in New Issue
Block a user