]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Do not run corruptI.test with the mmap permutation.
authordan <dan@noemail.net>
Wed, 5 Mar 2014 11:22:33 +0000 (11:22 +0000)
committerdan <dan@noemail.net>
Wed, 5 Mar 2014 11:22:33 +0000 (11:22 +0000)
FossilOrigin-Name: 378b290da85cadc1acba081322d1f0e8d7694e17

manifest
manifest.uuid
test/corruptI.test

index c20e72d1140d6b788a658b6c6a4bbf2e49552737..fc350929028fcfcf74c234e9147a2f2eda964633 100644 (file)
--- 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
index 41b8fab845033013b30e214d0f69f780a526d1ce..5254bd10f54ebd205e39be37cd78a9a7953f04f8 100644 (file)
@@ -1 +1 @@
-554501f158534f9c27fd51900589c2ab7cf300d8
\ No newline at end of file
+378b290da85cadc1acba081322d1f0e8d7694e17
\ No newline at end of file
index 9c9a19310b7c29554db291dec39d3946d010e6db..51cf64c9be41f2c1e0e65d1b2d8e94c968449e1f 100644 (file)
@@ -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).
 #