Skip to content

Commit 9cbd480

Browse files
committed
Update conformance test results
1 parent d0db33c commit 9cbd480

File tree

3 files changed

+75
-7
lines changed

3 files changed

+75
-7
lines changed

conformance/third_party/conformance.exp

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,16 @@
861861
"stop_column": 79,
862862
"stop_line": 18
863863
},
864+
{
865+
"code": -2,
866+
"column": 51,
867+
"concise_description": "`GoodAlias4` is uninitialized",
868+
"description": "`GoodAlias4` is uninitialized",
869+
"line": 19,
870+
"name": "unbound-name",
871+
"stop_column": 61,
872+
"stop_line": 19
873+
},
864874
{
865875
"code": -2,
866876
"column": 79,
@@ -871,6 +881,16 @@
871881
"stop_column": 83,
872882
"stop_line": 19
873883
},
884+
{
885+
"code": -2,
886+
"column": 40,
887+
"concise_description": "`GoodAlias5` is uninitialized",
888+
"description": "`GoodAlias5` is uninitialized",
889+
"line": 22,
890+
"name": "unbound-name",
891+
"stop_column": 50,
892+
"stop_line": 22
893+
},
874894
{
875895
"code": -2,
876896
"column": 17,
@@ -981,6 +1001,26 @@
9811001
"stop_column": 65,
9821002
"stop_line": 45
9831003
},
1004+
{
1005+
"code": -2,
1006+
"column": 40,
1007+
"concise_description": "`BadAlias4` is uninitialized",
1008+
"description": "`BadAlias4` is uninitialized",
1009+
"line": 46,
1010+
"name": "unbound-name",
1011+
"stop_column": 49,
1012+
"stop_line": 46
1013+
},
1014+
{
1015+
"code": -2,
1016+
"column": 44,
1017+
"concise_description": "`BadAlias5` is uninitialized",
1018+
"description": "`BadAlias5` is uninitialized",
1019+
"line": 47,
1020+
"name": "unbound-name",
1021+
"stop_column": 53,
1022+
"stop_line": 47
1023+
},
9841024
{
9851025
"code": -2,
9861026
"column": 72,
@@ -990,6 +1030,16 @@
9901030
"name": "bad-argument-type",
9911031
"stop_column": 76,
9921032
"stop_line": 47
1033+
},
1034+
{
1035+
"code": -2,
1036+
"column": 40,
1037+
"concise_description": "`BadAlias7` is uninitialized",
1038+
"description": "`BadAlias7` is uninitialized",
1039+
"line": 48,
1040+
"name": "unbound-name",
1041+
"stop_column": 49,
1042+
"stop_line": 48
9931043
}
9941044
],
9951045
"aliases_variance.py": [],
@@ -6002,6 +6052,26 @@
60026052
"stop_column": 27,
60036053
"stop_line": 18
60046054
},
6055+
{
6056+
"code": -2,
6057+
"column": 7,
6058+
"concise_description": "`T` is uninitialized",
6059+
"description": "`T` is uninitialized",
6060+
"line": 35,
6061+
"name": "unbound-name",
6062+
"stop_column": 8,
6063+
"stop_line": 35
6064+
},
6065+
{
6066+
"code": -2,
6067+
"column": 17,
6068+
"concise_description": "`T` is uninitialized",
6069+
"description": "`T` is uninitialized",
6070+
"line": 44,
6071+
"name": "unbound-name",
6072+
"stop_column": 18,
6073+
"stop_line": 44
6074+
},
60056075
{
60066076
"code": -2,
60076077
"column": 17,

conformance/third_party/conformance.result

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
],
4242
"aliases_typealiastype.py": [
4343
"Line 44: Expected 1 errors",
44-
"Line 46: Expected 1 errors",
45-
"Line 48: Expected 1 errors",
4644
"Line 52: Expected 1 errors",
4745
"Line 53: Expected 1 errors",
4846
"Line 54: Expected 1 errors",
@@ -58,7 +56,8 @@
5856
"Line 64: Expected 1 errors",
5957
"Line 17: Unexpected errors ['Argument `tuple[type[TypeVar[T]]]` is not assignable to parameter `type_params` with type `tuple[ParamSpec | TypeVar | TypeVarTuple, ...]` in function `typing.TypeAliasType.__new__`']",
6058
"Line 18: Unexpected errors ['Argument `tuple[type[TypeVar[S]], type[TypeVar[T]]]` is not assignable to parameter `type_params` with type `tuple[ParamSpec | TypeVar | TypeVarTuple, ...]` in function `typing.TypeAliasType.__new__`']",
61-
"Line 19: Unexpected errors ['Argument `tuple[type[TypeVar[T]]]` is not assignable to parameter `type_params` with type `tuple[ParamSpec | TypeVar | TypeVarTuple, ...]` in function `typing.TypeAliasType.__new__`']",
59+
"Line 19: Unexpected errors ['`GoodAlias4` is uninitialized', 'Argument `tuple[type[TypeVar[T]]]` is not assignable to parameter `type_params` with type `tuple[ParamSpec | TypeVar | TypeVarTuple, ...]` in function `typing.TypeAliasType.__new__`']",
60+
"Line 22: Unexpected errors ['`GoodAlias5` is uninitialized']",
6261
"Line 23: Unexpected errors ['Argument `tuple[type[TypeVar[S]], type[TypeVar[TStr]], type[ParamSpec[P]], type[TypeVarTuple[Ts]]]` is not assignable to parameter `type_params` with type `tuple[ParamSpec | TypeVar | TypeVarTuple, ...]` in function `typing.TypeAliasType.__new__`']",
6362
"Line 35: Unexpected errors ['Expected a type form, got instance of `GenericAlias`']",
6463
"Line 36: Unexpected errors ['Expected a type form, got instance of `GenericAlias`']",
@@ -263,7 +262,6 @@
263262
"generics_syntax_declarations.py": [],
264263
"generics_syntax_infer_variance.py": [],
265264
"generics_syntax_scoping.py": [
266-
"Line 35: Expected 1 errors",
267265
"Line 92: Expected 1 errors",
268266
"Line 95: Expected 1 errors",
269267
"Line 98: Expected 1 errors",

conformance/third_party/results.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"pass": 70,
44
"fail": 66,
55
"pass_rate": 0.51,
6-
"differences": 293,
6+
"differences": 291,
77
"passing": [
88
"aliases_explicit.py",
99
"aliases_newtype.py",
@@ -80,7 +80,7 @@
8080
"aliases_implicit.py": 6,
8181
"aliases_recursive.py": 17,
8282
"aliases_type_statement.py": 8,
83-
"aliases_typealiastype.py": 25,
83+
"aliases_typealiastype.py": 24,
8484
"aliases_variance.py": 4,
8585
"annotations_forward_refs.py": 7,
8686
"annotations_generators.py": 3,
@@ -109,7 +109,7 @@
109109
"generics_self_basic.py": 3,
110110
"generics_self_protocols.py": 1,
111111
"generics_self_usage.py": 12,
112-
"generics_syntax_scoping.py": 7,
112+
"generics_syntax_scoping.py": 6,
113113
"generics_typevartuple_basic.py": 1,
114114
"generics_typevartuple_concat.py": 1,
115115
"generics_typevartuple_specialization.py": 4,

0 commit comments

Comments
 (0)