update test_ordered_dict.py from cpython 3.11.2 by sapsalian · Pull Request #4775 · RustPython/RustPython
Comment on lines +242 to +243
| # TODO: RUSTPYTHON | ||
| @unittest.expectedFailure |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please break this out into a separate commit.
Comment on lines +286 to +287
| # TODO: RUSTPYTHON | ||
| @unittest.expectedFailure |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please break this out into a separate commit.
Thanks! The results have some failures and some successes. Failures:
test.test_ordered_dict.CSimpleLRUCacheTests.test_pop
test.test_ordered_dict.PySimpleLRUCacheTests.test_pop
and the unexpected successes:
test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_copying
test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_pop
test.test_ordered_dict.CPythonOrderedDictTests.test_copying
test.test_ordered_dict.CPythonOrderedDictTests.test_pop
test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_copying
test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_pop
test.test_ordered_dict.PurePythonOrderedDictTests.test_copying
test.test_ordered_dict.PurePythonOrderedDictTests.test_pop
Superseded by #4846, thanks for opening the PR though!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters