[issue38275] test_ssl: skip tests for disabled TLS/SSL versions

2019-09-26 Thread Christian Heimes
Christian Heimes added the comment: New changeset 2c24f2cae00bbfe9af1e59778f6516d4c56ffc4e by Christian Heimes in branch '3.7': [3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427) https://github.com/python/cpython/commit/2c24f2cae00bbfe9af1e59778f6516d4c56ffc4e --

[issue38275] test_ssl: skip tests for disabled TLS/SSL versions

2019-09-26 Thread Christian Heimes
Christian Heimes added the comment: New changeset 1931132db33dd002cef0b19b8eaa219c1757797e by Christian Heimes in branch '3.8': [3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425) https://github.com/python/cpython/commit/1931132db33dd002cef0b19b8eaa219c1757797e

[issue38275] test_ssl: skip tests for disabled TLS/SSL versions

2019-09-26 Thread Christian Heimes
Christian Heimes added the comment: New changeset 9f77268f901cc3e8874e5042361520a0e482476a by Christian Heimes in branch 'master': bpo-38275: Fix test_ssl issue caused by GH-16386 (#16428) https://github.com/python/cpython/commit/9f77268f901cc3e8874e5042361520a0e482476a --

[issue38275] test_ssl: skip tests for disabled TLS/SSL versions

2019-09-26 Thread STINNER Victor
STINNER Victor added the comment: The change caused many buildbot failures, see examples from IRC logs below. I understand that PR 16428 will fix them. 17:22 < py-bb> Build s390x SLES 3.x #3824 is complete: Failure [failed test (failure)] -

[issue38275] test_ssl: skip tests for disabled TLS/SSL versions

2019-09-26 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +16007 pull_request: https://github.com/python/cpython/pull/16428 ___ Python tracker ___

[issue38275] test_ssl: skip tests for disabled TLS/SSL versions

2019-09-26 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +16006 pull_request: https://github.com/python/cpython/pull/16427 ___ Python tracker ___

[issue38275] test_ssl: skip tests for disabled TLS/SSL versions

2019-09-26 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +16004 pull_request: https://github.com/python/cpython/pull/16425 ___ Python tracker ___

[issue38275] test_ssl: skip tests for disabled TLS/SSL versions

2019-09-26 Thread miss-islington
miss-islington added the comment: New changeset df6ac7e2b82d921a6e9ff5571b40c6dbcf635581 by Miss Islington (bot) (Christian Heimes) in branch 'master': bpo-38275: Skip ssl tests for disabled versions (GH-16386) https://github.com/python/cpython/commit/df6ac7e2b82d921a6e9ff5571b40c6dbcf635581

[issue38275] test_ssl: skip tests for disabled TLS/SSL versions

2019-09-25 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +15968 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16386 ___ Python tracker

[issue38275] test_ssl: skip tests for disabled TLS/SSL versions

2019-09-25 Thread Christian Heimes
New submission from Christian Heimes : test_ssl has some checks for TLS/SSL versions that are not available or disabled during compile-time of Python and OpenSSL. It's missing run-time checks and checks for TLS 1.0 and 1.1. Several test scenarios assume that TLS 1.0 and 1.1 are always