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 vstinner
Recipients BTaskaya, Yonatan Goldschmidt, abarbu, alanc, brett3, cgrzemba, gaige, giampaolo.rodola, jcea, jclulow, jm650, jorge.schrauwen, kulikjak, marcheschi, mariuspana, michael.laspina, mimi.vx, olafbohlen, omnios, otis, pablogsal, pfirmsto, predrag.zecevic.1961, rhettinger, robertdfrench, siepkes, tbalbers, terry.reedy, tropikhajma@gmail.com, vstinner, wiedi, yanchii
Date 2020-10-30.22:30:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604097047.88.0.314314858788.issue42173@roundup.psfhosted.org>
In-reply-to
Content
Jakub: Would you mind to build the master branch of Python, run the test suite and post the tests results? In short:

git clone https://github.com/python/cpython.git
cd cpython
./configure
./python -m test -j0 -r

If possible, try to install dependencies (readline, lzma, etc.).

If there are failures, please copy them into a file, and attach the file to this issue.

It is to have an idea if it would be worth it to add a Python buildbot running on Solaris. If there are too many failures, it would be better to fix first most failures before considering to add a buildbot.
History
Date User Action Args
2020-10-30 22:30:47vstinnersetrecipients: + vstinner, rhettinger, terry.reedy, jcea, giampaolo.rodola, pablogsal, BTaskaya, kulikjak, tropikhajma@gmail.com, gaige, Yonatan Goldschmidt, wiedi, mimi.vx, jclulow, omnios, pfirmsto, alanc, brett3, robertdfrench, jm650, tbalbers, mariuspana, siepkes, cgrzemba, marcheschi, abarbu, predrag.zecevic.1961, jorge.schrauwen, olafbohlen, otis, yanchii, michael.laspina
2020-10-30 22:30:47vstinnersetmessageid: <1604097047.88.0.314314858788.issue42173@roundup.psfhosted.org>
2020-10-30 22:30:47vstinnerlinkissue42173 messages
2020-10-30 22:30:47vstinnercreate