Commit 94c901e
committed
Lib/test: drop expectedFailure markers that now pass
Removes 37 stale TODO: RUSTPYTHON markers across 26 test files now that
the corresponding error messages match CPython 3.14: async-for errors
(test_coroutines), str()/Template/concat errors (test_str, test_tstring,
string_tests), unraisable reports (test_exceptions, test_generators),
__annotate__ qualnames (test_type_annotations), constructor arity
(test_range, test_posix, test_sqlite3, test_struct), find-family
messages (test_bytes), attribute errors (test_class, test_descr,
test_descrtut), exec/eval arguments (test_pdb, test_extcall), map
(test_itertools), marshal readers, lzma filter specs, enum, json
scanstring (C variant only; the pure-Python scanner still lacks the
OverflowError, so that variant keeps a scoped marker), mmap resize and
pdb's exec/eval doctests.
Assisted-by: ZCode:GLM-5.31 parent 5605a25 commit 94c901e
26 files changed
Lines changed: 16 additions & 37 deletions
File tree
- Lib/test
- test_json
- test_sqlite3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1301 | 1301 | | |
1302 | 1302 | | |
1303 | 1303 | | |
1304 | | - | |
1305 | 1304 | | |
1306 | 1305 | | |
1307 | 1306 | | |
| |||
1556 | 1555 | | |
1557 | 1556 | | |
1558 | 1557 | | |
1559 | | - | |
1560 | 1558 | | |
1561 | 1559 | | |
1562 | 1560 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1835 | 1835 | | |
1836 | 1836 | | |
1837 | 1837 | | |
1838 | | - | |
1839 | 1838 | | |
1840 | 1839 | | |
1841 | 1840 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1021 | 1021 | | |
1022 | 1022 | | |
1023 | 1023 | | |
1024 | | - | |
1025 | 1024 | | |
1026 | 1025 | | |
1027 | 1026 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
694 | | - | |
695 | 694 | | |
696 | 695 | | |
697 | 696 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1604 | 1604 | | |
1605 | 1605 | | |
1606 | 1606 | | |
1607 | | - | |
1608 | 1607 | | |
1609 | 1608 | | |
1610 | 1609 | | |
| |||
1620 | 1619 | | |
1621 | 1620 | | |
1622 | 1621 | | |
1623 | | - | |
1624 | 1622 | | |
1625 | 1623 | | |
1626 | 1624 | | |
| |||
1641 | 1639 | | |
1642 | 1640 | | |
1643 | 1641 | | |
1644 | | - | |
1645 | 1642 | | |
1646 | 1643 | | |
1647 | 1644 | | |
| |||
1789 | 1786 | | |
1790 | 1787 | | |
1791 | 1788 | | |
1792 | | - | |
1793 | 1789 | | |
1794 | 1790 | | |
1795 | 1791 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4074 | 4074 | | |
4075 | 4075 | | |
4076 | 4076 | | |
4077 | | - | |
4078 | 4077 | | |
4079 | 4078 | | |
4080 | 4079 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3036 | 3036 | | |
3037 | 3037 | | |
3038 | 3038 | | |
3039 | | - | |
3040 | 3039 | | |
3041 | 3040 | | |
3042 | 3041 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1724 | 1724 | | |
1725 | 1725 | | |
1726 | 1726 | | |
1727 | | - | |
1728 | 1727 | | |
1729 | 1728 | | |
1730 | 1729 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
| 445 | + | |
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
| |||
0 commit comments