1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Do not run test script mmapfault.test as part of the "inmemory_journal" permutation test.

FossilOrigin-Name: b222b61a98dc1f3c2c48ea06efe7d82d9fcf4d75
This commit is contained in:
dan
2014-01-30 12:16:23 +00:00
parent ec2da85412
commit 81a034b62b
3 changed files with 9 additions and 9 deletions

View File

@ -642,7 +642,7 @@ test_suite "inmemory_journal" -description {
ioerr.test ioerr2.test ioerr3.test ioerr4.test ioerr5.test
vacuum3.test incrblob_err.test diskfull.test backup_ioerr.test
e_fts3.test fts3cov.test fts3malloc.test fts3rnd.test
fts3snippet.test
fts3snippet.test mmapfault.test
# Exclude test scripts that use tcl IO to access journal files or count
# the number of fsync() calls.