Results for ysh-stdlib.test.sh

statusyshysh-cpp
pass 101
FAIL 09
total1010
caseyshysh-cppdescription
0pass pass identity
1pass FAIL max
details
2pass FAIL min
details
3pass FAIL abs
details
4pass FAIL any
details
5pass FAIL all
details
6pass FAIL sum
details
7pass FAIL repeat() string
details
8pass FAIL repeat() list
details
9pass FAIL repeat() error
details
11 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

ysh-cpp1 max

[ysh-cpp stdout] Expected '2\n3\nstatus=3\nstatus=0\nstatus=3\nstatus=3\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 min

[ysh-cpp stdout] Expected '2\n1\nstatus=3\nstatus=0\nstatus=3\nstatus=3\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 abs

[ysh-cpp stdout] Expected '1\n0\n1\n42\n42\nstatus=0\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-cpp4 any

[ysh-cpp stdout] Expected 'false\ntrue\nfalse\ntrue\ntrue\nfalse\ntrue\nfalse\ntrue\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-cpp5 all

[ysh-cpp stdout] Expected 'true\ntrue\nfalse\ntrue\nfalse\nfalse\nfalse\nfalse\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-cpp6 sum

[ysh-cpp stdout] Expected '0\n0\n6\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-cpp7 repeat() string

[ysh-cpp stdout] Expected 'three=foofoofoo\nzero=\nnegative=\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-cpp8 repeat() list

[ysh-cpp stdout] Expected 'three foo bar foo bar foo bar\nzero\nnegative\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-cpp9 repeat() error

[ysh-cpp stdout] Expected 'code=10\ncode=10\ncode=10\n', got 'code=134\ncode=134\ncode=134\n'

stdout:
code=134
code=134
code=134
stderr:
terminate called after throwing an instance of 'IndexError*'
terminate called after throwing an instance of 'IndexError*'
terminate called after throwing an instance of 'IndexError*'