Skip to content

Commit 1bebc78

Browse files
committed
Remove expectedFailure decorators
1 parent fdbfe15 commit 1bebc78

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/test_ast.py

-4
Original file line numberDiff line numberDiff line change
@@ -2107,8 +2107,6 @@ def test_boolop(self):
21072107
self._check_content(s, bop.values[1],
21082108
'other_condition or yet_another_one')
21092109

2110-
# TODO: RUSTPYTHON
2111-
@unittest.expectedFailure
21122110
def test_tuples(self):
21132111
s1 = 'x = () ;'
21142112
s2 = 'x = 1 , ;'
@@ -2190,8 +2188,6 @@ async def f():
21902188
self._check_content(s, fdef.body[0].value, 'yield x')
21912189
self._check_content(s, fdef.body[1].value, 'await y')
21922190

2193-
# TODO: RUSTPYTHON
2194-
@unittest.expectedFailure
21952191
def test_source_segment_multi(self):
21962192
s_orig = dedent('''
21972193
x = (

0 commit comments

Comments
 (0)