spec test index / oilshell.org
status | ysh | |
pass | 13 | |
FAIL | 1 | |
total | 14 | |
case | ysh | description |
0 | pass | Eval does not take a literal block - can restore this later |
1 | pass | Eval a block within a proc |
2 | pass | Eval block created by calling a proc |
3 | pass | eval (block) can read variables like eval '' |
4 | FAIL | eval should have a sandboxed mode |
details | ||
5 | pass | eval with argv bindings |
6 | pass | eval lines with argv bindings |
7 | pass | eval with custom dollar0 |
8 | pass | eval with vars bindings |
9 | pass | dynamic binding names and mutation |
10 | pass | binding procs in the eval-ed namespace |
11 | pass | vars initializes the variable frame, but does not remember it |
12 | pass | eval pos_args must be strings |
13 | pass | eval 'mystring' vs. eval (myblock) |
13 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
ysh | 4 eval should have a sandboxed mode [ysh stdout] Expected 'TODO\n', got '' stdout: stderr: push-frame { ^ [ stdin ]:4: fatal: 'push-frame' appears to be external. External commands don't accept typed args (OILS-ERR-200) |