Skip to content

Commit 61a95d8

Browse files
committed
regen on 3.12
1 parent 74cc55d commit 61a95d8

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version = "mypy 1.17.1"
2-
test_duration = 2.96
2+
test_duration = 2.02
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version = "pyre 0.9.25"
2-
test_duration = 5.93
2+
test_duration = 10.22
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version = "pyright 1.1.403"
2-
test_duration = 3.15
2+
test_duration = 1.31

conformance/results/results.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,16 +159,16 @@ <h3>Python Type System Conformance Test Results</h3>
159159
<div class="table_container"><table><tbody>
160160
<tr><th class="col1">&nbsp;</th>
161161
<th class='tc-header'><div class='tc-name'>mypy 1.17.1</div>
162-
<div class='tc-time'>3.0sec</div>
162+
<div class='tc-time'>2.0sec</div>
163163
</th>
164164
<th class='tc-header'><div class='tc-name'>pyright 1.1.403</div>
165-
<div class='tc-time'>3.1sec</div>
165+
<div class='tc-time'>1.3sec</div>
166166
</th>
167167
<th class='tc-header'><div class='tc-name'>pyre 0.9.25</div>
168-
<div class='tc-time'>5.9sec</div>
168+
<div class='tc-time'>10.2sec</div>
169169
</th>
170170
<th class='tc-header'><div class='tc-name'>zuban 0.0.19</div>
171-
<div class='tc-time'>0.15sec</div>
171+
<div class='tc-time'>0.32sec</div>
172172
</th>
173173
</tr>
174174
<tr><th class="column" colspan="5">
@@ -813,6 +813,12 @@ <h3>Python Type System Conformance Test Results</h3>
813813
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not reject methods within TypedDict class.</p><p>Does not report when metaclass is provided.</p><p>Does not report when other keyword argument is provided.</p><p>Does not support generic TypedDict class.</p></span></div></th>
814814
<th class="column col2 conformant">Pass</th>
815815
</tr>
816+
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;typeddicts_extra_items</th>
817+
<th class="column col2 not-conformant"><div class="hover-text">Unsupported<span class="tooltip-text" id="bottom"><p>Not supported.</p></span></div></th>
818+
<th class="column col2 conformant">Pass</th>
819+
<th class="column col2 not-conformant"><div class="hover-text">Unsupported<span class="tooltip-text" id="bottom"><p>Not supported.</p></span></div></th>
820+
<th class="column col2 not-conformant"><div class="hover-text">Unsupported<span class="tooltip-text" id="bottom"><p>Not supported.</p></span></div></th>
821+
</tr>
816822
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;typeddicts_final</th>
817823
<th class="column col2 conformant">Pass</th>
818824
<th class="column col2 conformant">Pass</th>

conformance/results/zuban/typeddicts_extra_items.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
conformant = "Fail"
1+
conformant = "Unsupported"
22
notes = """
33
Not supported.
44
"""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version = "zuban 0.0.19"
2-
test_duration = 0.15
2+
test_duration = 0.32

0 commit comments

Comments
 (0)