]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Disable the "init.test" test script when compiled with SQLITE_THREADSAFE=0.
authordrh <drh@noemail.net>
Mon, 22 Mar 2010 15:47:38 +0000 (15:47 +0000)
committerdrh <drh@noemail.net>
Mon, 22 Mar 2010 15:47:38 +0000 (15:47 +0000)
FossilOrigin-Name: ad68fa65bbd6b82e69fe8c36e4c459ea2ced0f8c

manifest
manifest.uuid
test/init.test

index 5349402349c1197755ca1a4660ad6f60234894d8..55f514c1297033534a14bd99fff0bf11684f0cea 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,8 @@
-C Change\sthe\sformatting\sof\sthe\spreprocessor\smacros\ssurrounding\sthe\scompileoption\sinterface\sin\ssqlite.h.in.\sThis\sis\sso\sthe\sdocumentation\sproduced\sby\sparsing\sthis\spart\sof\ssqlite.h.in\sis\sformatted\ssimilarly\sto\sthe\sdocs\sfor\sthe\sdeprecated\sinterfaces\s(with\sthe\s#ifndef\svisible\son\sthe\swebpage).
-D 2010-03-22T04:32:14
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+C Disable\sthe\s"init.test"\stest\sscript\swhen\scompiled\swith\sSQLITE_THREADSAFE=0.
+D 2010-03-22T15:47:39
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in 4f2f967b7e58a35bb74fb7ec8ae90e0f4ca7868b
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -435,7 +438,7 @@ F test/index.test cbf301cdb2da43e4eac636c3400c2439af1834ad
 F test/index2.test ee83c6b5e3173a3d7137140d945d9a5d4fdfb9d6
 F test/index3.test 727d55dceb9a4ec36675057bb5becfc265e28ca6
 F test/indexedby.test 946ca2628a521f4ced0520421a0788345abaf3dc
-F test/init.test 3f9e97948cf2335c08a5e3edc3df3a26cdaa76f2
+F test/init.test 15c823093fdabbf7b531fe22cf037134d09587a7
 F test/insert.test aef273dd1cee84cc92407469e6bd1b3cdcb76908
 F test/insert2.test 4f3a04d168c728ed5ec2c88842e772606c7ce435
 F test/insert3.test 1b7db95a03ad9c5013fdf7d6722b6cd66ee55e30
@@ -793,7 +796,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P 88810cd091b33f2c56f842e32cafbac5d34d7412
-R e21368731c5d74b4db86df649cca6db2
-U dan
-Z 70d161e45a37d8635afe5d9f0301fad9
+P 161958d11f2ef6ce4d7ba69afea03e0a6764cc1b
+R 2bdcbaf3e59a4b46be07ea298d47a493
+U drh
+Z a7def5cebf1f65dd3973d09395418443
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iD8DBQFLp5EeoxKgR168RlERAp+KAJ9a5zl4fECGpNKiFVopfu3moCp+4QCfdlVg
+RUAI/uMaLp2aOKUyBYQj2e0=
+=12Xo
+-----END PGP SIGNATURE-----
index b9c3d09eff3057b8d52dc0bd43dc29883fdb5259..bc2f335f53a3772c83c767d524d51bdbddb1c05a 100644 (file)
@@ -1 +1 @@
-161958d11f2ef6ce4d7ba69afea03e0a6764cc1b
\ No newline at end of file
+ad68fa65bbd6b82e69fe8c36e4c459ea2ced0f8c
\ No newline at end of file
index efd6b4ce78a6eefffdd1190431a96383462d4920..7cb18f492ac142b7d1fccb89b3e7aba6b95b8abc 100644 (file)
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
+if {[db eval {SELECT sqlite_compileoption_used('THREADSAFE=0')}]} {
+  finish_test
+  return
+}
 
 db close
 
@@ -76,4 +80,3 @@ if {$MEMDEBUG} {
 
 autoinstall_test_functions
 finish_test
-