diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-11-30 12:58:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-30 12:58:43 (GMT) |
commit | 86afc1f2a7fb3afe00779c6426bc141bc795d9a3 (patch) | |
tree | a08936f281cd48078f6372d1f81579b84108e1c9 /Misc/NEWS.d/next/Tests | |
parent | 5e3806f8cfd84722fc55d4299dc018ad9b0f8401 (diff) | |
download | cpython-86afc1f2a7fb3afe00779c6426bc141bc795d9a3.zip cpython-86afc1f2a7fb3afe00779c6426bc141bc795d9a3.tar.gz cpython-86afc1f2a7fb3afe00779c6426bc141bc795d9a3.tar.bz2 |
Skip test_socket.test_sha256() on linux < 4.5 (#4643)
bpo-31705.
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2017-11-30-12-27-10.bpo-31705.yULW7O.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2017-11-30-12-27-10.bpo-31705.yULW7O.rst b/Misc/NEWS.d/next/Tests/2017-11-30-12-27-10.bpo-31705.yULW7O.rst new file mode 100644 index 0000000..aa2d30c --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2017-11-30-12-27-10.bpo-31705.yULW7O.rst @@ -0,0 +1,3 @@ +Skip test_socket.test_sha256() on Linux kernel older than 4.5. The test +fails with ENOKEY on kernel 3.10 (on ppc64le). A fix was merged into the +kernel 4.5. |