spec test index / oilshell.org
57 passed, 12 OK, 7 not implemented, 4 BUG, 0 failed, 0 timeouts, 0 cases skipped
dash | 2 Source nonexistent stdout: status=127stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/dash: 1: source: not found |
zsh | 2 Source nonexistent stdout: status=127stderr: source: no such file or directory: /nonexistent/path |
dash | 3 Source with no arguments stdout: status=127stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/dash: 1: source: not found |
mksh | 3 Source with no arguments stdout: status=1stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/mksh: <stdin>[1]: source: missing argument |
zsh | 3 Source with no arguments stdout: status=1stderr: source: not enough arguments |
dash | 4 Source with arguments stdout: show-argv:stderr: |
dash | 5 Source from a function, mutating argv and defining a local var stdout: source-argv: args to func source-argv: to func func foo=foo_val foo=stderr: |
dash | 6 Source with syntax error stdout: stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/dash: 2: /home/andy/git/oilshell/oil/_tmp/spec-tmp/builtin-eval-source.test.sh/syntax-error.sh: Syntax error: newline unexpected |
bash | 6 Source with syntax error stdout: status=1stderr: /home/andy/git/oilshell/oil/_tmp/spec-tmp/builtin-eval-source.test.sh/syntax-error.sh: line 1: syntax error near unexpected token `newline' /home/andy/git/oilshell/oil/_tmp/spec-tmp/builtin-eval-source.test.sh/syntax-error.sh: line 1: `echo >' |
mksh | 6 Source with syntax error stdout: status=1stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/mksh: /home/andy/git/oilshell/oil/_tmp/spec-tmp/builtin-eval-source.test.sh/syntax-error.sh[1]: syntax error: 'newline' unexpected |
zsh | 6 Source with syntax error stdout: status=126stderr: /home/andy/git/oilshell/oil/_tmp/spec-tmp/builtin-eval-source.test.sh/syntax-error.sh:2: parse error near `\n' |
dash | 7 Eval with syntax error stdout: stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/dash: 1: eval: Syntax error: end of file unexpected |
bash | 7 Eval with syntax error stdout: status=1stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/bash: eval: line 1: syntax error near unexpected token `newline' /home/andy/git/oilshell/oil/_tmp/spec-bin/bash: eval: line 1: `echo >' |
mksh | 7 Eval with syntax error stdout: stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/mksh: syntax error: 'newline' unexpected |
zsh | 7 Eval with syntax error stdout: status=1stderr: zsh: parse error near `>' |
dash | 8 Eval in does tilde expansion stdout: FALSEstderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/dash: 4: [[: not found /home/andy/git/oilshell/oil/_tmp/spec-bin/dash: 5: [[: not found |
mksh | 8 Eval in does tilde expansion stdout: FALSEstderr: |
dash | 9 Eval in bash does tilde expansion in array stdout: stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/dash: 1: eval: Syntax error: "(" unexpected |
mksh | 9 Eval in bash does tilde expansion in array stdout: FALSEstderr: |
zsh | 9 Eval in bash does tilde expansion in array stdout: FALSE FALSEstderr: |
dash | 10 source works for files in current directory (bash only) stdout: stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/dash: 3: .: cmd: not found |
mksh | 10 source works for files in current directory (bash only) stdout: stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/mksh: <stdin>[3]: .: cmd: No such file or directory |
zsh | 10 source works for files in current directory (bash only) stdout: status=127stderr: .: no such file or directory: cmd |