diff options
author | dan <dan@noemail.net> | 2014-12-31 18:08:46 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2014-12-31 18:08:46 +0000 |
commit | 23f8a7cd2f7f035fe2abfd19a75d6fc98c742e9f (patch) | |
tree | 6d5e373fd08adb9270e6b34d80cbc7066ba438e3 /test | |
parent | c67d650264c37d024074736a451ba48480b0c4d2 (diff) | |
download | sqlite-23f8a7cd2f7f035fe2abfd19a75d6fc98c742e9f.tar.gz sqlite-23f8a7cd2f7f035fe2abfd19a75d6fc98c742e9f.zip |
Do run pragma3.test as part of the mmap permutation. As it works as of [cf48eb608a].
FossilOrigin-Name: 11057e2645d92876fd0fb6d702757408077b7354
Diffstat (limited to 'test')
-rw-r--r-- | test/permutations.test | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/permutations.test b/test/permutations.test index 28572ca0a..fea70a60e 100644 --- a/test/permutations.test +++ b/test/permutations.test @@ -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 { |