From: drh Date: Thu, 8 Jan 2015 22:08:57 +0000 (+0000) Subject: Omit modules from the "valgrind" permutation that fork off separate processes. X-Git-Tag: version-3.8.8~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64134662c03b2053813d0d40a0f17cc37bd8a9f2;p=thirdparty%2Fsqlite.git Omit modules from the "valgrind" permutation that fork off separate processes. Also omit selectG.test because it is timing sensitive and valgrind is too slow to get the right answer. FossilOrigin-Name: 662932a69a0f69b7227cc05b75a9f1637a3862f4 --- diff --git a/manifest b/manifest index 86064253cb..2425b043bb 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Try\sto\sfix\sup\sthe\s"valgrindtest"\starget\sin\sMakefile.in\sso\sthat\sit\savoids\nmisuse\stesting\sthat\scan\strigger\sfalse\serrors. -D 2015-01-08T16:47:51.547 +C Omit\smodules\sfrom\sthe\s"valgrind"\spermutation\sthat\sfork\soff\sseparate\sprocesses.\nAlso\somit\sselectG.test\sbecause\sit\sis\stiming\ssensitive\sand\svalgrind\sis\stoo\sslow\nto\sget\sthe\sright\sanswer. +D 2015-01-08T22:08:57.396 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in b40b4c2a3a187c41ee657d3f0e0e0dfe8fd860b5 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 4243af26b8f3f4555abe166f723715a1f74c77ff -F test/permutations.test fa2b4e56d1427dd3763053d78ce2f132376bb695 +F test/permutations.test f9cc1dd987986c9d4949211c7a4ed55ec9aecba1 F test/pragma.test aa16dedfe01c02c8895169012f7dfde9c163f0d5 F test/pragma2.test aea7b3d82c76034a2df2b38a13745172ddc0bc13 F test/pragma3.test 6f849ccffeee7e496d2f2b5e74152306c0b8757c @@ -1235,7 +1235,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 826fd311e7e2849aefbd81724dcb4a5644cfa126 -R 3faebdda7f25c90fe0938a6de3f393ba +P 50b5a8af843fff93452cd1c8f82152124a1d864a +R 7718b668b667d88e703b95fb67c34eb8 U drh -Z 770e2b1cc0fe0d2202d8e9974f70c6d8 +Z f40714ebbaab2e9d849176cec61c7af6 diff --git a/manifest.uuid b/manifest.uuid index 52c980db7c..cc01a8b4d4 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -50b5a8af843fff93452cd1c8f82152124a1d864a \ No newline at end of file +662932a69a0f69b7227cc05b75a9f1637a3862f4 \ No newline at end of file diff --git a/test/permutations.test b/test/permutations.test index 6c7b563041..44f62e8066 100644 --- a/test/permutations.test +++ b/test/permutations.test @@ -165,7 +165,9 @@ test_suite "valgrind" -prefix "" -description { Run the "veryquick" test suite with a couple of multi-process tests (that fail under valgrind) omitted. } -files [ - test_set $allquicktests -exclude *malloc* *ioerr* *fault* wal.test atof1.test + test_set $allquicktests -exclude *malloc* *ioerr* *fault* wal.test \ + shell*.test crash8.test atof1.test selectG.test \ + tkt-fc62af4523.test ] -initialize { set ::G(valgrind) 1 } -shutdown {