]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix the output labels on the tests in malloc9. (CVS 4966)
authordrh <drh@noemail.net>
Fri, 4 Apr 2008 12:21:25 +0000 (12:21 +0000)
committerdrh <drh@noemail.net>
Fri, 4 Apr 2008 12:21:25 +0000 (12:21 +0000)
FossilOrigin-Name: 9987a7b193095dc90a83666bdac5e23105909cba

manifest
manifest.uuid
test/malloc9.test

index 4034fb71e8be50d8a371bc9367d9e748b1fd37f0..ef01b71d2418f229c3f7b26207e6518085221527 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sthe\sTCL\sinterface\sso\sthat\sit\sdoes\snot\suse\sunpublished\sinterfaces.\s(CVS\s4965)
-D 2008-04-04T12:21:09
+C Fix\sthe\soutput\slabels\son\sthe\stests\sin\smalloc9.\s(CVS\s4966)
+D 2008-04-04T12:21:26
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
 F Makefile.in b861627d91df5ee422c54237aa38296954dc0151
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -375,7 +375,7 @@ F test/malloc5.test 1a68e56e513eab54d8c4cd1b769ff1d14e3f99f4
 F test/malloc6.test 2f039d9821927eacae43e1831f815e157659a151
 F test/malloc7.test 7c68a32942858bc715284856c5507446bba88c3a
 F test/malloc8.test 9b7a3f8cb9cf0b12fff566e80a980b1767bd961d
-F test/malloc9.test d90bae1a4ee9b288a55ac0ea8fcad93eedafebf6
+F test/malloc9.test 2307c6ee3703b0a21391f3ea92388b4b73f9105e
 F test/mallocA.test 4b650c745aab289079454f4d1c02abe5c97ab6b3
 F test/mallocAll.test 2a2222a5e447be6c6579055a9a26e507e4586f4e
 F test/mallocB.test bc475ab850cda896142ab935bbfbc74c24e51ed6
@@ -625,7 +625,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P 40173010706fb52ecd60197ce6e97d51a1899267
-R 38203f7b1cba84ebf35aac6b8851c7e3
+P 046a98a8c88be7389c1571a819ccf1907a3f7217
+R c2eb8a3e99b84237743b30cf9d3410ed
 U drh
-Z 5b48f2f47a356e78b4cf2a247abc108d
+Z 8168e0c974d32f7ba3946f548ac61cf1
index af60784fa300186c3b1ca9530c36ed07419a792e..3e0f3a0a03eade6ba499e5cdd8e26eb689cd05de 100644 (file)
@@ -1 +1 @@
-046a98a8c88be7389c1571a819ccf1907a3f7217
\ No newline at end of file
+9987a7b193095dc90a83666bdac5e23105909cba
\ No newline at end of file
index 258130e0db4fbf7ea255415ad9ea9ec23ab95e4b..e142345bfa22f13b6fe057224bd83adf25b2e829 100644 (file)
@@ -11,7 +11,7 @@
 # This file contains additional out-of-memory checks (see malloc.tcl)
 # added to expose a bug in out-of-memory handling for sqlite3_prepare().
 #
-# $Id: malloc9.test,v 1.4 2008/02/18 22:24:58 drh Exp $
+# $Id: malloc9.test,v 1.5 2008/04/04 12:21:26 drh Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -26,7 +26,7 @@ if {!$MEMDEBUG} {
 }
 
 
-do_malloc_test 1 -tclprep {
+do_malloc_test malloc-9.1 -tclprep {
   set sql {CREATE TABLE t1(x)}
   set sqlbytes [string length $sql]
   append sql {; INSERT INTO t1 VALUES(1)}
@@ -43,7 +43,7 @@ do_malloc_test 1 -tclprep {
 }
 
 # Ensure that no file descriptors were leaked.
-do_test malloc-99.X {
+do_test malloc9-99.X {
   catch {db close}
   set sqlite_open_file_count
 } {0}