ysh-builtin-ctx () { run-file ysh-builtin-ctx "$@" } run-file () { local spec_name=$1; shift; sh-spec spec/$spec_name.test.sh --compare-shells --oils-bin-dir $PWD/bin "$@" } ysh-builtin-ctx: spec test case results

Results for ysh-builtin-ctx.test.sh

statusysh
pass 8
total8
caseyshdescription
0pass ctx push and set
1pass ctx emit
2pass nested ctx
3pass error in context
4pass no context, set
5pass no context, emit
6pass mini-parseArgs
7pass ctx with value.Place, not List/Dict (error location bug fix)
8 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped