spec test index / oilshell.org
42 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
osh | 21 Typed Args to Hay Node [osh status] Expected 0, got 1 stdout: stderr: when NAME (x > 0) { ^ [ stdin ]:6: fatal: Undefined variable 'x' |
osh-cpp | 21 Typed Args to Hay Node [osh-cpp status] Expected 0, got 1 stdout: stderr: when NAME (x > 0) { ^ [ stdin ]:6: fatal: Undefined variable 'x' |
osh | 22 OSH and hay (dynamic parsing) [osh stdout] Expected "backticks\neval\nTYPE TASK\nCODE \n echo `echo task backticks`\n eval 'echo task eval'\n ___\n" Got '' [osh status] Expected 0, got 2 stdout: stderr: b[1]=1 ^~ /home/uke/oil/spec/testdata/config/osh-hay.osh:14: Use var/setvar to assign in YSH source $REPO_ROOT/spec/testdata/config/osh-hay.osh ^~~~~~ [ stdin ]:1: errexit PID 25102: command.Simple failed with status 2 |
osh-cpp | 22 OSH and hay (dynamic parsing) [osh-cpp stdout] Expected "backticks\neval\nTYPE TASK\nCODE \n echo `echo task backticks`\n eval 'echo task eval'\n ___\n" Got '' [osh-cpp status] Expected 0, got 2 stdout: stderr: b[1]=1 ^~ /home/uke/oil/test/../spec/testdata/config/osh-hay.osh:14: Use var/setvar to assign in YSH source $REPO_ROOT/spec/testdata/config/osh-hay.osh ^~~~~~ [ stdin ]:1: errexit PID 25114: command.Simple failed with status 2 |