Results for case_.test.sh

statusoshosh-cpp
pass 1210
ok 11
FAIL 02
total1313
caseoshosh-cppdescription
0pass pass Case statement
1pass pass Case statement with ;;&
2pass pass Case statement with ;&
3pass pass Case with empty condition
4pass pass Match a literal with a glob character
5pass pass Match a literal with a glob character with a dynamic pattern
6pass pass Quoted literal in glob pattern
7pass pass Multiple Patterns Match
8pass FAIL Pattern ? matches 1 code point (many bytes), but not multiple code points
details
9ok ok matching the byte 0xff against empty string - DISABLED - CI only bug?
detailsdetails
10pass FAIL matching every byte against itself
details
11pass pass \(\) in pattern (regression)
12pass pass case \n bug regression
22 passed, 2 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh-cpp8 Pattern ? matches 1 code point (many bytes), but not multiple code points

[osh-cpp stdout] Expected 'yes\nyes\nno\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
osh9 matching the byte 0xff against empty string - DISABLED - CI only bug?

stdout:
soil-ci-buster-slim-bug
stderr:
osh-cpp9 matching the byte 0xff against empty string - DISABLED - CI only bug?

stdout:
soil-ci-buster-slim-bug
stderr:
osh-cpp10 matching every byte against itself

[osh-cpp stdout] Expected 'sum=255\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