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

@ -1,5 +1,5 @@
C Change\sthe\swidth\sof\soutput\slines\sin\sreleasetest.tcl\sfrom\s70\sto\s79\scharacters.
D 2014-12-31T15:14:29.242
C Do\srun\spragma3.test\sas\spart\sof\sthe\smmap\spermutation.\sAs\sit\sworks\sas\sof\s[cf48eb608a].
D 2014-12-31T18:08:46.501
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in 7cd23e4fc91004a6bd081623e1bc6932e44828c0
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@ -782,7 +782,7 @@ F test/pagesize.test 1dd51367e752e742f58e861e65ed7390603827a0
F test/pcache.test b09104b03160aca0d968d99e8cd2c5b1921a993d
F test/pcache2.test a83efe2dec0d392f814bfc998def1d1833942025
F test/percentile.test b98fc868d71eb5619d42a1702e9ab91718cbed54
F test/permutations.test e1c603ec095e29de3d1f1566d704ea270f9c3f89
F test/permutations.test 59e2d8aba8c4f5842edba1a10a158b798690d3ba
F test/pragma.test aa16dedfe01c02c8895169012f7dfde9c163f0d5
F test/pragma2.test aea7b3d82c76034a2df2b38a13745172ddc0bc13
F test/pragma3.test 6f849ccffeee7e496d2f2b5e74152306c0b8757c
@ -1234,7 +1234,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
P cf48eb608af9102a8def2a5b7f5f7b348548116f
R 0eaceead134311c4ebac703045ebc24b
U drh
Z b3362a619542185f9ea20d6df6dfbfd7
P a468d96700c05d1a01a745930d13ce89c09ce4fa
R 2124f8dd0c13e87cf432312e601e89d3
U dan
Z 1d23743f5f5d9d87deea6bb5afeffc32

View File

@ -1 +1 @@
a468d96700c05d1a01a745930d13ce89c09ce4fa
11057e2645d92876fd0fb6d702757408077b7354

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 {