Uh oh!
There was an error while loading. Please reload this page.
gh-117764: Add more tests for signatures of builtins - #117816
Conversation
Test signatures of all public builtins and methods of builtin classes in modules builtins, types, sys, and several other modules (either included in the list of standard builtin modules sys.builtin_module_names, or providing a public interface for such modules). Most builtins should have supported signatures, with few known exceptions. When more builtins will be converted to Argument Clinic or support of new signatures be implemented, they will be removed from the exception lists.
serhiy-storchaka
commented
Apr 12, 2024
!buildbot bsd |
bedevere-bot
commented
Apr 12, 2024
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit f8e13c0 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
serhiy-storchaka
commented
Apr 12, 2024
!buildbot wasm |
bedevere-bot
commented
Apr 12, 2024
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit f8e13c0 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
serhiy-storchaka
commented
Apr 12, 2024
!buildbot "wasm32 WASI 8Core" |
bedevere-bot
commented
Apr 12, 2024
The regex '"wasm32 WASI 8Core"' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
serhiy-storchaka
commented
Apr 12, 2024
!buildbot wasm32 WASI 8Core |
bedevere-bot
commented
Apr 12, 2024
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 5fe8494 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
serhiy-storchaka
commented
Apr 12, 2024
!buildbot wasm32 WASI 8Core |
bedevere-bot
commented
Apr 12, 2024
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 14a6ea2 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
…117816) Test signatures of all public builtins and methods of builtin classes in modules builtins, types, sys, and several other modules (either included in the list of standard builtin modules sys.builtin_module_names, or providing a public interface for such modules). Most builtins should have supported signatures, with few known exceptions. When more builtins will be converted to Argument Clinic or support of new signatures be implemented, they will be removed from the exception lists.
Test signatures of all public builtins and methods of builtin classes in modules builtins, types, sys, and several other modules (either included in the list of standard builtin modules sys.builtin_module_names, or providing a public interface for such modules).
Most builtins should have supported signatures, with few known exceptions. When more builtins will be converted to Argument Clinic or support of new signatures be implemented, they will be removed from the exception lists.