From: drh Date: Fri, 25 Jul 2008 13:39:08 +0000 (+0000) Subject: Increase limits on memsubsys1 tests to accomodate the larger structure X-Git-Tag: version-3.6.10~698 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebf1b467f7017d2a2a42553e31ac97e5b2b83ef8;p=thirdparty%2Fsqlite.git Increase limits on memsubsys1 tests to accomodate the larger structure sizes on 64-bit platforms. (CVS 5479) FossilOrigin-Name: f7720f1bfcc6dcdd60002520e10f545a6f0eb126 --- diff --git a/manifest b/manifest index 19e78ad07c..e43b710783 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index eb40a924a5..bb23cbc3f4 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -16c164e79c2033347a36d6f7150eb8d2e0497c78 \ No newline at end of file +f7720f1bfcc6dcdd60002520e10f545a6f0eb126 \ No newline at end of file diff --git a/test/memsubsys1.test b/test/memsubsys1.test index 572a8b4dfa..7061798c95 100644 --- a/test/memsubsys1.test +++ b/test/memsubsys1.test @@ -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]