spec test index / oilshell.org
status | ysh | |
pass | 12 | |
FAIL | 1 | |
total | 13 | |
case | ysh | description |
0 | pass | Object() creates prototype chain |
1 | pass | prototype() |
2 | pass | propView() |
3 | pass | Mutating method lookup with -> |
4 | pass | Mutating method must be up the prototype chain, not on the object |
5 | pass | Copy to Dict with dict(), and mutate |
6 | pass | setvar obj.attr = and += and ... |
7 | pass | obj['attr'] not allowed (for now) |
8 | FAIL | setvar obj['attr'] = 3 ? |
details | ||
9 | pass | can't encode objects as JSON |
10 | pass | Can all builtin methods with s.upper() |
11 | pass | invokable Obj must be have prototype containing __invoke__ of value.Proc - type -t |
12 | pass | Object with longer prototype chain |
12 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
ysh | 8 setvar obj['attr'] = 3 ? [ysh stdout] Expected '', got '(Obj) ("x":99,"y":4)\n' [ysh status] Expected 3, got 0 stdout: (Obj) ("x":99,"y":4)stderr: |