| status | bash | dash | ash | zsh | mksh | ksh | toysh | sush | brush | osh | |
| pass | 9 | 6 | 6 | 9 | 9 | 9 | 7 | 7 | 8 | 6 | |
| ok | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |
| N-I | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |
| BUG | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |
| FAIL | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 2 | 1 | 3 | |
| total | 9 | 9 | 9 | 9 | 9 | 9 | 9 | 9 | 9 | 9 | |
| case | bash | dash | ash | zsh | mksh | ksh | toysh | sush | brush | osh | description |
| 0 | pass | pass | pass | pass | pass | pass | FAIL | pass | FAIL | pass | (( closed with ) ) after multiple lines is command - #2337 |
| details | details | ||||||||||
| 1 | pass | BUG | BUG | pass | pass | pass | pass | pass | pass | FAIL | $(( closed with ) ) after multiple lines is command - #2337 |
| details | details | details | |||||||||
| 2 | pass | ok | ok | pass | pass | pass | pass | FAIL | pass | FAIL | (( closed with )) after multiple lines is parse error - #2337 |
| details | details | details | details | ||||||||
| 3 | pass | pass | pass | pass | pass | pass | pass | FAIL | pass | pass | $(( closed with )) after multiple lines is parse error - #2337 |
| details | |||||||||||
| 4 | pass | pass | pass | pass | pass | pass | pass | pass | pass | pass | (((grep example - 4+ instances in regtest/aports - #2337 |
| 5 | pass | pass | pass | pass | pass | pass | pass | pass | pass | pass | ((gzip example - zdiff package - #2337 |
| 6 | pass | pass | pass | pass | pass | pass | pass | pass | pass | pass | ((pkg-config example - postfix package - #2337 |
| 7 | pass | pass | pass | pass | pass | pass | FAIL | pass | pass | pass | ((test example - liblo package - #2337 |
| details | |||||||||||
| 8 | pass | N-I | N-I | pass | pass | pass | pass | pass | pass | FAIL | $((which example - command sub versus arith sub - gnunet-gtk package |
| details | details | details |
76 passed, 2 OK, 2 not implemented, 2 BUG, 8 failed, 0 timeouts, 0 cases skipped 3 failed under osh
| toysh | 0 (( closed with ) ) after multiple lines is command - #2337 [toysh stdout] Expected '1\n2\n3\n' Got '1 echo 2 (( x )) : 0 echo 3\n' stdout: 1 echo 2 (( x )) : 0 echo 3stderr: |
| brush | 0 (( closed with ) ) after multiple lines is command - #2337 [brush stdout] Expected '1\n2\n3\n' Got '' stdout: stderr: [31merror:[39m arithmetic evaluation error: failed to parse expression: 'echo 1 echo 2 ((x)) : 0 echo 3 ' |
| dash | 1 $(( closed with ) ) after multiple lines is command - #2337 stdout: stderr: dash: 8: Syntax error: Missing '))' |
| ash | 1 $(( closed with ) ) after multiple lines is command - #2337 stdout: stderr: ash: syntax error: missing '))' |
| osh | 1 $(( closed with ) ) after multiple lines is command - #2337 [osh stdout] Expected '1 2 3\n' Got '' [osh status] Expected 0 Got 2 stdout: stderr: echo $(( echo 1
^
[ stdin ]:1: Unexpected token after arithmetic expression (Id.Word_Compound != Id.Arith_RParen)
|
| dash | 2 (( closed with )) after multiple lines is parse error - #2337 stdout: 1 2 3stderr: dash: 4: x: not found |
| ash | 2 (( closed with )) after multiple lines is parse error - #2337 stdout: 1 2 3stderr: ash: x: not found |
| sush | 2 (( closed with )) after multiple lines is parse error - #2337 [sush stdout] Expected 'ok\n' Got '1\n2\n3\n' stdout: 1 2 3stderr: |
| osh | 2 (( closed with )) after multiple lines is parse error - #2337 [osh stdout] Expected 'ok\n' Got '1\n2\n3\n' stdout: 1 2 3stderr: |
| sush | 3 $(( closed with )) after multiple lines is parse error - #2337 [sush stdout] Expected 'ok\n' Got '1 2 3\n' stdout: 1 2 3stderr: |
| toysh | 7 ((test example - liblo package - #2337 [toysh stdout] Expected 'bye\n' Got '' [toysh status] Expected 0 Got 2 stdout: stderr: main: line 1: sh: syntax error: ( |
| dash | 8 $((which example - command sub versus arith sub - gnunet-gtk package stdout: stderr: dash: 6: Syntax error: Missing '))' |
| ash | 8 $((which example - command sub versus arith sub - gnunet-gtk package stdout: stderr: ash: syntax error: missing '))' |
| osh | 8 $((which example - command sub versus arith sub - gnunet-gtk package [osh stdout] Expected 'bye\n' Got '' [osh status] Expected 0 Got 2 stdout: stderr: gtk_update_icon_cache_bin="$((which gtk-update-icon-cache ||
^~~
[ stdin ]:1: Unexpected token after arithmetic expression (Id.Word_Compound != Id.Arith_RParen)
|