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 alecsandru.patrascu
Recipients alecsandru.patrascu, brett.cannon, gregory.p.smith, scoder, skip.montanaro, skrah
Date 2015-08-25.15:43:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440517421.65.0.110740490607.issue24915@psf.upfronthosting.co.za>
In-reply-to
Content
I modified the patches to be compatible with both environments. The new versions modify the configure.ac file also, therefore you will need to run "autoconf" by hand. Also, in case of MaOS you will need to have llvm-profdata installed and in your path.

I kept the expanded form of regrtest (/Lib/test/regrtest.py) because this way it is clearer to the user what is the main file that runs the training workload. 

Also, the "|| true" is necessary also, due to the nature of regrtest. This test suite is designed to return a fail code if a test is not ok, even for tests that do not comply with certain dependencies (meaning users that didn't installed any other libraries).
History
Date User Action Args
2015-08-25 15:43:41alecsandru.patrascusetrecipients: + alecsandru.patrascu, skip.montanaro, brett.cannon, gregory.p.smith, scoder, skrah
2015-08-25 15:43:41alecsandru.patrascusetmessageid: <1440517421.65.0.110740490607.issue24915@psf.upfronthosting.co.za>
2015-08-25 15:43:41alecsandru.patrasculinkissue24915 messages
2015-08-25 15:43:41alecsandru.patrascucreate