From 695ba06f23355cef27c7acc613553db231dde6d7 Mon Sep 17 00:00:00 2001 From: drh Date: Thu, 18 Sep 2008 18:18:29 +0000 Subject: [PATCH] Do not run the async tests if the async module is not installed. (CVS 5722) FossilOrigin-Name: 4de71a4e2f59d302156e10efcb288efa23e18598 --- manifest | 14 +++++++------- manifest.uuid | 2 +- test/main.test | 5 +++-- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/manifest b/manifest index 8048928838..e3a5334ef1 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index dce84acc70..0622ec38f9 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -05d3462688507b61710cbda27adf61d0b0514e27 \ No newline at end of file +4de71a4e2f59d302156e10efcb288efa23e18598 \ No newline at end of file diff --git a/test/main.test b/test/main.test index 5c851b5227..9945cf2601 100644 --- a/test/main.test +++ b/test/main.test @@ -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 -- 2.47.2