spec test index / oilshell.org
status | osh | osh_ALT | |
pass | 13 | 12 | |
FAIL | 1 | 2 | |
total | 14 | 14 | |
case | osh | osh_ALT | description |
0 | pass | pass | Type objects Bool, Int, Float, etc. |
1 | pass | pass | Parameterized types - List[Int], Dict[Str, Int] |
2 | pass | pass | Errors for parameterized types |
3 | pass | pass | runproc |
4 | pass | pass | runproc typed args |
5 | pass | pass | pp asdl_ |
6 | pass | pass | pp asdl_ can handle an object cycle |
7 | FAIL | FAIL | pp gc-stats_ |
details | details | ||
8 | pass | pass | pp cell_ |
9 | pass | pass | pp cell_ on indexed array with hole |
10 | pass | pass | pp proc |
11 | pass | pass | pp (x) and pp [x] quote code |
12 | pass | pass | pp test_ supports BashArray, BashAssoc |
13 | pass | FAIL | pp value (x) is like = keyword |
details |
25 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: |
osh_ALT | 7 pp gc-stats_ [osh_ALT stdout] Expected '', got 'TODO\n' stdout: TODOstderr: |
osh_ALT | 13 pp value (x) is like = keyword [osh_ALT stdout] Expected '(Str) \'foo\'\n(Str) b\'isn\\\'t this sq\'\n(Str) \'"dq $myvar"\'\n(Str) b\'\\\\ backslash \\\\\\\\\'\n(Str) b\'one \\t two \\n\'\n(List)\n[\n 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123,\n 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123, 123,\n 123, 123, 123, 123, 123, 123, 123, 123, 123, 123\n]\n' Got '' [osh_ALT status] Expected 0, got 1 stdout: stderr: source $LIB_YSH/list.ysh ^~~~~~~~ [ stdin ]:2: 'source' failed: No builtin file 'stdlib/ysh/list.ysh' source $LIB_YSH/list.ysh ^~~~~~ [ stdin ]:2: errexit PID 39634: command.Simple failed with status 1 |