spec test index / oilshell.org
102 passed, 4 OK, 16 not implemented, 3 BUG, 0 failed, 0 timeouts, 0 cases skipped
zsh | 3 Redirect in Pipeline stdout: 1stderr: hi |
dash | 6 PIPESTATUS stdout: stderr: dash: 5: Bad substitution |
zsh | 6 PIPESTATUS stdout: stderr: |
dash | 7 PIPESTATUS is set on simple commands, but NOT in OSH stdout: stderr: |
zsh | 7 PIPESTATUS is set on simple commands, but NOT in OSH stdout: stderr: |
osh | 7 PIPESTATUS is set on simple commands, but NOT in OSH stdout: pipestatusstderr: |
dash | 8 PIPESTATUS with shopt -s lastpipe stdout: stderr: dash: 1: shopt: not found dash: 6: Bad substitution |
zsh | 8 PIPESTATUS with shopt -s lastpipe stdout: stderr: zsh: command not found: shopt |
dash | 9 |& stdout: stderr: dash: 1: Syntax error: "&" unexpected |
mksh | 9 |& stdout: stderr: STDERR close failed in file object destructor: sys.excepthook is missing lost sys.stderr |
osh | 9 |& stdout: stderr: stdout_stderr.py |& cat ^~ [ stdin ]:1: fatal: |& isn't supported |
zsh | 17 Evaluation of argv[0] in pipeline occurs in child stdout: 1 cmd=echostderr: |
bash | 18 bash/dash/mksh run the last command is run in its own process stdout: line=stderr: |
dash | 18 bash/dash/mksh run the last command is run in its own process stdout: line=stderr: |
mksh | 18 bash/dash/mksh run the last command is run in its own process stdout: line=stderr: |
dash | 19 shopt -s lastpipe (always on in OSH) stdout: line=stderr: dash: 1: shopt: not found |
mksh | 19 shopt -s lastpipe (always on in OSH) stdout: line=stderr: mksh: <stdin>[1]: shopt: not found |
dash | 20 shopt -s lastpipe (always on in OSH) stdout: i=0stderr: dash: 1: shopt: not found dash: 4: i++: not found dash: 4: i++: not found dash: 4: i++: not found |
mksh | 20 shopt -s lastpipe (always on in OSH) stdout: i=0stderr: mksh: <stdin>[1]: shopt: not found |
bash | 21 SIGPIPE causes pipeline to die (regression for issue #295) stdout: 1 0stderr: cat: write error: Broken pipe |
dash | 21 SIGPIPE causes pipeline to die (regression for issue #295) stdout: stderr: cat: write error: Broken pipe dash: 2: Bad substitution |
zsh | 21 SIGPIPE causes pipeline to die (regression for issue #295) stdout: stderr: cat: write error: Broken pipe |
dash | 24 shopt -s lastpipe and shopt -s no_last_fork interaction stdout: stderr: |