Skip to content

Commit bbda385

Browse files
committed
regenerate HTML
1 parent d80e5c1 commit bbda385

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

conformance/results/results.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ <h3>Python Type System Conformance Test Results</h3>
274274
<th class="column col2 conformant">Pass</th>
275275
<th class="column col2 not-conformant">Unsupported</th>
276276
<th class="column col2 conformant">Pass</th>
277-
<th class="column col2 not-conformant">Unknown</th>
277+
<th class="column col2 not-conformant">Unsupported</th>
278278
</tr>
279279
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;generics_defaults_specialization</th>
280280
<th class="column col2 partially-conformant">Partial</th>
@@ -449,7 +449,7 @@ <h3>Python Type System Conformance Test Results</h3>
449449
<th class="column col2 conformant">Pass</th>
450450
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not reject a TypeVar that is defined as both covariant and contravariant.</p><p>Does not reject use of class-scoped TypeVar used in a base class when variance is incompatible.</p></span></div></th>
451451
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not reject use of class-scoped TypeVar used in a base class when variance is incompatible.</p></span></div></th>
452-
<th class="column col2 not-conformant">Unknown</th>
452+
<th class="column col2 not-conformant">Unsupported</th>
453453
</tr>
454454
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;generics_variance_inference</th>
455455
<th class="column col2 conformant">Pass</th>
@@ -528,7 +528,7 @@ <h3>Python Type System Conformance Test Results</h3>
528528
<th class="column col2 conformant">Pass</th>
529529
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not properly handle some recursive type aliases.</p><p>Does not properly handle specialization of generic recursive type aliases.</p></span></div></th>
530530
<th class="column col2 conformant">Pass</th>
531-
<th class="column col2 not-conformant">Unknown</th>
531+
<th class="column col2 not-conformant">Unsupported</th>
532532
</tr>
533533
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;aliases_type_statement</th>
534534
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not reject type alias defined in function scope.</p></span></div></th>
@@ -542,14 +542,14 @@ <h3>Python Type System Conformance Test Results</h3>
542542
<th class="column col2 conformant">Pass</th>
543543
<th class="column col2 not-conformant"><div class="hover-text">Unsupported<span class="tooltip-text" id="bottom"><p>Support for TypeAliasType is not implemented.</p></span></div></th>
544544
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Incorrectly rejects the use of a class-scoped TypeVar in a TypeAliasType definition.</p><p>Incorrectly allows type_params= to be an arbitrary tuple.</p></span></div></th>
545-
<th class="column col2 not-conformant">Unknown</th>
545+
<th class="column col2 not-conformant">Unsupported</th>
546546
</tr>
547547
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;aliases_variance</th>
548548
<th class="column col2 conformant">Pass</th>
549549
<th class="column col2 conformant">Pass</th>
550550
<th class="column col2 conformant">Pass</th>
551551
<th class="column col2 conformant">Pass</th>
552-
<th class="column col2 not-conformant">Unknown</th>
552+
<th class="column col2 not-conformant">Unsupported</th>
553553
</tr>
554554
<tr><th class="column" colspan="6">
555555
<a class="test_group" href="https://typing.readthedocs.io/en/latest/spec/literal.html">Literals</a>
@@ -604,7 +604,7 @@ <h3>Python Type System Conformance Test Results</h3>
604604
<th class="column col2 conformant">Pass</th>
605605
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not report error when calling unimplemented protocol method from derived class.</p><p>Does not report error when method is not implemented in derived class.</p></span></div></th>
606606
<th class="column col2 conformant"><div class="hover-text">Pass*<span class="tooltip-text" id="bottom"><p>Does not report unimplemented attributes for class that explicitly derives from protocol until it is instantiated.</p></span></div></th>
607-
<th class="column col2 not-conformant"><div class="hover-text">Fail<span class="tooltip-text" id="bottom"><p>Does not check against abstract class instantiations</p></span></div></th>
607+
<th class="column col2 not-conformant"><div class="hover-text">Unsupported<span class="tooltip-text" id="bottom"><p>Does not check against abstract class instantiations</p></span></div></th>
608608
</tr>
609609
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;protocols_generic</th>
610610
<th class="column col2 conformant">Pass</th>
@@ -1141,7 +1141,7 @@ <h3>Python Type System Conformance Test Results</h3>
11411141
<th class="column col2 conformant">Pass</th>
11421142
<th class="column col2 not-conformant"><div class="hover-text">Unsupported<span class="tooltip-text" id="bottom"><p>Does not support @deprecated.</p></span></div></th>
11431143
<th class="column col2 not-conformant">Unsupported</th>
1144-
<th class="column col2 not-conformant">Unknown</th>
1144+
<th class="column col2 not-conformant">Unsupported</th>
11451145
</tr>
11461146
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;directives_no_type_check</th>
11471147
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not honor `@no_type_check` class decorator (allowed).</p><p>Does not reject invalid call of `@no_type_check` function.</p></span></div></th>

0 commit comments

Comments
 (0)