spec test index / oilshell.org
status | osh | |
pass | 13 | |
FAIL | 1 | |
total | 14 | |
case | osh | description |
0 | pass | Type objects Bool, Int, Float, etc. |
1 | pass | Parameterized types - List[Int], Dict[Str, Int] |
2 | pass | Errors for parameterized types |
3 | pass | runproc |
4 | pass | runproc typed args |
5 | pass | pp asdl_ |
6 | pass | pp asdl_ can handle an object cycle |
7 | FAIL | pp gc-stats_ |
details | ||
8 | pass | pp cell_ |
9 | pass | pp cell_ on indexed array with hole |
10 | pass | pp proc |
11 | pass | pp (x) and pp [x] quote code |
12 | pass | pp test_ supports BashArray, BashAssoc |
13 | pass | pp value (x) is like = keyword |
13 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 7 pp gc-stats_ [osh stdout] Expected '', got 'TODO\n' stdout: TODOstderr: |