30 passed, 0 OK, 25 not implemented, 11 BUG, 0 failed, 0 timeouts, 0 cases skipped
dash | 0 builtin declare a=(x y) is allowed stdout: stderr: |
bash | 0 builtin declare a=(x y) is allowed stdout: declare -a a=([0]="x" [1]="y") fail failstderr: bash: -c: line 1: syntax error near unexpected token `(' bash: -c: line 1: `builtin declare a=(x y); declare -p a' bash: -c: line 1: syntax error near unexpected token `(' bash: -c: line 1: `builtin declare -a a=(x y); declare -p a' |
mksh | 0 builtin declare a=(x y) is allowed stdout: stderr: |
zsh | 0 builtin declare a=(x y) is allowed stdout: stderr: |
ash | 0 builtin declare a=(x y) is allowed stdout: stderr: |
zsh | 1 command export,readonly stdout: stderr: |
dash | 2 command local stdout: s=stderr: |
mksh | 2 command local stdout: s=stderr: mksh: <stdin>[6]: local: not found |
zsh | 2 command local stdout: s=stderr: f:1: command not found: local |
ash | 2 command local stdout: s=stderr: |
dash | 3 export, builtin export stdout: astderr: dash: 6: builtin: not found |
bash | 3 export, builtin export stdout: a b astderr: |
mksh | 3 export, builtin export stdout: a b astderr: |
ash | 3 export, builtin export stdout: a bstderr: ash: builtin: not found |
dash | 4 \builtin declare - ble.sh relies on it stdout: stderr: |
bash | 4 \builtin declare - ble.sh relies on it stdout: a a a a astderr: |
mksh | 4 \builtin declare - ble.sh relies on it stdout: stderr: |
ash | 4 \builtin declare - ble.sh relies on it stdout: stderr: |
dash | 5 \command readonly - similar issue stdout: a a a astderr: |
bash | 5 \command readonly - similar issue stdout: a b a a astderr: |
zsh | 5 \command readonly - similar issue stdout: stderr: |
dash | 6 Dynamic $c readonly - bash and dash change behavior, mksh bug stdout: a astderr: |
bash | 6 Dynamic $c readonly - bash and dash change behavior, mksh bug stdout: a astderr: |
mksh | 6 Dynamic $c readonly - bash and dash change behavior, mksh bug stdout: astderr: mksh: <stdin>[10]: read-only: b |
zsh | 6 Dynamic $c readonly - bash and dash change behavior, mksh bug stdout: stderr: |
dash | 7 static builtin command ASSIGN, command builtin ASSIGN stdout: stderr: |
zsh | 7 static builtin command ASSIGN, command builtin ASSIGN stdout: stderr: |
ash | 7 static builtin command ASSIGN, command builtin ASSIGN stdout: stderr: |
dash | 8 dynamic builtin command ASSIGN, command builtin ASSIGN stdout: stderr: |
zsh | 8 dynamic builtin command ASSIGN, command builtin ASSIGN stdout: stderr: |
ash | 8 dynamic builtin command ASSIGN, command builtin ASSIGN stdout: stderr: |
dash | 9 builtin typeset, export,readonly stdout: stderr: |
ash | 9 builtin typeset, export,readonly stdout: stderr: |
dash | 10 builtin declare,local stdout: stderr: |
mksh | 10 builtin declare,local stdout: stderr: |
ash | 10 builtin declare,local stdout: stderr: |