]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Disable the corruptE.test script when ENABLE_OVERSIZE_CELL_CHECK is on.
authordrh <drh@noemail.net>
Thu, 1 Apr 2010 18:33:14 +0000 (18:33 +0000)
committerdrh <drh@noemail.net>
Thu, 1 Apr 2010 18:33:14 +0000 (18:33 +0000)
FossilOrigin-Name: 1dc4f9fe9b83467ba014e759b93f6caa2925e4d2

manifest
manifest.uuid
test/corruptE.test

index 34d60c4d77509e64402e89f4144359cd4beb2d4e..de76d826cdd29c7499ce21fbb95d97590db0e8ab 100644 (file)
--- 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-----
index e8c4c45846be2596f65f320466f1b1789ed3067f..681b1824c91123e975fc0ecaa24c321031254e09 100644 (file)
@@ -1 +1 @@
-63610c71ca629de5e81950bc3c2ee6014e67853b
\ No newline at end of file
+1dc4f9fe9b83467ba014e759b93f6caa2925e4d2
\ No newline at end of file
index 35fa545b4d4941e3af4619c8522b7bde9cebd8f3..a9e0d649b832c9eed64e95e87b2b4ad40795d565 100644 (file)
@@ -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 {