status | bash | mksh | ksh | toysh | sush | brush | osh | |
pass | 3 | 0 | 1 | 0 | 0 | 3 | 2 | |
N-I | 0 | 1 | 0 | 0 | 0 | 0 | 0 | |
BUG | 0 | 2 | 0 | 0 | 0 | 0 | 0 | |
FAIL | 0 | 0 | 2 | 3 | 3 | 0 | 1 | |
total | 3 | 3 | 3 | 3 | 3 | 3 | 3 | |
case | bash | mksh | ksh | toysh | sush | brush | osh | description |
0 | pass | N-I | pass | FAIL | FAIL | pass | pass | More eval 'local v=' |
details | details | details | ||||||
1 | pass | BUG | FAIL | FAIL | FAIL | pass | FAIL | Temp bindings with local |
details | details | details | details | details | ||||
2 | pass | BUG | FAIL | FAIL | FAIL | pass | pass | Temp bindings with unset |
details | details | details | details |
9 passed, 0 OK, 1 not implemented, 2 BUG, 9 failed, 0 timeouts, 0 cases skipped 1 failed under osh
mksh | 0 More eval 'local v=' stdout: stderr: |
toysh | 0 More eval 'local v=' [toysh stdout] Expected 'x=x\ny=y\nz=z\n', got '' [toysh status] Expected 0, got -6 stdout: stderr: munmap_chunk(): invalid pointer |
sush | 0 More eval 'local v=' [sush stdout] Expected 'x=x\ny=y\nz=z\n', got 'x=x\n' [sush status] Expected 0, got 1 stdout: x=xstderr: |
mksh | 1 Temp bindings with local stdout: x= tx= y= ty=stderr: |
ksh | 1 Temp bindings with local [ksh stdout] Expected 'x=x\ntx=tx\ny=y\nty=ty\n', got 'x=\ntx=\ny=\nty=\n' stdout: x= tx= y= ty=stderr: |
toysh | 1 Temp bindings with local [toysh stdout] Expected 'x=x\ntx=tx\ny=y\nty=ty\n', got 'x=\ntx=\ny=\nty=\n' stdout: x= tx= y= ty=stderr: |
sush | 1 Temp bindings with local [sush stdout] Expected 'x=x\ntx=tx\ny=y\nty=ty\n', got 'x=\ntx=\ny=\nty=\n' stdout: x= tx= y= ty=stderr: |
osh | 1 Temp bindings with local [osh stdout] Expected 'x=x\ntx=tx\ny=y\nty=ty\n', got 'x=\ntx=\ny=\nty=\n' stdout: x= tx= y= ty=stderr: |
mksh | 2 Temp bindings with unset stdout: x= --- x= x= --- x= x= --- x= x=stderr: |
ksh | 2 Temp bindings with unset [ksh stdout] Expected 'x=\n---\nx=\nx=\n---\nx=42\nx=42\n---\nx=42\nx=42\n' Got 'x=\n---\nx=\nx=\n---\nx=\nx=\n---\nx=\nx=\n' stdout: x= --- x= x= --- x= x= --- x= x=stderr: |
toysh | 2 Temp bindings with unset [toysh stdout] Expected 'x=\n---\nx=\nx=\n---\nx=42\nx=42\n---\nx=42\nx=42\n' Got 'x=\n---\nx=\nx=\n---\nx=\nx=\n---\n' [toysh status] Expected 0, got -6 stdout: x= --- x= x= --- x= x= ---stderr: munmap_chunk(): invalid pointer |
sush | 2 Temp bindings with unset [sush stdout] Expected 'x=\n---\nx=\nx=\n---\nx=42\nx=42\n---\nx=42\nx=42\n' Got 'x=\n---\nx=\nx=\n---\nx=\nx=\n---\nx=\nx=\n' stdout: x= --- x= x= --- x= x= --- x= x=stderr: |