Skip to content

Commit d1f22fe

Browse files
author
gnsxun
committed
delete expectedFailtures
1 parent 09a10aa commit d1f22fe

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

Lib/test/test_builtin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,8 +927,6 @@ def badfunc(x):
927927
raise RuntimeError
928928
self.assertRaises(RuntimeError, list, map(badfunc, range(5)))
929929

930-
# TODO: RUSTPYTHON
931-
@unittest.expectedFailure
932930
def test_map_pickle(self):
933931
for proto in range(pickle.HIGHEST_PROTOCOL + 1):
934932
m1 = map(map_char, "Is this the real life?")

Lib/test/test_pickle.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ def test_buffers_error(self): # TODO: RUSTPYTHON, remove when this passes
100100
def test_c_methods(self): # TODO: RUSTPYTHON, remove when this passes
101101
super().test_c_methods() # TODO: RUSTPYTHON, remove when this passes
102102

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

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

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

Lib/test/test_pickletools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ def test_buffers_error(self): # TODO: RUSTPYTHON, remove when this passes
2222
def test_c_methods(self): # TODO: RUSTPYTHON, remove when this passes
2323
super().test_c_methods()
2424

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

0 commit comments

Comments
 (0)