Skip to content

Commit 20efe7b

Browse files
Conformance tests: Mark pytype as passing annotations_coroutines (#1771)
It appears to produce the correct output. Part of #1692
1 parent 0105dc2 commit 20efe7b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

conformance/results/pytype/annotations_coroutines.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
conformant = "Partial"
2-
notes = """
3-
Does not evaluate correct type for async function.
4-
"""
1+
conformant = "Pass"
52
output = """
63
74
"""

conformance/results/results.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h3>Python Type System Conformance Test Results</h3>
178178
<th class="column col2 conformant">Pass</th>
179179
<th class="column col2 conformant">Pass</th>
180180
<th class="column col2 conformant">Pass</th>
181-
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not evaluate correct type for async function.</p></span></div></th>
181+
<th class="column col2 conformant">Pass</th>
182182
</tr>
183183
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;annotations_forward_refs</th>
184184
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not report error for a forward reference that is not enclosed in quotes.</p><p>Does not report error for use of quoted type with "|" operator (runtime error).</p><p>Incorrectly generates error for quoted type defined in class scope.</p></span></div></th>

0 commit comments

Comments
 (0)