Results for ysh-stdlib-2.test.sh

statusyshysh_ALT
pass 109
FAIL 12
total1111
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 two.sh
details
10FAIL FAIL smoke test for stream.ysh and table.ysh
detailsdetails
19 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

ysh_ALT9 smoke test for two.sh

[ysh_ALT stdout] Expected 'status=1\n', got ''
[ysh_ALT status] Expected 0, got 2

stdout:
stderr: 
  source --builtin two.sh
                   ^~~~~~
[ stdin ]:1: source --builtin 'stdlib/two.sh' failed: No such builtin file
  source --builtin two.sh
  ^~~~~~
[ stdin ]:1: errexit PID 36345: command.Simple failed with status 2
ysh10 smoke test for stream.ysh and table.ysh

[ysh status] Expected 0, got 1

stdout:
stderr: 
/home/uke/oil/test/byo-client.sh: line 27: stdlib/two.sh: No such file or directory
  $REPO_ROOT/test/byo-client.sh run-tests $SH $REPO_ROOT/stdlib/stream.ysh
  ^~~~~~~~~~
[ stdin ]:9: errexit PID 36346: command.Simple failed with status 1
ysh_ALT10 smoke test for stream.ysh and table.ysh

[ysh_ALT status] Expected 0, got 2

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