From: drh Date: Sun, 3 Mar 2013 20:26:46 +0000 (+0000) Subject: Add the test_fs.c test module to Makefile.in. Adjust the success criteria X-Git-Tag: version-3.7.16~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7015698b81bae7a3bad30f5edeb27fea8491c0cf;p=thirdparty%2Fsqlite.git Add the test_fs.c test module to Makefile.in. Adjust the success criteria on index5-1.3 so that it works under auto_vacuum configurations. FossilOrigin-Name: b457c8870ac5ef58f2b7f8daed723c0cf0c07340 --- diff --git a/Makefile.in b/Makefile.in index 98a3edb091..652928b8cc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -357,6 +357,7 @@ TESTSRC = \ $(TOP)/src/test_config.c \ $(TOP)/src/test_demovfs.c \ $(TOP)/src/test_devsym.c \ + $(TOP)/src/test_fs.c \ $(TOP)/src/test_func.c \ $(TOP)/src/test_fuzzer.c \ $(TOP)/src/test_hexio.c \ diff --git a/manifest b/manifest index 9a9419e608..f5814d9922 100644 --- a/manifest +++ b/manifest @@ -1,7 +1,7 @@ -C Update\scomments\son\sthe\sfree-page\sallocator\sto\saccurately\sreflect\sthe\nlatest\simplementation.\s\sAdd\snew\sasserts\sto\sthe\sfree-page\sallocator. -D 2013-03-02T03:25:55.218 +C Add\sthe\stest_fs.c\stest\smodule\sto\sMakefile.in.\s\sAdjust\sthe\ssuccess\scriteria\non\sindex5-1.3\sso\sthat\sit\sworks\sunder\sauto_vacuum\sconfigurations. +D 2013-03-03T20:26:46.744 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f -F Makefile.in a48faa9e7dd7d556d84f5456eabe5825dd8a6282 +F Makefile.in 9a804abbd3cae82d196e4d33aba13239e32522a5 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 F Makefile.msc 1bed3bca025ee90441bb0c9f95f36f42b70bd839 F Makefile.vxworks b18ad88e9a8c6a001f5cf4a389116a4f1a7ab45f @@ -540,7 +540,7 @@ F test/index.test b5429732b3b983fa810e3ac867d7ca85dae35097 F test/index2.test ee83c6b5e3173a3d7137140d945d9a5d4fdfb9d6 F test/index3.test 423a25c789fc8cc51aaf2a4370bbdde2d9e9eed7 F test/index4.test 2983216eb8c86ee62d9ed7cb206b5cc3331c0026 -F test/index5.test 5616266b2387003bf83c39df626c7292622d58de +F test/index5.test fc07c14193c0430814e7a08b5da46888ee795c33 F test/indexedby.test be501e381b82b2f8ab406309ba7aac46e221f4ad F test/indexfault.test 31d4ab9a7d2f6e9616933eb079722362a883eb1d F test/init.test 15c823093fdabbf7b531fe22cf037134d09587a7 @@ -1036,7 +1036,7 @@ F tool/vdbe-compress.tcl f12c884766bd14277f4fcedcae07078011717381 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381 F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac -P 780d06c5e54590f677f993fa9c313989c2eab8c7 -R f5753609ff29532bc332844f7d251f42 +P 9a135e37b696b8544da8dbddf9d1041b8fa6f1c2 +R 9293e988d26790e7e84c28eec0d1e5f0 U drh -Z ee29f611b55f3013b3ce8fc0c9bc38da +Z ffeccda697146da2c5f1e0fb0eff3d20 diff --git a/manifest.uuid b/manifest.uuid index 7697cb81fe..d898a6fb98 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -9a135e37b696b8544da8dbddf9d1041b8fa6f1c2 \ No newline at end of file +b457c8870ac5ef58f2b7f8daed723c0cf0c07340 \ No newline at end of file diff --git a/test/index5.test b/test/index5.test index 72f536fc8f..7895391309 100644 --- a/test/index5.test +++ b/test/index5.test @@ -67,7 +67,7 @@ do_test 1.3 { puts -nonewline \ " (forward=$nForward, back=$nBackward, noncontiguous=$nNoncont)" - expr {$nForward > 25*($nBackward + $nNoncont)} + expr {$nForward > 2*($nBackward + $nNoncont)} } {1} db close tvfs delete