spec test index / oilshell.org
status | osh | osh-cpp | |
pass | 3 | 3 | |
FAIL | 3 | 3 | |
total | 6 | 6 | |
case | osh | osh-cpp | description |
0 | FAIL | FAIL | [[ equality matching |
details | details | ||
1 | FAIL | FAIL | [[ regex matching |
details | details | ||
2 | pass | pass | [ matching |
3 | FAIL | FAIL | case matching |
details | details | ||
4 | pass | pass | file matching |
5 | pass | pass | parameter expansion matching |
6 passed, 0 OK, 0 not implemented, 0 BUG, 6 failed, 0 timeouts, 0 cases skipped 3 failed under osh
osh | 0 [[ equality matching [osh stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n' stdout: 1 1 1 1stderr: |
osh-cpp | 0 [[ equality matching [osh-cpp stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n' stdout: 1 1 1 1stderr: |
osh | 1 [[ regex matching [osh stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n' stdout: 1 1 1 1stderr: |
osh-cpp | 1 [[ regex matching [osh-cpp stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n' stdout: 1 1 1 1stderr: |
osh | 3 case matching [osh stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n' stdout: 1 1 1 1stderr: |
osh-cpp | 3 case matching [osh-cpp stdout] Expected '0\n0\n0\n0\n', got '1\n1\n1\n1\n' stdout: 1 1 1 1stderr: |