Results for ysh-builtin-meta.test.sh

statusosh
pass 12
FAIL 2
total14
caseoshdescription
0pass Type objects Bool, Int, Float, etc.
1pass Parameterized types - List[Int], Dict[Str, Int]
2pass Errors for parameterized types
3pass runproc
4FAIL runproc typed args
details
5pass pp asdl_
6pass pp asdl_ can handle an object cycle
7FAIL pp gc-stats_
details
8pass pp cell_
9pass pp cell_ on indexed array with hole
10pass pp proc
11pass pp (x) and pp [x] quote code
12pass pp test_ supports BashArray, BashAssoc
13pass 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

Details on runs that didn't PASS

osh4 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 p

stderr:
    echo $[type(block)]
               ^
[ stdin ]:17: Unexpected token after arithmetic expression (Id.Arith_LParen != Id.Arith_RBracket)
osh7 pp gc-stats_

[osh stdout] Expected '' Got 'TODO\n'

stdout:
TODO
stderr: