From: danielk1977 Date: Tue, 10 Jan 2006 18:27:41 +0000 (+0000) Subject: Initialize variables in malloc3.test (was causing error in all.test). (CVS 2906) X-Git-Tag: version-3.6.10~3261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da717982564652e57d584fd95d74971d1d5a3786;p=thirdparty%2Fsqlite.git Initialize variables in malloc3.test (was causing error in all.test). (CVS 2906) FossilOrigin-Name: 16a8172a617d4ff739660ae67d3e381b2dea68e6 --- diff --git a/manifest b/manifest index 81cd1e4a86..d61050477e 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index afa8d2a3e8..519e534b62 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -b5bedb2a9f349b32acbd0356c61cdc30fd474eca \ No newline at end of file +16a8172a617d4ff739660ae67d3e381b2dea68e6 \ No newline at end of file diff --git a/test/malloc3.test b/test/malloc3.test index f70e1cff6f..0b1729a727 100644 --- a/test/malloc3.test +++ b/test/malloc3.test @@ -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]}