status | osh | osh-cpp | |
pass | 12 | 10 | |
ok | 1 | 1 | |
FAIL | 0 | 2 | |
total | 13 | 13 | |
case | osh | osh-cpp | description |
0 | pass | pass | Case statement |
1 | pass | pass | Case statement with ;;& |
2 | pass | pass | Case statement with ;& |
3 | pass | pass | Case with empty condition |
4 | pass | pass | Match a literal with a glob character |
5 | pass | pass | Match a literal with a glob character with a dynamic pattern |
6 | pass | pass | Quoted literal in glob pattern |
7 | pass | pass | Multiple Patterns Match |
8 | pass | FAIL | Pattern ? matches 1 code point (many bytes), but not multiple code points |
details | |||
9 | ok | ok | matching the byte 0xff against empty string - DISABLED - CI only bug? |
details | details | ||
10 | pass | FAIL | matching every byte against itself |
details | |||
11 | pass | pass | \(\) in pattern (regression) |
12 | pass | pass | case \n bug regression |
22 passed, 2 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
osh-cpp | 8 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 |
osh | 9 matching the byte 0xff against empty string - DISABLED - CI only bug? stdout: soil-ci-buster-slim-bugstderr: |
osh-cpp | 9 matching the byte 0xff against empty string - DISABLED - CI only bug? stdout: soil-ci-buster-slim-bugstderr: |
osh-cpp | 10 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 |