34 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
osh-cpp | 1 case in subshell [osh-cpp stdout] Expected 'letter\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 | 2 Command sub word part [osh-cpp stdout] Expected 'FOObarFOO\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 | 3 Backtick [osh-cpp stdout] Expected 'FOObarFOO\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 | 4 Backtick 2 [osh-cpp stdout] Expected 'ls\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 | 5 Nested backticks [osh-cpp stdout] Expected '000000-first\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 | 6 Making command out of command sub should work [osh-cpp stdout] Expected 'split builtin\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 | 8 Command sub with here doc [osh-cpp stdout] Expected 'two one\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 | 10 Command Sub word split [osh-cpp stdout] Expected "['hi', 'there', 'hi there']\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 | 11 Command Sub trailing newline removed [osh-cpp stdout] Expected "['ab\\ncd']\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 | 12 Command Sub trailing whitespace not removed [osh-cpp stdout] Expected "['ab\\ncd\\n ']\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 | 13 Command Sub and exit code [osh-cpp stdout] Expected 'x\n0\n33\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 | 14 Command Sub in local sets exit code [osh-cpp stdout] Expected 'x\n0\n0\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 | 15 Double Quotes in Command Sub in Double Quotes [osh-cpp stdout] Expected 'x hi\nx hi\nx "hi"\nx hi\nx hi\nx hi\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 | 16 Escaped quote in [[ ]] [osh-cpp stdout] Expected '123 456\n"\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 | 17 Quoting " within `` [osh-cpp stdout] Expected '1 "\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 | 18 Quoting $ within `` [osh-cpp stdout] Expected '1 $\n2 $\n3 $\n4 $\n5 \\$\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 | 19 Quoting $ within `` within double quotes [osh-cpp stdout] Expected '1 $\n2 $\n3 $\n4 $\n5 \\$\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 | 20 Quoting \ within `` [osh-cpp stdout] Expected '[1 ]\n[2 ]\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 |
osh-cpp | 21 Quoting \ within `` within double quotes [osh-cpp stdout] Expected '[1 ]\n[2 ]\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 |
osh-cpp | 22 Quoting ( within `` [osh-cpp stdout] Expected '1 (\n2 (\n3 (\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 | 23 Quoting ( within `` within double quotes [osh-cpp stdout] Expected '1 (\n2 (\n3 (\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 | 24 Quoting non-special characters within `` [osh-cpp stdout] Expected '[1 z]\n[2 z]\n[3 \\z]\n[4 \\z]\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 | 25 Quoting non-special characters within `` within double quotes [osh-cpp stdout] Expected '[1 z]\n[2 z]\n[3 \\z]\n[4 \\z]\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 | 26 Quoting double quotes within backticks [osh-cpp stdout] Expected '"foo"\n"foo"\n"foo"\n', got '"foo"\n' [osh-cpp status] Expected 0, got -6 stdout: "foo"stderr: terminate called after throwing an instance of 'IndexError*' timeout: the monitored command dumped core |
osh-cpp | 27 More levels of double quotes in backticks [osh-cpp stdout] Expected '\\foo\\ -\n\\foo\\ -\n\\"foo\\" -\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 Empty command sub $() (command::NoOp) [osh-cpp stdout] Expected '-- ..\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 |