diff options
author | danielk1977 <danielk1977@noemail.net> | 2008-08-21 15:54:01 +0000 |
---|---|---|
committer | danielk1977 <danielk1977@noemail.net> | 2008-08-21 15:54:01 +0000 |
commit | 801880f66cc3de3a30b36d6a2d38c49c08da3a75 (patch) | |
tree | c928e7d77947bc353b0e7fa7d350e1b0586fb608 /test/permutations.test | |
parent | e0ae6978a1079f5a495123508d2e92fc290bb4ea (diff) | |
download | sqlite-801880f66cc3de3a30b36d6a2d38c49c08da3a75.tar.gz sqlite-801880f66cc3de3a30b36d6a2d38c49c08da3a75.zip |
Fix soft-heap-limit related test suite failures. (CVS 5582)
FossilOrigin-Name: 2091d9a5260b1d7e27ff5ca93e60dae1e3b12081
Diffstat (limited to 'test/permutations.test')
-rw-r--r-- | test/permutations.test | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/permutations.test b/test/permutations.test index 8aee99f19..f8cc0b0a3 100644 --- a/test/permutations.test +++ b/test/permutations.test @@ -9,7 +9,7 @@ # #*********************************************************************** # -# $Id: permutations.test,v 1.20 2008/08/01 18:47:02 drh Exp $ +# $Id: permutations.test,v 1.21 2008/08/21 15:54:01 danielk1977 Exp $ set testdir [file dirname $argv0] source $testdir/tester.tcl @@ -141,6 +141,9 @@ proc run_tests {name args} { # run_tests "memsubsys1" -description { Tests using pre-allocated page and scratch blocks +} -exclude { + ioerr5.test + malloc5.test } -initialize { catch {db close} sqlite3_shutdown |