bpo-28009: Fix SkipUnless logic to be based on platform programs capable of introspection by aixtools · Pull Request #12777 · python/cpython

@aixtools

@aixtools

ncoghlan

@aixtools

@aixtools

@aixtools

@aixtools

asvetlov

@aixtools

asvetlov

ncoghlan

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 15, 2019
… capable of introspection (pythonGH-12777)

uuid could try fallback methods that had no chance of working on a particular
platform, and this could cause spurious test failures, as well as degraded
performance as fallback options were tried and failed.

This fixes both the uuid module and its test's SkipUnless logic to use a
prefiltered list of techniques that may at least potentially work on that platform.

Patch by Michael Felt (aixtools).
(cherry picked from commit 3a1d50e)

Co-authored-by: Michael Felt <aixtools@users.noreply.github.com>

miss-islington added a commit that referenced this pull request

Jun 15, 2019
… capable of introspection (GH-12777)

uuid could try fallback methods that had no chance of working on a particular
platform, and this could cause spurious test failures, as well as degraded
performance as fallback options were tried and failed.

This fixes both the uuid module and its test's SkipUnless logic to use a
prefiltered list of techniques that may at least potentially work on that platform.

Patch by Michael Felt (aixtools).
(cherry picked from commit 3a1d50e)

Co-authored-by: Michael Felt <aixtools@users.noreply.github.com>

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
… capable of introspection (pythonGH-12777)

uuid could try fallback methods that had no chance of working on a particular
platform, and this could cause spurious test failures, as well as degraded
performance as fallback options were tried and failed.

This fixes both the uuid module and its test's SkipUnless logic to use a
prefiltered list of techniques that may at least potentially work on that platform.

Patch by Michael Felt (aixtools).

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
… capable of introspection (pythonGH-12777)

uuid could try fallback methods that had no chance of working on a particular
platform, and this could cause spurious test failures, as well as degraded
performance as fallback options were tried and failed.

This fixes both the uuid module and its test's SkipUnless logic to use a
prefiltered list of techniques that may at least potentially work on that platform.

Patch by Michael Felt (aixtools).