From a4601f183c45f8148fa2a98a59ed3cb96d3bb11f Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Sat, 6 Jan 2024 19:11:20 -0700 Subject: [PATCH] Regenerated results page. --- conformance/results/results.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conformance/results/results.html b/conformance/results/results.html index f2ced7a70..3aa969200 100644 --- a/conformance/results/results.html +++ b/conformance/results/results.html @@ -127,7 +127,7 @@

Python Type System Conformance Test Results

-
mypy 1.8.0(1.28sec) +
mypy 1.8.0(1.25sec)
@@ -171,7 +171,7 @@

Python Type System Conformance Test Results

- +
     generics_typevartuple_overloadsPass
     generics_typevartuple_specializationPartialIncorrectly reports type incompatibility when generic class is specialized with `*tuple[Any, ...]`.
Incorrectly specializes generic alias that includes a TypeVar and TypeVarTuple if no type arguments are provided.
Rejects use of unpacked TypeVarTuple in generic type alias definition.
Rejects specialization of generic type alias defined as a tuple containing a TypeVar.
"More than one Unpack" error message has no line number.
Incorrectly evaluates tuple split across a TypeVarTuple and a TypeVar.
     generics_typevartuple_unpackPartialDoes not reject multiple unpack operators in a tuple.
     generics_variancePartialDoes not reject a function-scoped TypeVar that is marked as covariant or contravariant.
     generics_variancePartialDoes not reject a function-scoped TypeVar that is marked as covariant or contravariant.
Does not reject use of class-scoped TypeVar used in a base class when variance is incompatible.
     generics_variance_inferenceUnsupportedType parameter syntax not yet support.
@@ -270,7 +270,7 @@

Python Type System Conformance Test Results

     directives_version_platformPassDoes not understand three-element form of sys.version checks.
Does not understand os.name checks.
-
pyright 1.1.344(2.19sec) +
pyright 1.1.344(1.40sec)
@@ -413,7 +413,7 @@

Python Type System Conformance Test Results

     directives_version_platformPass
-
pyre 0.9.19(2.64sec) +
pyre 0.9.19(2.39sec)
@@ -457,7 +457,7 @@

Python Type System Conformance Test Results

- +
     generics_typevartuple_overloadsUnsupportedDoes not support TypeVarTuple.
     generics_typevartuple_specializationUnsupportedDoes not support TypeVarTuple.
     generics_typevartuple_unpackUnsupportedDoes not support TypeVarTuple.
     generics_variancePartialDoes not reject a TypeVar that is defined as both covariant and contravariant.
Does not reject a function-scoped TypeVar that is marked as covariant or contravariant.
     generics_variancePartialDoes not reject a TypeVar that is defined as both covariant and contravariant.
Does not reject a function-scoped TypeVar that is marked as covariant or contravariant.
Does not reject use of class-scoped TypeVar used in a base class when variance is incompatible.
     generics_variance_inferenceUnsupportedType parameter syntax not yet support.
@@ -556,7 +556,7 @@

Python Type System Conformance Test Results

     directives_version_platformPartialDoes not support sys.platform checks.
Does not support os.name checks.
-
pytype 2023.12.18(30.11sec) +
pytype 2023.12.18(28.24sec)