-
Notifications
You must be signed in to change notification settings - Fork 35
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
Results of running the regression test suite on nodejs #41
Comments
I've fixed the threading issue, it seems we need to pass We also need to decide whether we should use |
|
With python/cpython#30552 and
|
Yeah the faulthandler work around was only needed because threads were broken. I believe a couple of other tests like test_enum should now work to! |
|
Now that we have nightly CI working, is this issue worth keeping open, or are the more targeted issues we should open about what to try and tackle? |
I think this is pretty much superseded by #43 and we can open issues with anything else that isn't working (that needs fixing on the CPython end) |
After spending a lot of time going through all the tests, here is a summary of my findings towards running the regression test suite on Emscripten/nodejs:
The command line I used and exclude list I used are here: https://gist.github.com/ethanhs/656637de570cc2c239c8728c4aa1e731
The list of tests excluded also includes a brief description of each test's failure(s). A quick summary:
subprocess
(51 tests) or indirectly does so via e.g.unitest.mock
(97 tests)Huge thanks to @tiran for helping figure out the
IPPROTO_SCTP
issue which was causingtest_socket
to crash the test runner!With this I think the steps towards adding a build bot for Emscripten/nodejs:
IPPROTO_SCTP
for nowWant to run things yourself? Here are the steps:
The text was updated successfully, but these errors were encountered: