Skip to content

bpo-31705: Skip test_socket.test_sha256() on ppc64#4643

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:sha256_ppc64
Nov 30, 2017
Merged

bpo-31705: Skip test_socket.test_sha256() on ppc64#4643
vstinner merged 1 commit into
python:masterfrom
vstinner:sha256_ppc64

Conversation

@vstinner

@vstinner vstinner commented Nov 30, 2017

Copy link
Copy Markdown
Member

Skip test_socket.test_sha256() on ppc64 for kernel version older than
4.11.

https://bugs.python.org/issue31705

@vstinner

Copy link
Copy Markdown
Member Author

My first patch only skipped the test_sha256() on kernel < 4.11 on ppc64. My second patch skipped test_sha256() on kernel < 4.5 for any architecture. My third patch added a NEWS enty. Ok, now we should be good :-)

@tiran tiran left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

The test isn't that important. I'm totally fine with skipping it on older Linux Kernels. It's not our business to verify the Kernel API. :)

@vstinner vstinner merged commit 86afc1f into python:master Nov 30, 2017
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@vstinner vstinner deleted the sha256_ppc64 branch November 30, 2017 12:58
@bedevere-bot

Copy link
Copy Markdown

GH-4645 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 30, 2017
vstinner pushed a commit that referenced this pull request Nov 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants