File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -929,6 +929,21 @@ def test_free_after_iterating(self):
929929 # For now, bypass tests that require slicing
930930 self .skipTest ("Exhausted deque iterator doesn't free a deque" )
931931
932+ # TODO: RUSTPYTHON
933+ @unittest .expectedFailure
934+ def test_contains_fake (self ): # XXX: RUSTPYTHON; the method also need to be removed when done
935+ super ().test_contains_fake ()
936+
937+ # TODO: RUSTPYTHON
938+ @unittest .expectedFailure
939+ def test_count (self ): # XXX: RUSTPYTHON; the method also need to be removed when done
940+ super ().test_count ()
941+
942+ # TODO: RUSTPYTHON
943+ @unittest .expectedFailure
944+ def test_index (self ): # XXX: RUSTPYTHON; the method also need to be removed when done
945+ super ().test_index ()
946+
932947#==============================================================================
933948
934949libreftest = """
You can’t perform that action at this time.
0 commit comments