Skip to content

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

Merged
colesbury merged 1 commit into
python:mainfrom
colesbury:gh-117657-unsafe-tests
Mar 21, 2025
Merged

gh-117657: Skip some tests when running with TSAN#131555
colesbury merged 1 commit into
python:mainfrom
colesbury:gh-117657-unsafe-tests

Conversation

@colesbury

@colesburycolesbury commented Mar 21, 2025

Copy link
Copy Markdown
Contributor

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:mainMar 21, 2025
@colesbury
colesbury deleted the gh-117657-unsafe-tests branch March 21, 2025 19:16
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dirtopic-free-threading

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@colesbury@kumaraditya303