]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Exclude the atof1.test test script from the valgrind permutations test since
authordrh <drh@noemail.net>
Thu, 30 Aug 2012 20:24:39 +0000 (20:24 +0000)
committerdrh <drh@noemail.net>
Thu, 30 Aug 2012 20:24:39 +0000 (20:24 +0000)
valgrind sets up the floating point hardware in an unusual way that makes
atof1 fail.

FossilOrigin-Name: d3cf6832a59fe4c5723761abb4c89614406b03db

manifest
manifest.uuid
test/permutations.test

index 935ed4bc5466c7e39b6231ea2e3e3f1a5ea71606..7437d24f91e67f87a250121872abff08f67e62e8 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\san\sout-of-bounds\sread\sin\sthe\sdemonstration\scode\sin\stest_spellfix.c.
-D 2012-08-30T11:22:16.890
+C Exclude\sthe\satof1.test\stest\sscript\sfrom\sthe\svalgrind\spermutations\stest\ssince\nvalgrind\ssets\sup\sthe\sfloating\spoint\shardware\sin\san\sunusual\sway\sthat\smakes\natof1\sfail.
+D 2012-08-30T20:24:39.848
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in abd5c10d21d1395f140d9e50ea999df8fa4d6376
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -643,7 +643,7 @@ F test/pageropt.test 9191867ed19a2b3db6c42d1b36b6fbc657cd1ab0
 F test/pagesize.test 1dd51367e752e742f58e861e65ed7390603827a0
 F test/pcache.test 065aa286e722ab24f2e51792c1f093bf60656b16
 F test/pcache2.test a83efe2dec0d392f814bfc998def1d1833942025
-F test/permutations.test d12fabf8abdb71b79eb6c3ef3be5e875fe790071
+F test/permutations.test 1a8ac849b659445a0b3883caf42fa2c2a289f4a1
 F test/pragma.test a62f73293b0f0d79b0c87f8dd32d46fe53b0bd17
 F test/pragma2.test 3a55f82b954242c642f8342b17dffc8b47472947
 F test/printf.test ec9870c4dce8686a37818e0bf1aba6e6a1863552
@@ -1013,7 +1013,7 @@ F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
 F tool/win/sqlite.vsix 67d8a99aceb56384a81b3f30d6c71743146d2cc9
-P 9fbe858b625a346690d5cefca3a6fa2a557bea11
-R 5495c22f5a8af629dc71eb4206b11e4c
-U dan
-Z 4194baf030b619413bfa4c9f6ef1f185
+P 59194311543b95c2aeebe2aba83da3c29b7c6460
+R 4c90620db5787f3ba83e3828a99de1d7
+U drh
+Z ac49cf015ef6faf4d4c2cd4fd75eca92
index 69bb3e2c1ea1fe161e2b50c7310b8a5522a56e65..e378b8bb1ce0277161ce78b3dcc3cc8359db302e 100644 (file)
@@ -1 +1 @@
-59194311543b95c2aeebe2aba83da3c29b7c6460
\ No newline at end of file
+d3cf6832a59fe4c5723761abb4c89614406b03db
\ No newline at end of file
index c41c447a53232e262880f472380ce92633b633f7..2ff77f9de248bbdc70d3f5cb4a0d2c5e9d95ae30 100644 (file)
@@ -142,7 +142,7 @@ 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
+  test_set $allquicktests -exclude *malloc* *ioerr* *fault* wal.test atof1.test
 ] -initialize {
   set ::G(valgrind) 1
 } -shutdown {