Results for ysh-builtin-ctx.test.sh

statusysh
pass 7
FAIL 1
total8
caseyshdescription
0pass ctx push and set
1pass ctx emit
2pass nested ctx
3FAIL error in context
details
4pass no context, set
5pass no context, emit
6pass mini-parseArgs
7pass ctx with value.Place, not List/Dict (error location bug fix)
7 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

ysh3 error in context

[ysh stdout] Expected 'status=100\n' Got ''
[ysh status] Expected 0 Got 1

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