Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS #112834

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

ronaldoussoren
Copy link
Contributor

@ronaldoussoren ronaldoussoren commented Dec 7, 2023

Test test_stress_modifying_handlers in test_signal can crash the interpreter due to a bug in macOS. Filed as FB13453490 with Apple.

…n macOS

Test test_stress_modifying_handlers in test_signal can crash
the interpreter due to a bug in macOS. Filed as FB13453490
with Apple.
@ronaldoussoren ronaldoussoren added OS-mac needs backport to 3.11 only security fixes needs backport to 3.12 bug and security fixes labels Dec 7, 2023
@bedevere-app bedevere-app bot added tests Tests in the Lib/test dir awaiting core review labels Dec 7, 2023
@ronaldoussoren ronaldoussoren requested a review from a team December 7, 2023 16:08
Copy link
Member

@ned-deily ned-deily left a comment

Choose a reason for hiding this comment

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

LGTM

@ronaldoussoren ronaldoussoren merged commit bf0beae into python:main Dec 7, 2023
36 checks passed
@miss-islington-app
Copy link

Thanks @ronaldoussoren for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

@ronaldoussoren ronaldoussoren deleted the gh-110017 branch December 7, 2023 18:41
@bedevere-app
Copy link

bedevere-app bot commented Dec 7, 2023

GH-112851 is a backport of this pull request to the 3.12 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 7, 2023
…n macOS (pythonGH-112834)

Test test_stress_modifying_handlers in test_signal can crash
the interpreter due to a bug in macOS. Filed as FB13453490
with Apple.
(cherry picked from commit bf0beae)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Dec 7, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 7, 2023
…n macOS (pythonGH-112834)

Test test_stress_modifying_handlers in test_signal can crash
the interpreter due to a bug in macOS. Filed as FB13453490
with Apple.
(cherry picked from commit bf0beae)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
@bedevere-app
Copy link

bedevere-app bot commented Dec 7, 2023

GH-112852 is a backport of this pull request to the 3.11 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.11 only security fixes label Dec 7, 2023
ronaldoussoren added a commit that referenced this pull request Dec 8, 2023
…on macOS (GH-112834) (#112851)

gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS (GH-112834)

Test test_stress_modifying_handlers in test_signal can crash
the interpreter due to a bug in macOS. Filed as FB13453490
with Apple.
(cherry picked from commit bf0beae)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
ronaldoussoren added a commit that referenced this pull request Dec 8, 2023
…on macOS (GH-112834) (#112852)

gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS (GH-112834)

Test test_stress_modifying_handlers in test_signal can crash
the interpreter due to a bug in macOS. Filed as FB13453490
with Apple.
(cherry picked from commit bf0beae)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
ronaldoussoren added a commit that referenced this pull request Dec 9, 2023
…on macOS (GH-112834)

* gh-110820: Make sure processor specific defines are correct for Universal 2 build on macOS (#112828)

A number of processor specific defines are different for x86-64 and
arm64, and need to be adjusted in pymacconfig.h.

(cherry picked from commit 15a80b1)
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…n macOS (python#112834)

Test test_stress_modifying_handlers in test_signal can crash
the interpreter due to a bug in macOS. Filed as FB13453490
with Apple.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…n macOS (python#112834)

Test test_stress_modifying_handlers in test_signal can crash
the interpreter due to a bug in macOS. Filed as FB13453490
with Apple.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-mac tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants