spec test index / oilshell.org
56 passed, 1 OK, 6 not implemented, 9 BUG, 4 failed, 0 timeouts, 0 cases skipped 4 failed under osh
mksh | 5 trap ERR and pipeline stdout: line=1 line=1stderr: |
ash | 5 trap ERR and pipeline stdout: line=1 line=1stderr: |
osh | 5 trap ERR and pipeline [osh stdout] Expected 'line=3\nline=5\n', got 'line=3\nline=3\nline=5\nline=5\n' stdout: line=3 line=3 line=5 line=5stderr: |
bash | 6 trap ERR pipelines without simple commands stdout: assign subshell subshell dparen dbracket okstderr: |
osh | 6 trap ERR pipelines without simple commands [osh stdout] Expected 'assign\nsubshell\ndparen\ndbracket\nok\n', got 'assign\nassign\nsubshell\nsubshell\ndparen\ndparen\ndbracket\ndbracket\nok\n' stdout: assign assign subshell subshell dparen dparen dbracket dbracket okstderr: |
mksh | 9 set -o errtrace: trap ERR runs in subprograms stdout: stderr: |
ash | 9 set -o errtrace: trap ERR runs in subprograms stdout: subshell async line=14 okstderr: |
osh | 9 set -o errtrace: trap ERR runs in subprograms [osh stdout] Expected 'line=6\nsubshell\nline=12\nasync\nline=14\nok\n' Got 'subshell\nasync\nline=14\nok\n' stdout: subshell async line=14 okstderr: set -o errtrace ^~~ [ stdin ]:3: 'set' got invalid option 'errtrace' [1] Done PID 11998 [1] Done PID 11999 |
mksh | 10 trap ERR not active in shell functions in (bash behavior) stdout: line=4stderr: |
mksh | 11 set -o errtrace - trap ERR runs in shell functions stdout: line=4 line=10stderr: mksh: <stdin>[16]: set: errtrace: bad option |
osh | 11 set -o errtrace - trap ERR runs in shell functions [osh stdout] Expected 'line=14\nnow with errtrace\nline=4\nline=10\nline=20\nok\n' Got 'line=10\nline=16\nnow with errtrace\nline=10\nok\n' stdout: line=10 line=16 now with errtrace line=10 okstderr: set -o errtrace ^~~ [ stdin ]:16: 'set' got invalid option 'errtrace' |
mksh | 12 trap ERR with "atoms": assignment (( [[ stdout: line=3 line=3 line=7 okstderr: |
bash | 14 trap ERR with redirect stdout: line=3 line=3 okstderr: bash: line 7: /zz: Permission denied |
mksh | 14 trap ERR with redirect stdout: line=3 line=3 okstderr: mksh: <stdin>[7]: can't create /zz: Permission denied |
ash | 14 trap ERR with redirect stdout: line=3 okstderr: ash: can't create /zz: Permission denied |
bash | 15 trap ERR with YSH proc stdout: stderr: |
mksh | 15 trap ERR with YSH proc stdout: stderr: |
ash | 15 trap ERR with YSH proc stdout: stderr: |
ash | 17 trap ERR and pipelines (lastpipe and PIPESTATUS difference) stdout: stderr: |
osh | 17 trap ERR and pipelines (lastpipe and PIPESTATUS difference) stdout: A err [] status=1 [] B err [] status=1 [0 0] err [] status=1 [0 1] err [] status=1 [0 1 0] okstderr: |