From: drh Date: Thu, 1 Apr 2010 18:33:14 +0000 (+0000) Subject: Disable the corruptE.test script when ENABLE_OVERSIZE_CELL_CHECK is on. X-Git-Tag: version-3.7.2~498 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d077f9255089380dfddbce7e2d944c141af52c6;p=thirdparty%2Fsqlite.git Disable the corruptE.test script when ENABLE_OVERSIZE_CELL_CHECK is on. FossilOrigin-Name: 1dc4f9fe9b83467ba014e759b93f6caa2925e4d2 --- diff --git a/manifest b/manifest index 34d60c4d77..de76d826cd 100644 --- a/manifest +++ b/manifest @@ -1,8 +1,8 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -C Zero\sthe\sfilesize-in-header\sword\sfor\sbigfile.tcl.\s\sRemove\sbigfile.tcl\sfrom\nthe\sjournaltest\spermutation. -D 2010-04-01T16:15:57 +C Disable\sthe\scorruptE.test\sscript\swhen\sENABLE_OVERSIZE_CELL_CHECK\sis\son. +D 2010-04-01T18:33:14 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0 F Makefile.in 4f2f967b7e58a35bb74fb7ec8ae90e0f4ca7868b F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -308,7 +308,7 @@ F test/corruptA.test 99e95620b980161cb3e79f06a884a4bb8ae265ff F test/corruptB.test d88b500f7994cb2eb9646410c263111e9831f889 F test/corruptC.test 691ed070baef5e1345939caadf270a52837a5064 F test/corruptD.test 3ae6e2dc6e2226c6935a8a40d4b5ee3eba75f8c0 -F test/corruptE.test dbf66cae4c0e977ca9625a9114cdd01df8967bef +F test/corruptE.test 34de490791060d749c933aef3970839df3f63ea9 F test/count.test 454e1ce985c94d13efeac405ce54439f49336163 F test/crash.test 1b6ac8410689ff78028887f445062dc897c9ac89 F test/crash2.test 5b14d4eb58b880e231361d3b609b216acda86651 @@ -797,14 +797,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f -P b1e7a1a677e1c2a6c2ab83a67070605465a3e495 -R 9fa91d4a76b67ab8ac81622d820523d5 +P 63610c71ca629de5e81950bc3c2ee6014e67853b +R 0a2d3319b64c8bb39c084a2bfec6f634 U drh -Z 7ff7bcc0bb51d9ef86c59f74c80f8687 +Z 3204a496bac96920bfa7b060f31578f2 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) -iD8DBQFLtMbAoxKgR168RlERAqelAJoCwoDmFMIslZ+B/cnziIgrm5XB3wCfSL5h -+LA7HiLm3oh5P78hlOoqFg8= -=IbzO +iD8DBQFLtObtoxKgR168RlERAungAKCLAiH3RiuH5opcYjFSqOcG9xB1CACfcJqT +ezX13XLXPwfrJmassYHQm+c= +=jFQj -----END PGP SIGNATURE----- diff --git a/manifest.uuid b/manifest.uuid index e8c4c45846..681b1824c9 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -63610c71ca629de5e81950bc3c2ee6014e67853b \ No newline at end of file +1dc4f9fe9b83467ba014e759b93f6caa2925e4d2 \ No newline at end of file diff --git a/test/corruptE.test b/test/corruptE.test index 35fa545b4d..a9e0d649b8 100644 --- a/test/corruptE.test +++ b/test/corruptE.test @@ -21,6 +21,13 @@ catch {file delete -force test.db test.db-journal test.bu} set testdir [file dirname $argv0] source $testdir/tester.tcl +# Do not run the tests in this file if ENABLE_OVERSIZE_CELL_CHECK is on. +# +ifcapable oversize_cell_check { + finish_test + return +} + # Construct a compact, dense database for testing. # do_test corruptE-1.1 {