◐ Shell
clean mode source ↗

update test_ordered_dict.py from cpython 3.11.2 by sapsalian · Pull Request #4775 · RustPython/RustPython

@sapsalian

update test_ordered_dict.py from cpython 3.11.2

fanninpm

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.

@DimitrisJim

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

@DimitrisJim

Superseded by #4846, thanks for opening the PR though!