forked frompython/cpython
- Notifications
You must be signed in to change notification settings - Fork0
Open
Description
It seems like there are ~80 test failures (from 14 distinctive groups/individual tests). I think we should look into which ones we should prioritize and which ones we'll left behind (e.g error messages can be the last ones).
Group / Test name | Number of Failures | Classification | Bound Issue |
---|---|---|---|
test_mismatched_braces (f'{3:{{>10}' ) | 1 | More expressive (previously forbidden, now allowed) | |
test_no_backslashes_in_expression_part (rf'{"\N{LEFT CURLY BRACKET}"}' ) | 1 | More expressive (previously forbidden, now allowed) | |
test_comments | 1 | Error messages | #157 |
test_compile_time_concat | 1 | Error messages | |
test_conversions | 17 | Error messages | |
test_format_specifier_expressions | 3 | Error messages | |
test_invalid_syntax_error_message | 1 | Error messages | |
test_lambda | 1 | Error messages | |
test_mismatched_braces | 12 | Error messages | |
test_mismatched_parens | 5 | Error messages | |
test_missing_expression | 28 | Error messages | |
test_no_backslashes_in_expression_part | 7 | Error messages | |
test_unterminated_string | 4 | Error message | |
test_syntax_error_for_starred_expressions | 1 | Error messages | |
test_parens_in_expressions | 4 | Error messages | |
TOTAL | 87 | 83 (error messages) + 2 (over-expressive grammar) |
Metadata
Metadata
Assignees
Labels
No labels