This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Michael.Felt
Recipients Michael.Felt, eric.araujo, sable, tarek
Date 2018-01-23.18:52:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516733533.3.0.467229070634.issue11191@psf.upfronthosting.co.za>
In-reply-to
Content
Just tested the patch presented.

For Python3-3.6.4 the patch in PR-5206 works as is, however, for Python3-3.5.4 - the patch to Lib/test/support/__init__.py does not work.

So, for Python3-3.5, Python3-3.6 and Python3-master - the test test_search_cpp is resolved.

As that is the "literal" question here - I am removing the patch to Lib/test/support/__init__.py so that the same tests fail (for different reasons). I'll open a new issue for these tests - so that this PR can be applied to all current Python3 branches (and skip the test_search_cpp test when the compiler is not gcc on AIX).

HTH!
History
Date User Action Args
2018-01-23 18:52:13Michael.Feltsetrecipients: + Michael.Felt, sable, tarek, eric.araujo
2018-01-23 18:52:13Michael.Feltsetmessageid: <1516733533.3.0.467229070634.issue11191@psf.upfronthosting.co.za>
2018-01-23 18:52:13Michael.Feltlinkissue11191 messages
2018-01-23 18:52:13Michael.Feltcreate