| status | osh | |
| pass | 12 | |
| FAIL | 2 | |
| 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 | FAIL | runproc typed args |
| details | ||
| 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 |
12 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| osh | 4 runproc typed args [osh stdout] Expected 'hi from p\n\nty\n(Str) "a"\n(Int) 42\n(Int) 99\nCommand\n\nty\n(Str) "a"\n(Int) 42\n(Int) 99\nCommand\n\nty\n(Str) "a"\n(Int) 42\n(Int) 99\nCommand\n' Got 'hi from p\n\n' [osh status] Expected 0 Got 2 stdout: hi from pstderr: echo $[type(block)]
^
[ stdin ]:17: Unexpected token after arithmetic expression (Id.Arith_LParen != Id.Arith_RBracket)
|
| osh | 7 pp gc-stats_ [osh stdout] Expected '' Got 'TODO\n' stdout: TODOstderr: |