Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test-data/unit/check-generic-subtyping.test
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ class E: pass
[builtins fixtures/tuple.pyi]
[out]

[case testSubtypingWithTypeImplementingGenericABCViaInheritance2-skip]
[case testSubtypingWithTypeImplementingGenericABCViaInheritance2-xfail]
from typing import TypeVar, Generic
T = TypeVar('T')
class I(Generic[T]): pass
Expand Down
2 changes: 1 addition & 1 deletion test-data/unit/merge.test
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ target:
D: TypeInfo<5>
NewType: Var<4>

[case testCallable_symtable-skip]
[case testCallable_symtable-xfail]
# The TypeInfo is currently not being merged correctly
import target
[file target.py]
Expand Down
2 changes: 1 addition & 1 deletion test-data/unit/typexport-basic.test
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ CallExpr(5) : T`1
MemberExpr(5) : def () -> T`1
NameExpr(5) : A[T`1]

[case testGenericFunctionCallWithTypeApp-skip]
[case testGenericFunctionCallWithTypeApp-xfail]
## CallExpr|TypeApplication|NameExpr
from typing import Any, TypeVar, Tuple
T = TypeVar('T')
Expand Down