From: dan Date: Wed, 31 Dec 2014 18:08:46 +0000 (+0000) Subject: Do run pragma3.test as part of the mmap permutation. As it works as of [cf48eb608a]. X-Git-Tag: version-3.8.8~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23f8a7cd2f7f035fe2abfd19a75d6fc98c742e9f;p=thirdparty%2Fsqlite.git Do run pragma3.test as part of the mmap permutation. As it works as of [cf48eb608a]. FossilOrigin-Name: 11057e2645d92876fd0fb6d702757408077b7354 --- diff --git a/manifest b/manifest index 847c4e9ac3..c70155dc52 100644 --- a/manifest +++ b/manifest @@ -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 diff --git a/manifest.uuid b/manifest.uuid index f7f3930580..61668af109 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -a468d96700c05d1a01a745930d13ce89c09ce4fa \ No newline at end of file +11057e2645d92876fd0fb6d702757408077b7354 \ No newline at end of file diff --git a/test/permutations.test b/test/permutations.test index 28572ca0a7..fea70a60e8 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 {