-
Notifications
You must be signed in to change notification settings - Fork 1.3k
update test_builtin.py from cpython v3.11.2 #4765
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
Conversation
thanks! There's some additional regressions here which should be noted: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hopefully should be good to go now.
@@ -94,7 +94,7 @@ def write(self, line): | |||
('', ValueError), | |||
(' ', ValueError), | |||
(' \t\t ', ValueError), | |||
# (str(br'\u0663\u0661\u0664 ','raw-unicode-escape'), 314), XXX RustPython | |||
(str(br'\u0663\u0661\u0664 ','raw-unicode-escape'), 314), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -1475,11 +1614,16 @@ def test_bug_27936(self): | |||
self.assertEqual(round(x, None), round(x)) | |||
self.assertEqual(type(round(x, None)), type(round(x))) | |||
|
|||
# TODO: RUSTPYTHON | |||
@unittest.expectedFailure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixing this one is looking like a good first issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DimitrisJim I believe this should have been broken out into a separate commit.
# TODO: RUSTPYTHON | ||
@unittest.expectedFailure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DimitrisJim I believe this should have been broken out into a separate commit.
# TODO: RUSTPYTHON | ||
@unittest.expectedFailure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DimitrisJim I believe this should have been broken out into a separate commit.
# TODO: RUSTPYTHON | ||
@unittest.expectedFailure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DimitrisJim I believe this should have been broken out into a separate commit.
# TODO: RUSTPYTHON | ||
@unittest.expectedFailure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DimitrisJim I believe this should have been broken out into a separate commit.
# TODO: RUSTPYTHON | ||
@unittest.expectedFailure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DimitrisJim I believe this should have been broken out into a separate commit.
# TODO: RUSTPYTHON | ||
@unittest.expectedFailure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DimitrisJim I believe this should have been broken out into a separate commit.
# TODO: RUSTPYTHON | ||
@unittest.expectedFailure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DimitrisJim I believe this should have been broken out into a separate commit.
# TODO: RUSTPYTHON | ||
@unittest.expectedFailure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DimitrisJim I believe this should have been broken out into a separate commit.
#4564 update test_builtin.py from cpython v3.11.2