Skip to content

Commit 389d9d7

Browse files
committed
Mark failing test
1 parent f88203a commit 389d9d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_syntax.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2577,6 +2577,7 @@ async def bug():
25772577
with self.subTest(f"out of range: {n=}"):
25782578
self._check_error(get_code(n), "too many statically nested blocks")
25792579

2580+
@unittest.expectedFailure # TODO: RUSTPYTHON; Wrong error message
25802581
def test_barry_as_flufl_with_syntax_errors(self):
25812582
# The "barry_as_flufl" rule can produce some "bugs-at-a-distance" if
25822583
# is reading the wrong token in the presence of syntax errors later

0 commit comments

Comments
 (0)