Skip to content

Commit f3562ed

Browse files
committed
regen
1 parent 388d8ff commit f3562ed

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
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.04
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.27
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.83

conformance/results/results.html

Lines changed: 5 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.8sec</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.3sec</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.35sec</div>
172172
</th>
173173
</tr>
174174
<tr><th class="column" colspan="5">
@@ -748,6 +748,7 @@ <h3>Python Type System Conformance Test Results</h3>
748748
<th class="column col2 conformant">Pass</th>
749749
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Generates __match_args__ when match_args=False.</p></span></div></th>
750750
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Adds kw-only fields to __match_args__.</p></span></div></th>
751+
<th class="column col2 conformant">Pass</th>
751752
</tr>
752753
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dataclasses_order</th>
753754
<th class="column col2 conformant">Pass</th>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
conformant = "Pass"
2+
conformance_automated = "Pass"
3+
errors_diff = """
4+
"""
5+
output = """
6+
dataclasses_match_args.py:42: error: "Type[DC4]" has no attribute "__match_args__"
7+
"""
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.35

0 commit comments

Comments
 (0)