Skip to content

Commit 6d70077

Browse files
committed
Update conformance
1 parent 0c3384d commit 6d70077

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

conformance/third_party/conformance.exp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10031,6 +10031,16 @@
1003110031
"name": "bad-override",
1003210032
"stop_column": 5,
1003310033
"stop_line": 55
10034+
},
10035+
{
10036+
"code": -2,
10037+
"column": 7,
10038+
"concise_description": "Inconsistent types for field `x` inherited from multiple base classes: `int` from `X2`, `str` from `Y2`",
10039+
"description": "Inconsistent types for field `x` inherited from multiple base classes: `int` from `X2`, `str` from `Y2`",
10040+
"line": 65,
10041+
"name": "inconsistent-overload",
10042+
"stop_column": 11,
10043+
"stop_line": 65
1003410044
}
1003510045
],
1003610046
"typeddicts_operations.py": [

conformance/third_party/conformance.result

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,7 @@
357357
"typeddicts_class_syntax.py": [],
358358
"typeddicts_extra_items.py": [],
359359
"typeddicts_final.py": [],
360-
"typeddicts_inheritance.py": [
361-
"Line 65: Expected 1 errors"
362-
],
360+
"typeddicts_inheritance.py": [],
363361
"typeddicts_operations.py": [],
364362
"typeddicts_readonly.py": [],
365363
"typeddicts_readonly_consistency.py": [],

conformance/third_party/results.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"total": 138,
3-
"pass": 93,
4-
"fail": 45,
5-
"pass_rate": 0.67,
6-
"differences": 193,
3+
"pass": 94,
4+
"fail": 44,
5+
"pass_rate": 0.68,
6+
"differences": 192,
77
"passing": [
88
"aliases_explicit.py",
99
"aliases_newtype.py",
@@ -91,6 +91,7 @@
9191
"typeddicts_class_syntax.py",
9292
"typeddicts_extra_items.py",
9393
"typeddicts_final.py",
94+
"typeddicts_inheritance.py",
9495
"typeddicts_operations.py",
9596
"typeddicts_readonly.py",
9697
"typeddicts_readonly_consistency.py",
@@ -142,7 +143,6 @@
142143
"qualifiers_final_annotation.py": 12,
143144
"specialtypes_never.py": 1,
144145
"specialtypes_type.py": 8,
145-
"typeddicts_inheritance.py": 1,
146146
"typeddicts_readonly_inheritance.py": 4,
147147
"typeddicts_required.py": 1
148148
},

0 commit comments

Comments
 (0)