]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Increase limits on memsubsys1 tests to accomodate the larger structure
authordrh <drh@noemail.net>
Fri, 25 Jul 2008 13:39:08 +0000 (13:39 +0000)
committerdrh <drh@noemail.net>
Fri, 25 Jul 2008 13:39:08 +0000 (13:39 +0000)
sizes on 64-bit platforms. (CVS 5479)

FossilOrigin-Name: f7720f1bfcc6dcdd60002520e10f545a6f0eb126

manifest
manifest.uuid
test/memsubsys1.test

index 19e78ad07cae410673a37daa748043b9be0c27ef..e43b710783c97a97f897017a5d9dabe1c0d1f1d2 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Require\sthe\sSQLITE_ENABLE_INSTVFS\ssymbol\sin\sorder\sto\scompile\stestfixture\nwith\ssqlite3_instvfs\senabled.\s\sThis\sallows\sfulltest\sto\srun\son\splatforms\nfor\swhich\swe\sdo\snot\shave\sa\sworking\shwtime.h\s(ex:\sppc,\ss390).\s\sChange\nrequested\sfrom\sthe\sSuSE\steam.\s(CVS\s5478)
-D 2008-07-25T13:32:45
+C Increase\slimits\son\smemsubsys1\stests\sto\saccomodate\sthe\slarger\sstructure\nsizes\son\s64-bit\splatforms.\s(CVS\s5479)
+D 2008-07-25T13:39:08
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in d677b8dbc24fd815043e87e9350f8d296ab40f0d
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -412,7 +412,7 @@ F test/malloc_common.tcl 17d60dfefc1598d1a7fe6da6511933536caea1d7
 F test/manydb.test 8de36b8d33aab5ef295b11d9e95310aeded31af8
 F test/memdb.test a67bda4ff90a38f2b19f6c7f95aa7289e051d893
 F test/memleak.test d2d2a1ff7105d32dc3fdf691458cf6cba58c7217
-F test/memsubsys1.test 21f46bc27b00df94459012748c523830f870cd9f
+F test/memsubsys1.test ac18e8a045480611a467a3dc72c2ece4f530b9e4
 F test/memsubsys2.test c05b541f9c2a1234a9dc2ff2233b3a9544fa5139
 F test/minmax.test 722d80816f7e096bf2c04f4111f1a6c1ba65453d
 F test/minmax2.test 33504c01a03bd99226144e4b03f7631a274d66e0
@@ -612,7 +612,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P 83484b42bf353535567e245a92f40096b63b342f
-R 088827a2af753bbeb1ed53c69cf94177
+P 16c164e79c2033347a36d6f7150eb8d2e0497c78
+R a8e8f80f8b9844e6ed8ca44068f49f2b
 U drh
-Z e1d6a1cd0ffd39b061d9a043430a84b7
+Z 9a863c91c683076c1e90cb7f006b0804
index eb40a924a5b4a09e293e0f98548c6b203707e3af..bb23cbc3f418615e13a2b50a81ce50946218f0f2 100644 (file)
@@ -1 +1 @@
-16c164e79c2033347a36d6f7150eb8d2e0497c78
\ No newline at end of file
+f7720f1bfcc6dcdd60002520e10f545a6f0eb126
\ No newline at end of file
index 572a8b4dfaebb905b401f9c16f8afcf34c185051..7061798c9576115d02cbec8d0e5723be58a5e349 100644 (file)
@@ -11,7 +11,7 @@
 #
 # This file contains tests of the memory allocation subsystem
 #
-# $Id: memsubsys1.test,v 1.4 2008/07/12 14:52:20 drh Exp $
+# $Id: memsubsys1.test,v 1.5 2008/07/25 13:39:08 drh Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -133,7 +133,7 @@ do_test memsubsys1-4.4 {
 } $max_pagecache
 do_test memsubsys1-4.5 {
   set maxreq [lindex [sqlite3_status SQLITE_STATUS_MALLOC_SIZE 0] 2]
-  expr {$maxreq<4096}
+  expr {$maxreq<7000}
 } 1
 do_test memsubsys1-4.6 {
   set s_used [lindex [sqlite3_status SQLITE_STATUS_SCRATCH_USED 0] 2]
@@ -211,7 +211,7 @@ do_test memsubsys1-7.4 {
 } 0
 do_test memsubsys1-7.5 {
   set maxreq [lindex [sqlite3_status SQLITE_STATUS_MALLOC_SIZE 0] 2]
-  expr {$maxreq<2500}
+  expr {$maxreq<4000}
 } 1
 do_test memsubsys1-7.6 {
   set s_used [lindex [sqlite3_status SQLITE_STATUS_SCRATCH_USED 0] 2]