Results for ysh-TODO-deprecate.test.sh

statusosh
pass 12
FAIL 1
total13
caseoshdescription
0pass oil:upgrade as alias for ysh:upgrade
1pass %() array literal
2pass _match() instead of _group()
3FAIL _status instead of _error.code
details
4pass source ///osh/two.sh rather than source --builtin osh/two.sh
5pass OILS_VERSION, not OIL_VERSION
6pass s.upper(), not s => upper() (might keep this)
7pass fopen can be spelled redir
8pass Dict => keys()
9pass Obj API
10pass evalInFrame() and evalToDict()
11pass YSH case requires ''/dir/*.py workaround
12pass \x7e was the legacy syntax for \y7e
12 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

osh3 _status instead of _error.code

[osh stdout] Expected 'status=42\n' Got ''
[osh status] Expected 0 Got 1

stdout:
stderr: 
  echo status=$_status
              ^~~~~~~~
[ stdin ]:10: fatal: Undefined variable '_status'