1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Do run pragma3.test as part of the mmap permutation. As it works as of [cf48eb608a].

FossilOrigin-Name: 11057e2645d92876fd0fb6d702757408077b7354
This commit is contained in:
dan
2014-12-31 18:08:46 +00:00
parent c67d650264
commit 23f8a7cd2f
3 changed files with 9 additions and 13 deletions

View File

@ -145,11 +145,7 @@ test_suite "mmap" -prefix "mm-" -description {
} -presql {
pragma mmap_size = 268435456;
} -files [
# Do not run pragma3.test, as it depends on the values returned by
# "PRAGMA data_version". And if mmap is being used these are often,
# but not always, one greater than if it were not.
test_set $allquicktests -exclude *malloc* *ioerr* *fault* pragma3.test \
-include malloc.test
test_set $allquicktests -exclude *malloc* *ioerr* *fault* -include malloc.test
]
test_suite "valgrind" -prefix "" -description {