Skip to content

Commit 585c7ec

Browse files
committed
regen
1 parent 64990f8 commit 585c7ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conformance/results/results.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,19 +263,19 @@ <h3>Python Type System Conformance Test Results</h3>
263263
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Incorrect rejects + between two AnyStr</p><p>Constrained type var resolves to subtype instead of explcitly listed constraint</p></span></div></th>
264264
</tr>
265265
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;generics_defaults</th>
266-
<th class="column col2 partially-conformant">Partial</th>
266+
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not detect a TypeVar with a default used after a TypeVarTuple.</p><p>Does not fully support defaults on TypeVarTuple and ParamSpec.</p></span></div></th>
267267
<th class="column col2 conformant">Pass</th>
268268
<th class="column col2 conformant">Pass</th>
269269
<th class="column col2 conformant">Pass</th>
270270
</tr>
271271
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;generics_defaults_referential</th>
272-
<th class="column col2 partially-conformant">Partial</th>
272+
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not correctly handle defaults referencing other TypeVars.</p></span></div></th>
273273
<th class="column col2 conformant">Pass</th>
274274
<th class="column col2 conformant">Pass</th>
275275
<th class="column col2 conformant">Pass</th>
276276
</tr>
277277
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;generics_defaults_specialization</th>
278-
<th class="column col2 partially-conformant">Partial</th>
278+
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not correctly resolve defaults when classes are used directly.</p></span></div></th>
279279
<th class="column col2 conformant">Pass</th>
280280
<th class="column col2 conformant">Pass</th>
281281
<th class="column col2 conformant">Pass</th>
@@ -644,7 +644,7 @@ <h3>Python Type System Conformance Test Results</h3>
644644
<th class="column col2 conformant">Pass</th>
645645
</tr>
646646
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;constructors_call_metaclass</th>
647-
<th class="column col2 not-conformant"><div class="hover-text">Unupported<span class="tooltip-text" id="bottom"><p>Does not honor metaclass __call__ method when evaluating constructor call.</p><p>Does not skip evaluation of __new__ and __init__ if custom metaclass call returns non-class.</p></span></div></th>
647+
<th class="column col2 not-conformant"><div class="hover-text">Unsupported<span class="tooltip-text" id="bottom"><p>Does not honor metaclass __call__ method when evaluating constructor call.</p><p>Does not skip evaluation of __new__ and __init__ if custom metaclass call returns non-class.</p></span></div></th>
648648
<th class="column col2 conformant">Pass</th>
649649
<th class="column col2 conformant">Pass</th>
650650
<th class="column col2 conformant">Pass</th>

0 commit comments

Comments
 (0)