diff options
author | drh <drh@noemail.net> | 2013-05-17 10:58:08 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2013-05-17 10:58:08 +0000 |
commit | 466af9baae3da0ac018a31237cde5dd0963bc4be (patch) | |
tree | f0d700132218dd9d4b988a332b1c2255f9e09144 /test/permutations.test | |
parent | ad1818d9ede86ed01ea5a32e55adf8dde5a18f89 (diff) | |
parent | 4c5aeecc907f4cb36247322fd181eec9d578e9db (diff) | |
download | sqlite-466af9baae3da0ac018a31237cde5dd0963bc4be.tar.gz sqlite-466af9baae3da0ac018a31237cde5dd0963bc4be.zip |
Update the sessions branch to the latest 3.7.17 beta.
FossilOrigin-Name: af8057ef5dcaa72dc0d2ab5d1553b06757449fa1
Diffstat (limited to 'test/permutations.test')
-rw-r--r-- | test/permutations.test | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/permutations.test b/test/permutations.test index 5af999eaa..70a864e00 100644 --- a/test/permutations.test +++ b/test/permutations.test @@ -246,10 +246,14 @@ lappend ::testsuitelist xxx # Run some tests using pre-allocated page and scratch blocks. # +# mmap1.test is excluded because a good number of its tests depend on +# the page-cache being larger than the database. But this permutation +# causes the effective limit on the page-cache to be just 24 pages. +# test_suite "memsubsys1" -description { Tests using pre-allocated page and scratch blocks } -files [ - test_set $::allquicktests -exclude ioerr5.test malloc5.test + test_set $::allquicktests -exclude ioerr5.test malloc5.test mmap1.test ] -initialize { catch {db close} sqlite3_shutdown |