update test_builtin.py from cpython v3.11.2#4765
update test_builtin.py from cpython v3.11.2#4765DimitrisJim merged 4 commits intoRustPython:mainfrom
Conversation
|
thanks! There's some additional regressions here which should be noted: |
DimitrisJim
left a comment
There was a problem hiding this comment.
hopefully should be good to go now.
| (' ', ValueError), | ||
| (' \t\t ', ValueError), | ||
| # (str(br'\u0663\u0661\u0664 ','raw-unicode-escape'), 314), XXX RustPython | ||
| (str(br'\u0663\u0661\u0664 ','raw-unicode-escape'), 314), |
| self.assertEqual(type(round(x, None)), type(round(x))) | ||
|
|
||
| # TODO: RUSTPYTHON | ||
| @unittest.expectedFailure |
There was a problem hiding this comment.
fixing this one is looking like a good first issue
There was a problem hiding this comment.
@DimitrisJim I believe this should have been broken out into a separate commit.
| # TODO: RUSTPYTHON | ||
| @unittest.expectedFailure |
There was a problem hiding this comment.
@DimitrisJim I believe this should have been broken out into a separate commit.
| # TODO: RUSTPYTHON | ||
| @unittest.expectedFailure |
There was a problem hiding this comment.
@DimitrisJim I believe this should have been broken out into a separate commit.
| # TODO: RUSTPYTHON | ||
| @unittest.expectedFailure |
There was a problem hiding this comment.
@DimitrisJim I believe this should have been broken out into a separate commit.
| # TODO: RUSTPYTHON | ||
| @unittest.expectedFailure |
There was a problem hiding this comment.
@DimitrisJim I believe this should have been broken out into a separate commit.
| # TODO: RUSTPYTHON | ||
| @unittest.expectedFailure |
There was a problem hiding this comment.
@DimitrisJim I believe this should have been broken out into a separate commit.
| # TODO: RUSTPYTHON | ||
| @unittest.expectedFailure |
There was a problem hiding this comment.
@DimitrisJim I believe this should have been broken out into a separate commit.
| # TODO: RUSTPYTHON | ||
| @unittest.expectedFailure |
There was a problem hiding this comment.
@DimitrisJim I believe this should have been broken out into a separate commit.
| # TODO: RUSTPYTHON | ||
| @unittest.expectedFailure |
There was a problem hiding this comment.
@DimitrisJim I believe this should have been broken out into a separate commit.
#4564 update test_builtin.py from cpython v3.11.2