1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Remove some incorrect async tests; (CVS 6540)

FossilOrigin-Name: 03af25b3ee001c1bf3e7a3218fad6ed311c7c259
This commit is contained in:
shane
2009-04-23 18:41:25 +00:00
parent a3f065980e
commit 8a0dc3b04a
3 changed files with 9 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
C Move\sthe\sasynchronous\sIO\scode\sfrom\ssrc/test_async.c\sto\sext/async/.\sRefactor\sit\sto\sbe\sa\sstandalone\smodule\sand\sto\ssupport\swindows.\s(CVS\s6539)
D 2009-04-23T14:58:40
C Remove\ssome\sincorrect\sasync\stests;\s(CVS\s6540)
D 2009-04-23T18:41:26
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
F Makefile.in 583e87706abc3026960ed759aff6371faf84c211
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -222,7 +222,7 @@ F test/alter4.test 9386ffd1e9c7245f43eca412b2058d747509cc1f
F test/altermalloc.test e81ac9657ed25c6c5bb09bebfa5a047cd8e4acfc
F test/analyze.test ad5329098fe4de4a96852231d53e3e9e6283ad4b
F test/async.test 44109d3ae82db2071e3c2b417f79258cc05f0f49
F test/async2.test d3f23363553c2c02f15da98ae8bbc43420efd04c
F test/async2.test d4da437a6383770b8b2ed3e72ef9eb399e2c6086
F test/async3.test e72255549dde94ef89e9779884001527b44c5389
F test/attach.test 75a5d22f88e730967d68f2c9f95e786e3953d8e3
F test/attach2.test a295d2d7061adcee5884ef4a93c7c96a82765437
@@ -722,7 +722,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
P dd4d67a67454a3ff13c286a2a8360c5f0432c91d
R 07be84b60f3cf1fb3263cdf9b0c910bb
U danielk1977
Z 9ac60e3337f4b3b00edc92808d492861
P e71fb0fb8d83b4453c3c1e84606bf58d04926809
R 121a5dc49834d573af90ee36e9e9c157
U shane
Z eb600dec45e8e953fb59999d11b72a33

View File

@@ -1 +1 @@
e71fb0fb8d83b4453c3c1e84606bf58d04926809
03af25b3ee001c1bf3e7a3218fad6ed311c7c259

View File

@@ -5,7 +5,7 @@
#
#***********************************************************************
#
# $Id: async2.test,v 1.10 2009/03/24 17:43:57 drh Exp $
# $Id: async2.test,v 1.11 2009/04/23 18:41:26 shane Exp $
set testdir [file dirname $argv0]
@@ -122,9 +122,5 @@ foreach err [list ioerr malloc-transient malloc-persistent] {
}
catch {db close}
sqlite3async_halt idle
sqlite3async_start
sqlite3async_wait
sqlite3async_halt never
finish_test