From: drh Date: Sat, 25 May 2019 00:17:26 +0000 (+0000) Subject: Disable the new rounding tests on systems without long double support. X-Git-Tag: version-3.29.0~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa81cae485ce4c265437f908863b3f0fdbc73818;p=thirdparty%2Fsqlite.git Disable the new rounding tests on systems without long double support. FossilOrigin-Name: ed250b4e18ea042d681bbe8d7ed00895564f4525c22928a003a84585b4756ec3 --- diff --git a/manifest b/manifest index 5fc9c50030..a4e04fd765 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Improvements\sto\srounding\sbehavior\sin\sthe\sround()\sand\sprintf()\sfunctions. -D 2019-05-24T22:58:16.438 +C Disable\sthe\snew\srounding\stests\son\ssystems\swithout\slong\sdouble\ssupport. +D 2019-05-25T00:17:26.133 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724 @@ -1244,7 +1244,7 @@ F test/resolver01.test f4022acafda7f4d40eca94dbf16bc5fc4ac30ceb F test/rollback.test 06680159bc6746d0f26276e339e3ae2f951c64812468308838e0a3362d911eaa F test/rollback2.test bc868d57899dc6972e2b4483faae0e03365a0556941474eec487ae21d8d38bb6 F test/rollbackfault.test 0e646aeab8840c399cfbfa43daab46fd609cf04a -F test/round1.test b0b29d360acbbda7b0e7d79c75c0575808a98a7b151ae863a9a8a6a0dd7ac868 +F test/round1.test 138fc19eb8798fac8a475e3c624b8d7736ea12b65ecef43bb6bcf071b3c63a81 F test/rowallock.test 3f88ec6819489d0b2341c7a7528ae17c053ab7cc F test/rowhash.test 0bc1d31415e4575d10cacf31e1a66b5cc0f8be81 F test/rowid.test bfbd7b97d9267660be3c8f28507c4ed7f205196b8877c0db42df347c2e8845e3 @@ -1829,7 +1829,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P 600daa9c27206628bf74892376ded35dac11fe0a34894fcd975ad5041a0a0fda -R 344188f99ea3b54a44aefc5d0b69d101 +P 641b2d210541b4d5a1a9e57d7dcf5ce5dfd7ff4d2dc6277ba0582869f48fc946 +R 1509ff37992ec43be26a56c59431662c U drh -Z cd3c36b6c431f378c015834e2bb5423e +Z 6c89935717c9ba7eedfcf2d77fafaeb4 diff --git a/manifest.uuid b/manifest.uuid index 8794f6f437..5004ad6af1 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -641b2d210541b4d5a1a9e57d7dcf5ce5dfd7ff4d2dc6277ba0582869f48fc946 \ No newline at end of file +ed250b4e18ea042d681bbe8d7ed00895564f4525c22928a003a84585b4756ec3 \ No newline at end of file diff --git a/test/round1.test b/test/round1.test index ce5f702c0a..f3c9a81a20 100644 --- a/test/round1.test +++ b/test/round1.test @@ -15,6 +15,11 @@ set testdir [file dirname $argv0] source $testdir/tester.tcl set testprefix round1 +if {$::longdouble_size<=8} { + finish_test + return +} + expr srand(0) unset -nocomplain iTest for {set iTest 1} {$iTest<=10000} {incr iTest} {