From: dan Date: Wed, 5 Mar 2014 11:22:33 +0000 (+0000) Subject: Do not run corruptI.test with the mmap permutation. X-Git-Tag: version-3.8.4~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d520041bc0805b50264072ed19ba603ff528632e;p=thirdparty%2Fsqlite.git Do not run corruptI.test with the mmap permutation. FossilOrigin-Name: 378b290da85cadc1acba081322d1f0e8d7694e17 --- diff --git a/manifest b/manifest index c20e72d114..fc35092902 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Avoid\sindexing\soff\sthe\sfront\send\sof\san\sarray\swhen\screating\sa\sview\swith\ntwo\sor\smore\sblank\scolumn\snames\sin\sthe\sSELECT\sstatement\sthat\sdefines\sthe\sview. -D 2014-03-04T21:19:51.375 +C Do\snot\srun\scorruptI.test\swith\sthe\smmap\spermutation. +D 2014-03-05T11:22:33.187 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 2ef13430cd359f7b361bb863504e227b25cc7f81 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -404,7 +404,7 @@ F test/corruptE.test 193b4ca4e927e77c1d5f4f56203ddc998432a7ee F test/corruptF.test be9fde98e4c93648f1ba52b74e5318edc8f59fe4 F test/corruptG.test 58ec333a01997fe655e34e5bea52b7a2a6b9704d F test/corruptH.test 9d8186f6f8751efdfd445d8546fd98f073499039 -F test/corruptI.test d9eca60cb373215d97e0994bf104f9a37e1ac0fc +F test/corruptI.test 88886ec9cd1bdba835263566bbf60ee009c6ea09 F test/count.test 42a251178e32f617eda33f76236a7f79825a50b5 F test/coveridxscan.test cdb47d01acc4a634a34fd25abe85189e0d0f1e62 F test/crash.test fb9dc4a02dcba30d4aa5c2c226f98b220b2b959f @@ -1155,7 +1155,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh d1a6de74685f360ab718efda6265994b99bbea01 F tool/win/sqlite.vsix 030f3eeaf2cb811a3692ab9c14d021a75ce41fff -P e072cb3ee2a03d786c08230cecc6e970de2cec5b -R 213bc20e67a019cbd9a16484715bd6d2 -U drh -Z 02c018f7f11d0867eb15887f2517d7cb +P 554501f158534f9c27fd51900589c2ab7cf300d8 +R f63b7b11b47b09d3cce73ea26cd9a6da +U dan +Z 381756cc53474accdfff4f671992e335 diff --git a/manifest.uuid b/manifest.uuid index 41b8fab845..5254bd10f5 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -554501f158534f9c27fd51900589c2ab7cf300d8 \ No newline at end of file +378b290da85cadc1acba081322d1f0e8d7694e17 \ No newline at end of file diff --git a/test/corruptI.test b/test/corruptI.test index 9c9a19310b..51cf64c9be 100644 --- a/test/corruptI.test +++ b/test/corruptI.test @@ -14,6 +14,11 @@ set testdir [file dirname $argv0] source $testdir/tester.tcl set testprefix corruptI +if {[permutation]=="mmap"} { + finish_test + return +} + # Do not use a codec for tests in this file, as the database file is # manipulated directly using tcl scripts (using the [hexio_write] command). #