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