spec test index / oilshell.org
status | osh | osh-cpp | |
pass | 13 | 12 | |
FAIL | 1 | 2 | |
total | 14 | 14 | |
case | osh | osh-cpp | description |
0 | pass | FAIL | Type objects Bool, Int, Float, etc. |
details | |||
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 | pass | pp value (x) is like = keyword |
25 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh-cpp | 0 Type objects Bool, Int, Float, etc. [osh-cpp stdout] Expected '(Obj) ("name":"Bool") --> ("__index__":<BuiltinFunc>)\n(Obj) ("name":"Int") --> ("__index__":<BuiltinFunc>)\n(Obj) ("name":"Float") --> ("__index__":<BuiltinFunc>)\n(Obj) ("name":"Str") --> ("__index__":<BuiltinFunc>)\n(Obj) ("name":"List") --> ("__index__":<BuiltinFunc>)\n(Obj) ("name":"Dict") --> ("__index__":<BuiltinFunc>)\n(Obj) ("new":<BuiltinFunc>,"name":"Obj") --> ("__index__":<BuiltinFunc>)\n\n(Bool) true\n(Bool) true\n' Got '(Obj) ("name":"Bool") --> ("__index__":<BuiltinFunc>)\n(Obj) ("name":"Int") --> ("__index__":<BuiltinFunc>)\n(Obj) ("name":"Float") --> ("__index__":<BuiltinFunc>)\n(Obj) ("name":"Str") --> ("__index__":<BuiltinFunc>)\n(Obj) ("name":"List") --> ("__index__":<BuiltinFunc>)\n(Obj) ("name":"Dict") --> ("__index__":<BuiltinFunc>)\n(Obj) ("name":"Obj","new":<BuiltinFunc>) --> ("__index__":<BuiltinFunc>)\n\n(Bool) true\n(Bool) true\n' stdout: (Obj) ("name":"Bool") --> ("__index__":<BuiltinFunc>) (Obj) ("name":"Int") --> ("__index__":<BuiltinFunc>) (Obj) ("name":"Float") --> ("__index__":<BuiltinFunc>) (Obj) ("name":"Str") --> ("__index__":<BuiltinFunc>) (Obj) ("name":"List") --> ("__index__":<BuiltinFunc>) (Obj) ("name":"Dict") --> ("__index__":<BuiltinFunc>) (Obj) ("name":"Obj","new":<BuiltinFunc>) --> ("__index__":<BuiltinFunc>) (Bool) true (Bool) truestderr: |
osh | 7 pp gc-stats_ [osh stdout] Expected '', got 'TODO\n' stdout: TODOstderr: |
osh-cpp | 7 pp gc-stats_ [osh-cpp stdout] Expected '', got 'TODO\n' stdout: TODOstderr: |