This repository was archived by the owner on Mar 2, 2022. It is now read-only.
Commit 0965343
committed
Fork tests which have different output between 3.6 and 3.7
Summary:
Due to code generation changes some of our tests now have different output between 3.6 and 3.7 - in particular due to the removal of the support for async __aiter__. This adds support for version specific tests and forks these appropriately
There's also one test case which is overly specific that gets hit by LOAD_METHOD/CALL_METHOD - this just makes it a little more generic, we don't really care about this part of the code gen.
Test Plan: ./python -m test_compiler1 parent e046cdc commit 0965343
File tree
24 files changed
+350
-2
lines changed- test_compiler
- sbs_code_tests
- 3.6
- 3.7
24 files changed
+350
-2
lines changedFile renamed without changes.
File renamed without changes.
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
File renamed without changes.
0 commit comments