gh-127146: Update test skips for Emscripten 4.0.1 - #129375
Conversation
9c27f1f to
e2a80f3
Compare
freakboy3742
left a comment
There was a problem hiding this comment.
All makes sense; the only issue preventing merge is the RTD build failure... not sure what is going on there. I'll poke around and see what I can find out.
It almost certainly can be; but it will require the analog of |
|
We have def is_emscripten_lt(ver):
if not is_emscripten:
return False
ver_tuple = tuple(int(x) for x in ver.split("."))
return sys._emscripten_info.emscripten_version < ver_tupleand then put |

PR emscripten-core/emscripten#23306 fixed stating pipes and will be released as part of Emscripten 4.0.2. I removed skips for various other testes that were fixed in 4.0.1 or earlier.