86 passed, 2 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
osh-cpp | 14 Env binding in readonly/declare is NOT exported! (pitfall) [osh-cpp stdout] Expected 'v=None\nv2=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 | 38 redirect after assignment builtin (what's going on with dash/bash/mksh here?) [osh stderr] Expected 'STDERR\n', got '' stdout: donestderr: |
osh-cpp | 38 redirect after assignment builtin (what's going on with dash/bash/mksh here?) [osh-cpp stdout] Expected 'done\n', got '' [osh-cpp stderr] Expected 'STDERR\n', got 'timeout: the monitored command dumped core\n' [osh-cpp status] Expected 0, got -6 stdout: stderr: timeout: the monitored command dumped core |
osh | 39 redirect after command sub (like case above but without assignment builtin) [osh stderr] Expected 'STDERR\n', got '' stdout: stdout=STDOUTstderr: |
osh-cpp | 39 redirect after command sub (like case above but without assignment builtin) [osh-cpp stdout] Expected 'stdout=STDOUT\n', got '' [osh-cpp stderr] Expected 'STDERR\n', got 'timeout: the monitored command dumped core\n' [osh-cpp status] Expected 0, got -6 stdout: stderr: timeout: the monitored command dumped core |
osh-cpp | 40 redirect after bare assignment [osh-cpp stdout] Expected 'done\n', got '' [osh-cpp stderr] Expected u'', got 'timeout: the monitored command dumped core\n' [osh-cpp status] Expected 0, got -6 stdout: stderr: timeout: the monitored command dumped core |
osh | 41 redirect after declare -p stdout: stderr: declare -- foo=bar |
osh-cpp | 41 redirect after declare -p stdout: stderr: declare -- foo=bar |