spec test index / oilshell.org
status | osh | osh_.py | osh_.cc | |
pass | 2 | 0 | 0 | |
FAIL | 0 | 2 | 2 | |
total | 2 | 2 | 2 | |
case | osh | osh_.py | osh_.cc | description |
0 | pass | FAIL | FAIL | Subshell exit code |
details | details | |||
1 | pass | FAIL | FAIL | Subshell with redirects |
details | details |
2 passed, 0 OK, 0 not implemented, 0 BUG, 4 failed, 0 timeouts, 0 cases skipped
osh_.py | 0 Subshell exit code [osh_.py stdout] Expected '1\n', got '0\n' stdout: 0stderr: |
osh_.cc | 0 Subshell exit code [osh_.cc stdout] Expected '1\n', got '0\n' stdout: 0stderr: |
osh_.py | 1 Subshell with redirects [osh_.py stdout] Expected 'status=0\n1\n2\n3\n4\n5\n', got 'status=0\n(cmd_value.Argv argv:[cat a.txt b.txt c.txt d.txt] arg_spids:[66 68 70 72 74])\n' stdout: status=0 (cmd_value.Argv argv:[cat a.txt b.txt c.txt d.txt] arg_spids:[66 68 70 72 74])stderr: Unhandled SimpleCommand |
osh_.cc | 1 Subshell with redirects [osh_.cc stdout] Expected 'status=0\n1\n2\n3\n4\n5\n', got 'status=0\n(cmd_value.Argv argv:[cat a.txt b.txt c.txt d.txt] arg_spids:[66 68 70 72 74])\n' stdout: status=0 (cmd_value.Argv argv:[cat a.txt b.txt c.txt d.txt] arg_spids:[66 68 70 72 74])stderr: Unhandled SimpleCommand |