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 kulikjak
Recipients BTaskaya, Yonatan Goldschmidt, abarbu, alanc, brett3, cgrzemba, gaige, giampaolo.rodola, ijdt.editor, jcea, jclulow, jm650, jomasoftmarcel, 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-11-02.08:18:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604305113.54.0.857948574353.issue42173@roundup.psfhosted.org>
In-reply-to
Content
I ran the test and the results are attached (the first one is a complete test and the other one failed tests in verbose mode).

I checked the failing tests and divided them into several groups:

issues already reported:
  test_asyncio - reported and being solved here: https://bugs.python.org/issue38323
  test_posix - problem with return values, reported here: https://bugs.python.org/issue41839
  test_shutil - sendfile for Solaris was disabled in the library, but not in the test suite, which leads to the issues (I asked about reenabling here: https://bugs.python.org/issue41843; that would solve the issue)

these failures are probably related to our internal network settings (false positives):
  test_ssl, test_urllib, test_urllib2, test_urllib2_localnet

other:
  test_float - locale related *
  test_locale - locale related *
  test_re - most likely locale related *
  test_socket - known issues not yet reported upstream (not ready for acceptable PR)
  test_time - one locale related * and other not yet known
  test_tcl - yet to investigate

*) Locale related failures are due to wchar_t differences between the Linux world and ours. It's something we resolved very recently and have yet to rework it into an upstreamable form and report it.

It would be interesting to see Illumos results as well, because while also Solaris, there might be differences due to almost ten years of spit development.
History
Date User Action Args
2020-11-02 08:18:33kulikjaksetrecipients: + kulikjak, rhettinger, terry.reedy, jcea, vstinner, giampaolo.rodola, pablogsal, BTaskaya, 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, ijdt.editor, jomasoftmarcel
2020-11-02 08:18:33kulikjaksetmessageid: <1604305113.54.0.857948574353.issue42173@roundup.psfhosted.org>
2020-11-02 08:18:33kulikjaklinkissue42173 messages
2020-11-02 08:18:33kulikjakcreate