spec test index / oilshell.org
status | ysh | ysh_ALT | |
pass | 11 | 11 | |
total | 11 | 11 | |
case | ysh | ysh_ALT | description |
0 | pass | pass | Object() creates prototype chain |
1 | pass | pass | prototype() |
2 | pass | pass | propView() |
3 | pass | pass | Mutating method lookup with -> |
4 | pass | pass | Mutating method must be up the prototype chain, not on the object |
5 | pass | pass | Copy to Dict with dict(), and mutate |
6 | pass | pass | setvar obj.attr = and += and ... |
7 | pass | pass | can't encode objects as JSON |
8 | pass | pass | Can all builtin methods with s.upper() |
9 | pass | pass | invokable Obj must be have prototype containing __invoke__ of value.Proc - type -t |
10 | pass | pass | Object with longer prototype chain |
22 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped