mirror of
https://github.com/sqlite/sqlite.git
synced 2026-01-06 08:01:16 +03:00
Fix an problem in the test scripts that was show false failures under
windows. (CVS 3044) FossilOrigin-Name: 0cf4e3c6e767cab7e145c50f1fa7097844ad5abc
This commit is contained in:
12
manifest
12
manifest
@@ -1,5 +1,5 @@
|
||||
C Authorization\scallback\son\sthe\sALTER\sTABLE\sADD\sCOLUMN\scommand.\nTicket\s#1479.\s(CVS\s3043)
|
||||
D 2006-01-31T14:28:45
|
||||
C Fix\san\sproblem\sin\sthe\stest\sscripts\sthat\swas\sshow\sfalse\sfailures\sunder\nwindows.\s(CVS\s3044)
|
||||
D 2006-01-31T15:19:45
|
||||
F Makefile.in e936c6fc3134838318aa0335a85041e6da31f6ee
|
||||
F Makefile.linux-gcc 74ba0eadf88748a9ce3fd03d2a3ede2e6715baec
|
||||
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
|
||||
@@ -234,7 +234,7 @@ F test/shared_err.test 299a9180a6376b2089e8e0d469f383fe91bfa4ff
|
||||
F test/sort.test 0e4456e729e5a92a625907c63dcdedfbe72c5dc5
|
||||
F test/subquery.test ae324ee928c5fb463a3ce08a8860d6e7f1ca5797
|
||||
F test/subselect.test 2d13fb7f450db3595adcdd24079a0dd1d2d6abc2
|
||||
F test/sync.test 0c43399676de101e3af4d6069a94e211bb77f6b9
|
||||
F test/sync.test 6c8dc6592cd8dd770c739d9b5a9a9976c7124de6
|
||||
F test/table.test 6dc0dfa44dd429520e0e5a0c5e55025f730e9403
|
||||
F test/tableapi.test 6a66d58b37d46dc0f2b3c7d4bd2617d209399bd1
|
||||
F test/tclsqlite.test 96f5dbba15df0523e889b8d892f152c2f60b8efb
|
||||
@@ -349,7 +349,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
|
||||
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
|
||||
F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
|
||||
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
|
||||
P 669bcf5ab694359485ab30913d8d9e4926f41789
|
||||
R 4b5ade492de8c6b62c2b554228989dab
|
||||
P 461f586973431438bb074aa3077f705e9b1b80da
|
||||
R 8a8d87eab3c72570754b9d0235917eb5
|
||||
U drh
|
||||
Z 0fb072b4d2cf3aad6fe401cc0c34a782
|
||||
Z 94cbca4d87e9ca81c663c480614ee7f3
|
||||
|
||||
@@ -1 +1 @@
|
||||
461f586973431438bb074aa3077f705e9b1b80da
|
||||
0cf4e3c6e767cab7e145c50f1fa7097844ad5abc
|
||||
@@ -13,7 +13,7 @@
|
||||
# This file implements tests to verify that fsync is disabled when
|
||||
# pragma synchronous=off even for multi-database commits.
|
||||
#
|
||||
# $Id: sync.test,v 1.3 2006/01/17 09:35:02 danielk1977 Exp $
|
||||
# $Id: sync.test,v 1.4 2006/01/31 15:19:45 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@@ -24,9 +24,11 @@ source $testdir/tester.tcl
|
||||
#
|
||||
if {$::tcl_platform(platform)!="unix"} {
|
||||
finish_test
|
||||
return
|
||||
}
|
||||
ifcapable !pager_pragmas {
|
||||
finish_test
|
||||
return
|
||||
}
|
||||
|
||||
do_test sync-1.1 {
|
||||
|
||||
Reference in New Issue
Block a user