Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
delete expectedFailtures
  • Loading branch information
gnsxun committed May 22, 2022
commit d1f22fe4c30072b6e8ec27f301ebb674d475e6b4
2 changes: 0 additions & 2 deletions Lib/test/test_builtin.py
Original file line number Diff line number Diff line change
Expand Up @@ -927,8 +927,6 @@ def badfunc(x):
raise RuntimeError
self.assertRaises(RuntimeError, list, map(badfunc, range(5)))

# TODO: RUSTPYTHON
@unittest.expectedFailure
def test_map_pickle(self):
for proto in range(pickle.HIGHEST_PROTOCOL + 1):
m1 = map(map_char, "Is this the real life?")
Expand Down
4 changes: 0 additions & 4 deletions Lib/test/test_pickle.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ def test_buffers_error(self): # TODO: RUSTPYTHON, remove when this passes
def test_c_methods(self): # TODO: RUSTPYTHON, remove when this passes
super().test_c_methods() # TODO: RUSTPYTHON, remove when this passes

# TODO: RUSTPYTHON, TypeError: cannot pickle 'map' object
@unittest.expectedFailure
def test_compat_pickle(self): # TODO: RUSTPYTHON, remove when this passes
super().test_compat_pickle() # TODO: RUSTPYTHON, remove when this passes

Expand Down Expand Up @@ -211,8 +209,6 @@ def test_buffers_error(self): # TODO: RUSTPYTHON, remove when this passes
def test_c_methods(self): # TODO: RUSTPYTHON, remove when this passes
super().test_c_methods() # TODO: RUSTPYTHON, remove when this passes

# TODO: RUSTPYTHON, TypeError: cannot pickle 'map' object
@unittest.expectedFailure
def test_compat_pickle(self): # TODO: RUSTPYTHON, remove when this passes
super().test_compat_pickle() # TODO: RUSTPYTHON, remove when this passes

Expand Down
2 changes: 0 additions & 2 deletions Lib/test/test_pickletools.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ def test_buffers_error(self): # TODO: RUSTPYTHON, remove when this passes
def test_c_methods(self): # TODO: RUSTPYTHON, remove when this passes
super().test_c_methods()

# TODO: RUSTPYTHON, TypeError: cannot pickle 'map' object
@unittest.expectedFailure
def test_compat_pickle(self): # TODO: RUSTPYTHON, remove when this passes
super().test_compat_pickle()

Expand Down