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