From: drh Date: Wed, 19 May 2010 20:30:15 +0000 (+0000) Subject: Disable the corruptE test which SQLITE_OVERSIZE_CELL_CHECK is enabled. X-Git-Tag: mountain-lion~58^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21ce77989a786c52aa659c430727e82bc9bfb397;p=thirdparty%2Fsqlite.git Disable the corruptE test which SQLITE_OVERSIZE_CELL_CHECK is enabled. This is a cherrypick merge from check-in [1dc4f9fe9b83467ba]. FossilOrigin-Name: a40d080ca3c5f152f3296caf48f20728f61317de --- diff --git a/manifest b/manifest index 5c31041bb7..c6e5e0ffe0 100644 --- a/manifest +++ b/manifest @@ -1,8 +1,8 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -C Include\sshell.c\sand\ssqlite3.def\sin\sthe\samalgamation\sZIP\sarchive.\nTicket\s[e063139eb3f8] -D 2010-03-31T11:56:48 +C Disable\sthe\scorruptE\stest\swhich\sSQLITE_OVERSIZE_CELL_CHECK\sis\senabled.\nThis\sis\sa\scherrypick\smerge\sfrom\scheck-in\s[1dc4f9fe9b83467ba]. +D 2010-05-19T20:30:16 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 66b4544104dd03d0f33ea69ddac3fa4a682cd3c2 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 @@ -795,14 +795,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f -P b078b588d617e07886ad156e9f54ade6d823568e -R 73eebe2ceee2e2f9e1f44fcfea939481 +P b51fcac9fb4207810ee8d33ead47886e9c46d224 +R 5026f362b493c0d77060cf3649122050 U drh -Z 36754c74f747e9925201c9432f54e2e5 +Z b66b4e4c871064b8805e5065bde070bc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) -iD8DBQFLsziDoxKgR168RlERAhk6AKCNIZx25YQh/GXF1ga4TJAuUn24dgCfQLf5 -XFMzaQdyn+hjLYTww0WM5EE= -=VFOS +iD8DBQFL9EpboxKgR168RlERApFWAJ9PwVd2vtYYmrUVxPOHb8rjJua9iQCeKmI2 +LDgKLnQS+QE03MScalpbIxY= +=ekzi -----END PGP SIGNATURE----- diff --git a/manifest.uuid b/manifest.uuid index 8487a4e98c..15bdf941c3 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -b51fcac9fb4207810ee8d33ead47886e9c46d224 \ No newline at end of file +a40d080ca3c5f152f3296caf48f20728f61317de \ 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 {