]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Initialize variables in malloc3.test (was causing error in all.test). (CVS 2906)
authordanielk1977 <danielk1977@noemail.net>
Tue, 10 Jan 2006 18:27:41 +0000 (18:27 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Tue, 10 Jan 2006 18:27:41 +0000 (18:27 +0000)
FossilOrigin-Name: 16a8172a617d4ff739660ae67d3e381b2dea68e6

manifest
manifest.uuid
test/malloc3.test

index 81cd1e4a86436df121bd2dd7583fbc6b8ae81199..d61050477e05de44cdf10598506b68f88ab0d8b2 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Typos\sin\snew\sdocumentation.\s(CVS\s2905)
-D 2006-01-10T18:08:10
+C Initialize\svariables\sin\smalloc3.test\s(was\scausing\serror\sin\sall.test).\s(CVS\s2906)
+D 2006-01-10T18:27:42
 F Makefile.in ab3ffd8d469cef4477257169b82810030a6bb967
 F Makefile.linux-gcc aee18d8a05546dcf1888bd4547e442008a49a092
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -188,7 +188,7 @@ F test/lock3.test 615111293cf32aa2ed16d01c6611737651c96fb9
 F test/main.test b12f01d49a5c805a33fa6c0ef168691f63056e79
 F test/malloc.test 6245418d1b6635a2095d9ed0f5e84e029990da06
 F test/malloc2.test e6e321db96d6c94cb18bf82ad7215070c41e624e
-F test/malloc3.test 9797d39eca7087a1022bcc0eb0b22215475c9698
+F test/malloc3.test 265644c655497242f7c0a1bb5b36c8500a5fc27c
 F test/malloc4.test 2e29d155eb4b4808019ef47eeedfcbe9e09e0f05
 F test/malloc5.test 1bac8c0dd98c387460920c1190f0996c5c62ea66
 F test/manydb.test d81debbf5871242e3b5df1d3bb5e14c50431b6f8
@@ -340,7 +340,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 0f0213be4d064b3d24e31ff93ec16f6862003d26
-R 50307102b19c002c0e3dd37bf43d7381
+P b5bedb2a9f349b32acbd0356c61cdc30fd474eca
+R e356281e0444dd47ecc885d1fdf2f9be
 U danielk1977
-Z 3e291ae4c514c9dedda3a63f8160db01
+Z 5907ff534288589368a2d11c9d2f4694
index afa8d2a3e8dcb525ab2699012fceeb09b9bdc3f1..519e534b621f3fe1ba974d902a63c1a978518c41 100644 (file)
@@ -1 +1 @@
-b5bedb2a9f349b32acbd0356c61cdc30fd474eca
\ No newline at end of file
+16a8172a617d4ff739660ae67d3e381b2dea68e6
\ No newline at end of file
index f70e1cff6fd85a6bb2a2d2160b5d0811b8253d65..0b1729a727a54cc85ff875ca1d63469811eca078 100644 (file)
@@ -13,7 +13,7 @@
 # correctly. The emphasis of these tests are the _prepare(), _step() and
 # _finalize() calls.
 #
-# $Id: malloc3.test,v 1.5 2005/12/16 15:24:30 danielk1977 Exp $
+# $Id: malloc3.test,v 1.6 2006/01/10 18:27:42 danielk1977 Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -145,6 +145,7 @@ if {[info command sqlite_malloc_stat]==""} {
 # ::run_test_script. At the end of this file, the proc [run_test] is used
 # to execute the program (and all test cases contained therein).
 #
+set ::run_test_script [list]
 proc TEST {id t} {lappend ::run_test_script -test [list $id $t]}
 proc PREP {p} {lappend ::run_test_script -prep [string trim $p]}