]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Do not run the async tests if the async module is not installed. (CVS 5722)
authordrh <drh@noemail.net>
Thu, 18 Sep 2008 18:18:29 +0000 (18:18 +0000)
committerdrh <drh@noemail.net>
Thu, 18 Sep 2008 18:18:29 +0000 (18:18 +0000)
FossilOrigin-Name: 4de71a4e2f59d302156e10efcb288efa23e18598

manifest
manifest.uuid
test/main.test

index 8048928838d2718488b7bee170ab3e6cf87e9364..e3a5334ef15e1eb96aeb321bc3077b65aabe08ee 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sa\ssegfault\sintroduced\sby\s(5720)\sthat\scan\sfollow\san\sIO\serror.\s(CVS\s5721)
-D 2008-09-18T18:17:04
+C Do\snot\srun\sthe\sasync\stests\sif\sthe\sasync\smodule\sis\snot\sinstalled.\s(CVS\s5722)
+D 2008-09-18T18:18:29
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in d15a7ebfe5e057a72a49805ffb302dbb601c8329
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -404,7 +404,7 @@ F test/lock3.test 615111293cf32aa2ed16d01c6611737651c96fb9
 F test/lock4.test 09d97d52cae18fadfe631552af9880dac6b3ae90
 F test/lock5.test f4eeb0400cf65c37f733cb3c74401136f8c46acd
 F test/lookaside.test 8866ea41301d74993423c99e523322fca09c259e
-F test/main.test 8d77c161757ef7d96eaff0413daa7120c3b316fe
+F test/main.test 187a9a1b5248ed74a83838c581c15ec6023b555b
 F test/malloc.test cdc0bb8675b972f56bffdb48e7d52a18500ff66f
 F test/malloc3.test 094f8195fe8e409bd4da0f1d769f7745faec62c8
 F test/malloc4.test 957337613002b7058a85116493a262f679f3a261
@@ -637,7 +637,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P 6b998f3066754e219c266501327e5578c9406b63
-R c8b7419989d3fc635cd976f45445d491
-U danielk1977
-Z 09361d7adedb580453134b34f7561772
+P 05d3462688507b61710cbda27adf61d0b0514e27
+R 911f836ad52fececbc6f20763213dc67
+U drh
+Z 0cc43854ad71c274b62522f0a2b152de
index dce84acc70ba8e1833f5338b1d0c611892a8e9f0..0622ec38f9ccaf529e39cd0e82adc7842dff92fe 100644 (file)
@@ -1 +1 @@
-05d3462688507b61710cbda27adf61d0b0514e27
\ No newline at end of file
+4de71a4e2f59d302156e10efcb288efa23e18598
\ No newline at end of file
index 5c851b52278f807c4d6a69bdca6a273f9e2640b0..9945cf260152fc3d5afd1a7650b42469db338d3a 100644 (file)
@@ -11,7 +11,7 @@
 # This file implements regression tests for SQLite library.  The
 # focus of this file is exercising the code in main.c.
 #
-# $Id: main.test,v 1.29 2008/07/12 14:52:20 drh Exp $
+# $Id: main.test,v 1.30 2008/09/18 18:18:29 drh Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -443,7 +443,8 @@ do_test main-3.6 {
 
 # The following test-case tests the linked list code used to manage
 # sqlite3_vfs structures.
-if {$::tcl_platform(platform)=="unix"} {
+if {$::tcl_platform(platform)=="unix" 
+     && [info command sqlite3async_enable]!=""} {
   ifcapable threadsafe {
     do_test main-4.1 {
       sqlite3_crash_enable 1