From 211a71ea9c71ec1f8615e311ef5695f1b77f9c02 Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Fri, 1 Aug 2008 21:39:17 -0400 Subject: [PATCH] identify and exclude tests that cause permanent errors due to encrypted file format --- test/quick.test | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/test/quick.test b/test/quick.test index a4d2590..f2e3de8 100644 --- a/test/quick.test +++ b/test/quick.test @@ -90,6 +90,20 @@ set EXCLUDE { if {[sqlite3 -has-codec]} { # lappend EXCLUDE \ # conflict.test + lappend EXCLUDE corrupt2.test + lappend EXCLUDE corrupt3.test + lappend EXCLUDE corrupt4.test + lappend EXCLUDE corrupt5.test + lappend EXCLUDE corrupt6.test + lappend EXCLUDE corrupt7.test + lappend EXCLUDE corrupt8.test + lappend EXCLUDE corrupt9.test + lappend EXCLUDE corruptA.test + lappend EXCLUDE filefmt.test + lappend EXCLUDE lock4.test + lappend EXCLUDE memsubsys1.test + lappend EXCLUDE pagesize.test + lappend EXCLUDE shared.test }