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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user