Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
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 ourterms of service andprivacy 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 commentedSep 30, 2023
!buildbot wasm |
bedevere-bot commentedSep 30, 2023
🤖 New build scheduled with the buildbot fleet by@vstinner for commitcd4bf78 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
vstinner commentedSep 30, 2023
wasm32-emscripten node (pthreads) PR: wasm32-emscripten node (dynamic linking) PR: |
vstinner commentedSep 30, 2023
Oh, wasm32-wasi PR failed on test.pythoninfo: |
vstinner commentedSep 30, 2023
Fixed by PRgh-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 to684e911Compare…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.