Results for ysh-stdlib-2.test.sh

statusyshysh-cpp
pass 117
FAIL 04
total1111
caseyshysh-cppdescription
0pass pass join()
1pass FAIL abs
details
2pass FAIL any() and all()
details
3pass FAIL sum()
details
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 pass smoke test for two.sh
10pass FAIL smoke test for stream.ysh and table.ysh
details
18 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

ysh-cpp1 abs

[ysh-cpp stdout] Expected '505\n5\n0\n5\n', got ''
[ysh-cpp status] Expected 0, got -6

stdout:
stderr: 
terminate called after throwing an instance of 'IndexError*'
timeout: the monitored command dumped core
ysh-cpp2 any() and all()

[ysh-cpp stdout] Expected 'true\nfalse\nfalse\n__\ntrue\ntrue\nfalse\n', got ''
[ysh-cpp status] Expected 0, got -6

stdout:
stderr: 
terminate called after throwing an instance of 'IndexError*'
timeout: the monitored command dumped core
ysh-cpp3 sum()

[ysh-cpp stdout] Expected '3\n45\n42\n', got ''
[ysh-cpp status] Expected 0, got -6

stdout:
stderr: 
terminate called after throwing an instance of 'IndexError*'
timeout: the monitored command dumped core
ysh-cpp10 smoke test for stream.ysh and table.ysh

[ysh-cpp status] Expected 0, got -6

stdout:
stderr: 
terminate called after throwing an instance of 'IndexError*'
timeout: the monitored command dumped core