<div dir="ltr">Open an issue as this will surely get forgotten otherwise, then people can discuss on the issue how to handle this.<br></div><br><div class="gmail_quote"><div dir="ltr">On Wed, 1 Aug 2018 at 08:40 Michael <<a href="mailto:aixtools@felt.demon.nl">aixtools@felt.demon.nl</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a build_bot running (yeah me!), and was surprised to see <br>
test_zlib fail on AIX.<br>
<br>
There is not an issue with test_zlib, but I do have a suggestion.<br>
<br>
I was getting an error with test_flushes(). On python2-2.7.15 the test <br>
passes and in python3-3.8 (and earlier I expect) the test fails. The <br>
difference is the addition of the two modes 'Z_PARTIAL_FLUSH' and 'Z_BLOCK'<br>
<br>
sync_opt = ['Z_NO_FLUSH', 'Z_SYNC_FLUSH', 'Z_FULL_FLUSH',<br>
             'Z_PARTIAL_FLUSH', 'Z_BLOCK']<br>
<br>
On default AIX installs zlib is, sadly, still at version 1.2.3 and <br>
Z_BLOCK was 'improved' in version 1.2.5. And it fails on Z_BLOCK.<br>
<br>
My suggestion is to enhance the test_library_version() so that it <br>
verifies that the minor (or smaller?) number is at least '5'<br>
<br>
When I static link python with zlib-1.2.11 then the test_zlib passes all <br>
sub-tests.<br>
<br>
Again, not a python bug - but a suggestion for improving what is tested.<br>
<br>
I can open an issue, and with a bit of assistance/interest from others <br>
I'll even do a PR.<br>
<br>
Michael<br>
<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org" rel="noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</blockquote></div>