]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Modify ctime.test to work with SQLITE_THREADSAFE=2.
authordan <dan@noemail.net>
Thu, 24 Jun 2010 17:37:57 +0000 (17:37 +0000)
committerdan <dan@noemail.net>
Thu, 24 Jun 2010 17:37:57 +0000 (17:37 +0000)
FossilOrigin-Name: c6db3b303182202a8b03512e448607bce71de914

manifest
manifest.uuid
test/ctime.test

index aa63d4ed8b01e54c572c8378dcffc985b327b13a..1fdb53027e3d473dcc35b628c037877e560e88e6 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,8 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-C Disable\smemory-pressure\sinduced\scache\sspill\sduring\ssavepoint\srollback.
-D 2010-06-24T14:52:25
+C Modify\sctime.test\sto\swork\swith\sSQLITE_THREADSAFE=2.
+D 2010-06-24T17:37:57
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in a5cad1f8f3e021356bfcc6c77dc16f6f1952bbc3
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -330,7 +327,7 @@ F test/crash8.test 6666f5fff4734e43d6c6d66798fa607f54d96bf3
 F test/crashtest1.c 09c1c7d728ccf4feb9e481671e29dda5669bbcc2
 F test/createtab.test 199cf68f44e5d9e87a0b8afc7130fdeb4def3272
 F test/cse.test 277350a26264495e86b1785f34d2d0c8600e021c
-F test/ctime.test f5040beef89c1b2bdb6a9edb7358a519213ff80c
+F test/ctime.test 7bd009071e242aac4f18521581536b652b789a47
 F test/date.test 6354b883f922c38046a8efbad187cc95df6da023
 F test/dbstatus.test 838447a0ecca1232675b025c0a518a9ef0f8057e
 F test/default.test 6faf23ccb300114924353007795aa9a8ec0aa9dc
@@ -828,14 +825,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P b58db67e972b5660e62a9b7daa2c1e87c3cf0a68
-R f5ac1f53c505e3a53beab11a85ef2815
-U drh
-Z 7b0751e36f8e1c64e1b55cf1de6451ba
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.6 (GNU/Linux)
-
-iD8DBQFMI3EsoxKgR168RlERAiOBAJ0UQ8P8rnEFYZzKEMXfxfBo527pxQCdGlbn
-2vYLLg+Pl79lXpGTBqE2+fY=
-=77f1
------END PGP SIGNATURE-----
+P a55eb4c3e9fa4ea43b8f8182eb9e39138df03f52
+R 33ec6ea9feaffcac3eb447f2441d1f63
+U dan
+Z d4c71ec23bd0a529a8826dcf174b6d9d
index cbc167f9d7f26d2a0a17c23f0a542365f19392e8..34bcd964543ecac1c0e04094a54927fef6915ffc 100644 (file)
@@ -1 +1 @@
-a55eb4c3e9fa4ea43b8f8182eb9e39138df03f52
\ No newline at end of file
+c6db3b303182202a8b03512e448607bce71de914
\ No newline at end of file
index bb184b8b9dad31f7e537af2adab086214154d89b..e4cb156168be57f9208e8bba8f247cbd740dac6d 100644 (file)
@@ -86,8 +86,11 @@ do_test ctime-1.5 {
   set ans2 [ catchsql {
     SELECT sqlite_compileoption_used('THREADSAFE=1');
   } ]
-  lsort [ list $ans1 $ans2 ]
-} {{0 0} {0 1}}
+  set ans3 [ catchsql {
+    SELECT sqlite_compileoption_used('THREADSAFE=2');
+  } ]
+  lsort [ list $ans1 $ans2 $ans3 ]
+} {{0 0} {0 0} {0 1}}
 
 do_test ctime-1.6 {
   execsql {