From: drh Date: Tue, 28 Aug 2018 21:12:02 +0000 (+0000) Subject: Disable the server1.test script on old PPC Macs due to problems in the X-Git-Tag: version-3.25.0~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ab114c6a914ad4bb5e0ae44338144184787beed;p=thirdparty%2Fsqlite.git Disable the server1.test script on old PPC Macs due to problems in the pthreads implementation on those archaic machines. FossilOrigin-Name: 43efdd8c7e468405c9d4956a8caa66548059499289cbcc091628de7b055268cd --- diff --git a/manifest b/manifest index ea4b6c857b..87b80a42e6 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Stricter\senforcement\sof\sthe\sJSON\sand\sGeoJSON\sstandards\sin\sthe\sGeopoly\sextension. -D 2018-08-28T19:23:41.917 +C Disable\sthe\sserver1.test\sscript\son\sold\sPPC\sMacs\sdue\sto\sproblems\sin\sthe\npthreads\simplementation\son\sthose\sarchaic\smachines. +D 2018-08-28T21:12:02.935 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F Makefile.in d06f463c5b623a61ac27f5cb8214fca9e53a6704d34d6b8f2124e2b1b293c88f @@ -1238,7 +1238,7 @@ F test/selectD.test fc20452847a01775710090383cfb4423275d2f745fed61f34fbf37573ac0 F test/selectE.test a8730ca330fcf40ace158f134f4fe0eb00c7edbf F test/selectF.test 21c94e6438f76537b72532fa9fd4710cdd455fc3 F test/selectG.test 089f7d3d7e6db91566f00b036cb353107a2cca6220eb1cb264085a836dae8840 -F test/server1.test 46803bd3fe8b99b30dbc5ff38ffc756f5c13a118 +F test/server1.test c2b00864514a68a0e6fd518659dc95d0050307a357a08969872bef027d785dc4 F test/session.test 78fa2365e93d3663a6e933f86e7afc395adf18be F test/sessionfuzz-data1.db 1f8d5def831f19b1c74571037f0d53a588ea49a6c4ca2a028fc0c27ef896dbcb F test/sessionfuzz.c b0fcdcf757451957e17396a3af5171f1fdf9b2babc81da9fa35675df46c4729a @@ -1758,7 +1758,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 22fff9afc2fb20906173f258aa8feae9b52acc69a0ca7baf4e914d29c4279a23 -R 9b08441f72c4a920b4c5ba9dc3c04bb3 +P c0bf3ff3af4d34ef7801c16e39128e894b00699313f4915f57aa73b57642f7fd +R 95abfcfab7ce38adddfe464609758ff7 U drh -Z d1b541ea432c030d051deb7fc1efc1dc +Z c51195c228691c481dc919d190eb15c7 diff --git a/manifest.uuid b/manifest.uuid index 38c7ccf3be..e7f7dc28b8 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -c0bf3ff3af4d34ef7801c16e39128e894b00699313f4915f57aa73b57642f7fd \ No newline at end of file +43efdd8c7e468405c9d4956a8caa66548059499289cbcc091628de7b055268cd \ No newline at end of file diff --git a/test/server1.test b/test/server1.test index 90673ef000..c809217094 100644 --- a/test/server1.test +++ b/test/server1.test @@ -26,6 +26,15 @@ if {[llength [info command client_step]]==0 || [sqlite3 -has-codec]} { return } +# This test does not work on older PPC Macs due to problems in the +# pthreads library. So skip it. +# +if {$tcl_platform(machine)=="Power Macintosh" && + $tcl_platform(byteOrder)=="bigEndian"} { + finish_test + return +} + # The sample server implementation does not work right when memory # management is enabled. #