-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Mark some tests test_cmd_line
as cpython_only
#116858
Comments
sobolevn
added
type-bug
An unexpected behavior, bug, or error
tests
Tests in the Lib/test dir
labels
Mar 15, 2024
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Mar 15, 2024
FYI, there's already a similiar meta issue: #115142 |
sobolevn
added a commit
that referenced
this issue
Mar 16, 2024
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Mar 16, 2024
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Mar 16, 2024
sobolevn
added a commit
that referenced
this issue
Mar 16, 2024
sobolevn
added a commit
that referenced
this issue
Mar 16, 2024
vstinner
pushed a commit
to vstinner/cpython
that referenced
this issue
Mar 20, 2024
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
There are different tests that are skipped due to various reasons (like exact
--help
output matches ormalloc
usages, frozen imports, etc) on other implementations. For example, RustPython: https://github.com/RustPython/RustPython/blob/92c8b371ae5db0d95bd8199bc42b08af115bb88a/Lib/test/test_cmd_line.pyTake note that some skips look more like bugs / incomplete features in RustPython, however it is better to mark some tests that we can be sure as CPython-only.
I have a PR ready with the full description of each case.
Linked PRs
@cpython_only
to several tests intest_cmd_line
#116859@cpython_only
to several tests intest_cmd_line
(GH-116859) #116889@cpython_only
to several tests intest_cmd_line
(GH-116859) #116890The text was updated successfully, but these errors were encountered: