Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
gh-110152: regrtest handles cross compilation and HOSTRUNNER#110156
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
vstinner commented Sep 30, 2023
!buildbot wasm |
bedevere-bot commented Sep 30, 2023
🤖 New build scheduled with the buildbot fleet by @vstinner for commit cd4bf78 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
vstinner commented Sep 30, 2023
wasm32-emscripten node (pthreads) PR: wasm32-emscripten node (dynamic linking) PR: |
vstinner commented Sep 30, 2023
Oh, wasm32-wasi PR failed on test.pythoninfo: |
vstinner commented Sep 30, 2023
Fixed by PR gh-110161. |
* _add_python_opts() now handles cross compilation and HOSTRUNNER. * display_header() now tells if Python is cross-compiled, display HOSTRUNNER, and get the host platform. * Remove Tools/scripts/run_tests.py script. * Remove "make hostrunnertest": use "make buildbottest" or "make test" instead.
cd4bf78 to 684e911Compare…ython#110156) * _add_python_opts() now handles cross compilation and HOSTRUNNER. * display_header() now tells if Python is cross-compiled, display HOSTRUNNER, and get the host platform. * Remove Tools/scripts/run_tests.py script. * Remove "make hostrunnertest": use "make buildbottest" or "make test" instead.
Uh oh!
There was an error while loading. Please reload this page.