]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Do run pragma3.test as part of the mmap permutation. As it works as of [cf48eb608a].
authordan <dan@noemail.net>
Wed, 31 Dec 2014 18:08:46 +0000 (18:08 +0000)
committerdan <dan@noemail.net>
Wed, 31 Dec 2014 18:08:46 +0000 (18:08 +0000)
FossilOrigin-Name: 11057e2645d92876fd0fb6d702757408077b7354

manifest
manifest.uuid
test/permutations.test

index 847c4e9ac3fe14ee2a8c1dc63ddfa91dbed5a558..c70155dc52c2067f62b9e68c114023bda3cbe25e 100644 (file)
--- 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
index f7f39305802997bd1f7d748476f91fd19056206a..61668af1090a098092e787a08fa86b9122433ff7 100644 (file)
@@ -1 +1 @@
-a468d96700c05d1a01a745930d13ce89c09ce4fa
\ No newline at end of file
+11057e2645d92876fd0fb6d702757408077b7354
\ No newline at end of file
index 28572ca0a7ef9f627a2aaf42d0db703fe8a40a55..fea70a60e8c2e3db389e5251b3b686b3dac11d9a 100644 (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 {