Uh oh!
There was an error while loading. Please reload this page.
Add Emscripten test skips for recently added tests. - #143551
Conversation
freakboy3742
commented
Jan 8, 2026
!buildbot emscripten |
bedevere-bot
commented
Jan 8, 2026
🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit 1118f6f 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F143551%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
freakboy3742
commented
Jan 8, 2026
!buildbot emscripten |
bedevere-bot
commented
Jan 8, 2026
🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit 9c4d800 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F143551%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
vstinner
left a comment
There was a problem hiding this comment.
LGTM. I didn't test the change, I just read the code changes.
Uh oh!
There was an error while loading. Please reload this page.
Some recent changes introduced tests that can't run on Emscripten. This change adds test skips for those tests.
Some recent changes introduced tests that can't run on Emscripten. This change adds test skips for those tests.
Some minor changes to some tests that recently started failing on Emscripten:
A tweak to how free-threading is detected in the profiler tests, matching other usages (because an environment variable value ofNot sure what is going on with this one, but it caused all the Windows and Ubuntu tests to fail.Py_GIL_DISABLED=0shouldn't be interpreted as "GIL disabled")