Add omittest.tcl script to automate testing compile-time OMIT symbols. (CVS 3031)

FossilOrigin-Name: 540d28a7d355d846cedfc21fb5156379fec830ce
This commit is contained in:
danielk1977
2006-01-26 13:11:36 +00:00
parent ace3eb21b4
commit 9dfa60bf8c
4 changed files with 185 additions and 10 deletions
+4 -3
View File
@@ -9,7 +9,7 @@
#
#***********************************************************************
#
# $Id: shared2.test,v 1.3 2006/01/24 14:21:24 danielk1977 Exp $
# $Id: shared2.test,v 1.4 2006/01/26 13:11:37 danielk1977 Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@@ -21,7 +21,6 @@ ifcapable !shared_cache {
}
set ::enable_shared_cache [sqlite3_enable_shared_cache 1]
# Test that if we delete all rows from a table any read-uncommitted
# cursors are correctly invalidated. Test on both table and index btrees.
do_test shared2-1.1 {
@@ -78,7 +77,9 @@ do_test shared2-1.3 {
list $a $count
} {32 64}
# Rollback data into or out of a table while a read-uncommitted
#---------------------------------------------------------------------------
# These tests, shared2.2.*, test the outcome when data is added to or
# removed from a table due to a rollback while a read-uncommitted
# cursor is scanning it.
#
do_test shared2-2.1 {