Skip to content

Commit a5f148a

Browse files
committed
Run the results again for Zuban
1 parent ae4d34d commit a5f148a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

conformance/results/results.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ <h3>Python Type System Conformance Test Results</h3>
345345
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;generics_self_advanced</th>
346346
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not infer the type of an unannotated `self` parameter to be type `Self`.</p><p>Does not retain `Self` when calling method that returns `Self`.</p><p>Does not infer the type of an unannotated `cls` parameter to be type `type[Self]`.</p><p>Does not retain `Self` when accessing attribute through `type[Self]`.</p></span></div></th>
347347
<th class="column col2 conformant">Pass</th>
348-
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Doesn't allow accessing `Self` in a classmethod</p></span></div></th>
348+
<th class="column col2 conformant">Pass</th>
349349
<th class="column col2 conformant"><div class="hover-text">Pass*<span class="tooltip-text" id="bottom"><p>Treats attributes not initialized on the class as instance-only</p></span></div></th>
350350
<th class="column col2 conformant">Pass</th>
351351
</tr>

conformance/results/zuban/generics_self_advanced.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
conformant = "Partial"
2-
notes = """
3-
Doesn't allow accessing `Self` in a classmethod
4-
"""
5-
conformance_automated = "Fail"
1+
conformance_automated = "Pass"
62
errors_diff = """
7-
Line 43: Unexpected errors ['generics_self_advanced.py:43: error: Access to generic instance variables via class is ambiguous [misc]']
8-
Line 44: Unexpected errors ['generics_self_advanced.py:44: error: Access to generic instance variables via class is ambiguous [misc]']
93
"""
104
output = """
115
generics_self_advanced.py:48: error: Access to generic instance variables via class is ambiguous [misc]

0 commit comments

Comments
 (0)