spec test index / oilshell.org
status | osh | osh-cpp | |
pass | 5 | 5 | |
FAIL | 2 | 2 | |
total | 7 | 7 | |
case | osh | osh-cpp | description |
0 | pass | pass | Simple Expr Closure |
1 | pass | pass | Simple Block Closure |
2 | pass | pass | Expr Closures in a Loop ! |
3 | pass | pass | Block Closures in a Loop ! |
4 | pass | pass | Explicit __invoke__ for "objects in a loop", not closures in a loop |
5 | FAIL | FAIL | Expr Closures in a different module |
details | details | ||
6 | FAIL | FAIL | Command Closures in a different module |
details | details |
10 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
osh | 5 Expr Closures in a different module [osh stdout] Expected 'global!\nlocal!\n', got '' [osh status] Expected 0, got 1 stdout: stderr: use $REPO_ROOT/spec/testdata/module2/closure.ysh --pick {local,global}_expr ^~~~~~~~~~ [ stdin ]:3: use: couldn't find '/home/uke/oil/spec/testdata/module2/closure.ysh' use $REPO_ROOT/spec/testdata/module2/closure.ysh --pick {local,global}_expr ^~~ [ stdin ]:3: errexit PID 28775: command.Simple failed with status 1 |
osh-cpp | 5 Expr Closures in a different module [osh-cpp stdout] Expected 'global!\nlocal!\n', got '' [osh-cpp status] Expected 0, got 1 stdout: stderr: [ stdin ]:3: use builtin I/O error: No such file or directory use $REPO_ROOT/spec/testdata/module2/closure.ysh --pick {local,global}_expr ^~~ [ stdin ]:3: errexit PID 28790: command.Simple failed with status 1 |
osh | 6 Command Closures in a different module [osh stdout] Expected 'global!\nlocal!\n', got '' [osh status] Expected 0, got 1 stdout: stderr: use $REPO_ROOT/spec/testdata/module2/closure.ysh --pick {local,global}_block ^~~~~~~~~~ [ stdin ]:3: use: couldn't find '/home/uke/oil/spec/testdata/module2/closure.ysh' use $REPO_ROOT/spec/testdata/module2/closure.ysh --pick {local,global}_block ^~~ [ stdin ]:3: errexit PID 28798: command.Simple failed with status 1 |
osh-cpp | 6 Command Closures in a different module [osh-cpp stdout] Expected 'global!\nlocal!\n', got '' [osh-cpp status] Expected 0, got 1 stdout: stderr: [ stdin ]:3: use builtin I/O error: No such file or directory use $REPO_ROOT/spec/testdata/module2/closure.ysh --pick {local,global}_block ^~~ [ stdin ]:3: errexit PID 28813: command.Simple failed with status 1 |