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

Another fix along the same lines as (2234) (CVS 2235)

FossilOrigin-Name: 27cf83224c69e661c19f9a09f39bfdae75e3b0a4
This commit is contained in:
danielk1977
2005-01-19 03:52:54 +00:00
parent ca6707145d
commit 76b047d957
3 changed files with 10 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
C A\sfew\stest\scases\swere\sfailing\son\swindows\sdue\sto\smandatory\slocking.\sOmit\sthem\son\sthat\splatform.\s(CVS\s2234) C Another\sfix\salong\sthe\ssame\slines\sas\s(2234)\s(CVS\s2235)
D 2005-01-19T03:47:16 D 2005-01-19T03:52:55
F Makefile.in ffd81f5e926d40b457071b4de8d7c1fa18f39b5a F Makefile.in ffd81f5e926d40b457071b4de8d7c1fa18f39b5a
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1 F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
@@ -149,7 +149,7 @@ F test/lock.test a19aab9a963273fe61c1058e3d1b648d6a0a2425
F test/lock2.test 59c3dd7d9b24d1bf7ec91b2d1541c37e97939d5f F test/lock2.test 59c3dd7d9b24d1bf7ec91b2d1541c37e97939d5f
F test/lock3.test 615111293cf32aa2ed16d01c6611737651c96fb9 F test/lock3.test 615111293cf32aa2ed16d01c6611737651c96fb9
F test/main.test a60a1d234b5f5784097973bd395514ca56003ef1 F test/main.test a60a1d234b5f5784097973bd395514ca56003ef1
F test/malloc.test 4f34764cf8cfdfb0aa43face1ba933442a08eb2b F test/malloc.test 180f7f7e19aca748ec923ab4ada6a2976b781722
F test/memdb.test 532aac7128a3da494cddc4461d76c6e3988f771b F test/memdb.test 532aac7128a3da494cddc4461d76c6e3988f771b
F test/memleak.test c0af09191af44a7501ec2494fdd079ac538a256c F test/memleak.test c0af09191af44a7501ec2494fdd079ac538a256c
F test/minmax.test e7048476940df0af11d0f2cf687572f557cd0b29 F test/minmax.test e7048476940df0af11d0f2cf687572f557cd0b29
@@ -269,7 +269,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc
F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618 F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
F www/whentouse.tcl c3b50d3ac31c54be2a1af9b488a89d22f1e6e746 F www/whentouse.tcl c3b50d3ac31c54be2a1af9b488a89d22f1e6e746
P c06add57bf0ce17503181b584ea4197b39b9e538 P 441316f1af076fef42055d6abe524f2a8c5ced63
R d3d67b7b704d17e7273ddc59e549db1d R b54c6e325ef9790c3c13207e79568c30
U danielk1977 U danielk1977
Z 79f29b5683c787dadcb0562adea085c1 Z 27809fc51e58df3a44c41e452ce19dca

View File

@@ -1 +1 @@
441316f1af076fef42055d6abe524f2a8c5ced63 27cf83224c69e661c19f9a09f39bfdae75e3b0a4

View File

@@ -14,7 +14,7 @@
# special feature is used to see what happens in the library if a malloc # special feature is used to see what happens in the library if a malloc
# were to really fail due to an out-of-memory situation. # were to really fail due to an out-of-memory situation.
# #
# $Id: malloc.test,v 1.20 2005/01/13 13:35:58 danielk1977 Exp $ # $Id: malloc.test,v 1.21 2005/01/19 03:52:55 danielk1977 Exp $
set testdir [file dirname $argv0] set testdir [file dirname $argv0]
source $testdir/tester.tcl source $testdir/tester.tcl
@@ -354,6 +354,7 @@ if {$tcl_platform(platform)=="unix"} {
} }
} }
if {$tcl_platform(platform)!="windows"} {
do_malloc_test 14 -tclprep { do_malloc_test 14 -tclprep {
catch {db close} catch {db close}
sqlite3 db2 test2.db sqlite3 db2 test2.db
@@ -373,6 +374,7 @@ do_malloc_test 14 -tclprep {
SELECT * FROM t1; SELECT * FROM t1;
} }
} }
}
# Ensure that no file descriptors were leaked. # Ensure that no file descriptors were leaked.
do_test malloc-99.X { do_test malloc-99.X {