Skip to content

gh-110031: Skip test_threading fork tests if ASAN #110100

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

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 29, 2023

Skip test_threading tests using thread+fork if Python is built with
Address Sanitizer (ASAN).
@vstinner vstinner enabled auto-merge (squash) September 29, 2023 12:13
@vstinner vstinner merged commit 86e76ab into python:main Sep 29, 2023
@vstinner vstinner deleted the test_threading_asan branch September 29, 2023 12:41
@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

Sorry, @vstinner, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 86e76ab8af9a5018acbcdcbb6285678175b1bd8a 3.12

@miss-islington
Copy link
Contributor

Sorry, @vstinner, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 86e76ab8af9a5018acbcdcbb6285678175b1bd8a 3.11

vstinner added a commit to vstinner/cpython that referenced this pull request Sep 29, 2023
Skip test_threading tests using thread+fork if Python is built with
Address Sanitizer (ASAN).

(cherry picked from commit 86e76ab)
@bedevere-app
Copy link

bedevere-app bot commented Sep 29, 2023

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

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Sep 29, 2023
@bedevere-app
Copy link

bedevere-app bot commented Sep 29, 2023

GH-110104 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 Sep 29, 2023
vstinner added a commit that referenced this pull request Sep 29, 2023
…110104)

gh-110031: Skip test_threading fork tests if ASAN (#110100)

Skip test_threading tests using thread+fork if Python is built with
Address Sanitizer (ASAN).

(cherry picked from commit 86e76ab)
vstinner added a commit to vstinner/cpython that referenced this pull request Oct 2, 2023
Skip test_threading tests using thread+fork if Python is built with
Address Sanitizer (ASAN).

(cherry picked from commit 86e76ab)
vstinner added a commit that referenced this pull request Oct 2, 2023
…110103)

gh-110031: Skip test_threading fork tests if ASAN (#110100)

Skip test_threading tests using thread+fork if Python is built with
Address Sanitizer (ASAN).

(cherry picked from commit 86e76ab)
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Skip test_threading tests using thread+fork if Python is built with
Address Sanitizer (ASAN).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants