1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Exclude fts3cov.test from the "in memory" permutation test suite to avoid a false positive.

FossilOrigin-Name: 6af6794cac5516f8cbc425cb8c73468ca371a1ad
This commit is contained in:
shaneh
2010-07-09 18:43:40 +00:00
parent 55897967cc
commit decd09cbe5
4 changed files with 12 additions and 12 deletions

View File

@ -621,9 +621,9 @@ proc do_write_test {name tbl sql} {
if {$::DO_MALLOC_TEST } {
set answers [list {1 {out of memory}} {0 {}}]
if {$::DO_MALLOC_TEST==1} {
set modes {100000 transient}
set modes {100000 persistent}
} else {
set modes {1 persistent}
set modes {1 transient}
}
} else {
set answers [list {0 {}}]