FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-117657: Skip some tests when running with TSAN by colesbury · Pull Request #131555 · python/cpython · GitHub

/ cpython Public

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 commented Mar 21, 2025
edited by bedevere-app Bot
Loading

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 merged commit 56d0f9a into python:main Mar 21, 2025
colesbury deleted the gh-117657-unsafe-tests branch March 21, 2025 19:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL