Results for whitespace.test.sh

statusoshosh-cpp
pass 30
ok 20
FAIL 05
total55
caseoshosh-cppdescription
0pass FAIL Parsing shell words \r \v
details
1ok FAIL \r in arith expression is allowed by some shells, but not most!
detailsdetails
2ok FAIL whitespace in string to integer conversion
detailsdetails
3pass FAIL \r at end of line is not special
details
4pass FAIL Default IFS does not include \r \v \f
details
3 passed, 2 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh-cpp0 Parsing shell words \r \v

[osh-cpp stdout] Expected "['-', '-']\n['-\\r-']\n['-\\x0b-']\n['-\\x0c-']\n" Got ''
[osh-cpp status] Expected 0, got -6

stdout:
stderr: 
terminate called after throwing an instance of 'IndexError*'
timeout: the monitored command dumped core
osh1 \r in arith expression is allowed by some shells, but not most!

stdout:
['3']
['3']
stderr:
osh-cpp1 \r in arith expression is allowed by some shells, but not most!

[osh-cpp stdout] Expected "['3']\n['3']\n", got ''
[osh-cpp status] Expected 0, got -6

stdout:
stderr: 
terminate called after throwing an instance of 'IndexError*'
timeout: the monitored command dumped core
osh2 whitespace in string to integer conversion

stdout:
43
43
stderr:
osh-cpp2 whitespace in string to integer conversion

[osh-cpp stdout] Expected '43\n43\n', got ''
[osh-cpp status] Expected 0, got -6

stdout:
stderr: 
terminate called after throwing an instance of 'IndexError*'
timeout: the monitored command dumped core
osh-cpp3 \r at end of line is not special

[osh-cpp stdout] Expected "['-\\r']\n", got ''
[osh-cpp status] Expected 0, got -6

stdout:
stderr: 
terminate called after throwing an instance of 'IndexError*'
timeout: the monitored command dumped core
osh-cpp4 Default IFS does not include \r \v \f

[osh-cpp stdout] Expected "['-', '-']\n['-\\r-']\n['-\\x0b-']\n['-\\x0c-']\n" Got ''
[osh-cpp status] Expected 0, got -6

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