59 passed, 2 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
osh | 5 Here doc with bad var delimiter stdout: stderr: cat <<${a} ^~ [ stdin ]:1: Invalid here doc delimiter |
osh-cpp | 5 Here doc with bad var delimiter stdout: stderr: cat <<${a} ^~ [ stdin ]:1: Invalid here doc delimiter |
osh-cpp | 9 Here doc with var sub, command sub, arith sub [osh-cpp stdout] Expected 'var: v\ncommand: hi\narith: 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 |
osh-cpp | 29 Here doc within subshell with boolean [osh-cpp stdout] Expected '0\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-cpp | 31 Nested here docs which are indented [osh-cpp stdout] Expected 'outside\ninside\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 | 32 Multiple here docs in pipeline [osh stdout] Expected '0: 3: fd3\n5: fd5\nok\n', got '' stdout: stderr: |
osh-cpp | 32 Multiple here docs in pipeline [osh-cpp stdout] Expected '0: 3: fd3\n5: fd5\nok\n', got '' stdout: stderr: |
osh | 33 Multiple here docs in pipeline on multiple lines [osh stdout] Expected '0: 3: fd3\n5: fd5\nok\n', got '' stdout: stderr: |
osh-cpp | 33 Multiple here docs in pipeline on multiple lines [osh-cpp stdout] Expected '0: 3: fd3\n5: fd5\nok\n', got '' stdout: stderr: |