Jakub Kulik <kulik...@gmail.com> added the comment:

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.

----------
Added file: https://bugs.python.org/file49558/Oracle_Solaris_full_test.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42173>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to