Results for ysh-stdlib-2.test.sh

statusyshysh_ALT
pass 109
FAIL 01
total1010
caseyshysh_ALTdescription
0pass pass join()
1pass pass abs
2pass pass any() and all()
3pass pass sum()
4pass pass @[split(x)] respects IFS
5pass pass @[maybe(x)]
6pass pass maybe() on invalid type is fatal error
7pass pass split() on invalid type is fatal error
8pass pass @[glob(x)]
9pass FAIL smoke test for stream.ysh and table.ysh
details
19 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

ysh_ALT9 smoke test for stream.ysh and table.ysh

[ysh_ALT status] Expected 0, got 2

stdout:
stderr: 
  source --builtin byo-server-lib.bash
                   ^~~~~~~~~~~~~~~~~~~
stdlib/stream.ysh:9: source --builtin 'stdlib/byo-server-lib.bash' failed: No such builtin file
  source --builtin byo-server-lib.bash
  ^~~~~~
stdlib/stream.ysh:9: errexit PID 36365: command.Simple failed with status 2
  source --builtin stream.ysh
  ^~~~~~
[ stdin ]:3: errexit PID 36365: command.Simple failed with status 2