50 passed, 0 OK, 0 not implemented, 0 BUG, 8 failed, 0 timeouts, 0 cases skipped 8 failed under osh
osh | 19 \t for 24h time (HH:MM:SS) [osh stdout] Expected 'matched=0\n', got 'matched=1\n' stdout: matched=1stderr: |
osh-cpp | 19 \t for 24h time (HH:MM:SS) [osh-cpp stdout] Expected 'matched=0\n', got 'matched=1\n' stdout: matched=1stderr: |
osh | 20 \T for 12h time (HH:MM:SS) [osh stdout] Expected 'matched=0\n', got 'matched=1\n' stdout: matched=1stderr: |
osh-cpp | 20 \T for 12h time (HH:MM:SS) [osh-cpp stdout] Expected 'matched=0\n', got 'matched=1\n' stdout: matched=1stderr: |
osh | 21 \@ for 12h time (HH:MM AM/PM) [osh stdout] Expected 'matched=0\n', got 'matched=1\n' stdout: matched=1stderr: |
osh-cpp | 21 \@ for 12h time (HH:MM AM/PM) [osh-cpp stdout] Expected 'matched=0\n', got 'matched=1\n' stdout: matched=1stderr: |
osh | 23 \d for date [osh stdout] Expected 'matched=0\n', got 'matched=1\n' stdout: matched=1stderr: |
osh-cpp | 23 \d for date [osh-cpp stdout] Expected 'matched=0\n', got 'matched=1\n' stdout: matched=1stderr: |
osh | 27 \j for number of jobs [osh stdout] Expected 'matched=0\nmatched=0\nsleep 5\nmatched=0\n', got 'matched=1\nmatched=1\nmatched=1\n' stdout: matched=1 matched=1 matched=1stderr: set -m # enable job control ^~ [ stdin ]:1: 'set' got invalid flag '-m' kill: failed to parse argument: '%%' fg: PID 19749 Continued [ stdin ]:9: fg builtin I/O error: No such process |
osh-cpp | 27 \j for number of jobs [osh-cpp stdout] Expected 'matched=0\nmatched=0\nsleep 5\nmatched=0\n', got 'matched=1\nmatched=1\nmatched=1\n' stdout: matched=1 matched=1 matched=1stderr: set -m # enable job control ^~ [ stdin ]:1: 'set' got invalid flag '-m' kill: failed to parse argument: '%%' fg: PID 20629 Continued [ stdin ]:9: fg builtin I/O error: No such process |
osh | 28 \l for TTY device basename [osh stdout] Expected 'matched=0\n', got 'matched=1\n' stdout: matched=1stderr: |
osh-cpp | 28 \l for TTY device basename [osh-cpp stdout] Expected 'matched=0\n', got 'matched=1\n' stdout: matched=1stderr: |
osh | 29 \! for history number [osh stdout] Expected 'matched=0\nmatched=0\n', got 'matched=1\nmatched=1\n' stdout: matched=1 matched=1stderr: set -o history # enable history ^~~ [ stdin ]:1: 'set' got invalid option 'history' |
osh-cpp | 29 \! for history number [osh-cpp stdout] Expected 'matched=0\nmatched=0\n', got 'matched=1\nmatched=1\n' stdout: matched=1 matched=1stderr: set -o history # enable history ^~~ [ stdin ]:1: 'set' got invalid option 'history' |
osh | 30 \# for command number [osh stdout] Expected 'matched=0\n', got 'matched=1\n' stdout: matched=1stderr: |
osh-cpp | 30 \# for command number [osh-cpp stdout] Expected 'matched=0\n', got 'matched=1\n' stdout: matched=1stderr: |