Skip to content

gh-117657: Skip some tests when running with TSAN #131555

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
Mar 21, 2025

Conversation

colesbury
Copy link
Contributor

@colesbury colesbury commented Mar 21, 2025

The subinterpreter tests have data races (see gh-129824).

TSAN attempts to intercept some of the fatal signals, which can lead to bogus reports. We could possibly handle these via TSAN_OPTIONS, but it's simpler to just skip those tests -- they're not multithreaded anyways.

The subinterpreter tests have data races (see pythongh-129824).

TSAN attempts to intercept some of the fatal signals, which can lead to
bogus reports. We could possibly handle these via TSAN_OPTIONS, but it's
simpler to just skip those tests -- they're not multithreaded anyways.
@colesbury colesbury merged commit 56d0f9a into python:main Mar 21, 2025
50 checks passed
@colesbury colesbury deleted the gh-117657-unsafe-tests branch March 21, 2025 19:16
seehwan pushed a commit to seehwan/cpython that referenced this pull request Apr 16, 2025
)

The subinterpreter tests have data races (see pythongh-129824).

TSAN attempts to intercept some of the fatal signals, which can lead to
bogus reports. We could possibly handle these via TSAN_OPTIONS, but it's
simpler to just skip those tests -- they're not multithreaded anyways.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants