status | bash | mksh | ksh | toysh | sush | brush | osh | |
pass | 2 | 1 | 2 | 0 | 0 | 0 | 0 | |
ok | 0 | 1 | 0 | 0 | 0 | 0 | 0 | |
FAIL | 0 | 0 | 0 | 2 | 2 | 2 | 2 | |
total | 2 | 2 | 2 | 2 | 2 | 2 | 2 | |
case | bash | mksh | ksh | toysh | sush | brush | osh | description |
0 | pass | ok | pass | FAIL | FAIL | FAIL | FAIL | Kills the process with SIGTERM |
details | details | details | details | details | ||||
1 | pass | pass | pass | FAIL | FAIL | FAIL | FAIL | Kills the process with SIGKILL |
details | details | details | details |
5 passed, 1 OK, 0 not implemented, 0 BUG, 8 failed, 0 timeouts, 0 cases skipped 2 failed under osh
mksh | 0 Kills the process with SIGTERM stdout: 0stderr: |
toysh | 0 Kills the process with SIGTERM [toysh stdout] Expected '143\n', got '0\n' stdout: 0stderr: sh: builtin: No such file or directory |
sush | 0 Kills the process with SIGTERM [sush stdout] Expected '143\n', got '0\n' stdout: 0stderr: 3668956 |
brush | 0 Kills the process with SIGTERM [brush stdout] Expected '143\n', got '0\n' stdout: 0stderr: kill: invalid signal name |
osh | 0 Kills the process with SIGTERM [osh stdout] Expected '143\n', got '0\n' stdout: 0stderr: builtin kill -15 $pid ^~~~ [ stdin ]:3: 'kill' isn't a shell builtin |
toysh | 1 Kills the process with SIGKILL [toysh stdout] Expected '137\n', got '0\n' stdout: 0stderr: sh: builtin: No such file or directory |
sush | 1 Kills the process with SIGKILL [sush stdout] Expected '137\n', got '0\n' stdout: 0stderr: 3670016 |
brush | 1 Kills the process with SIGKILL [brush stdout] Expected '137\n', got '0\n' stdout: 0stderr: kill: invalid signal name |
osh | 1 Kills the process with SIGKILL [osh stdout] Expected '137\n', got '0\n' stdout: 0stderr: builtin kill -9 $pid ^~~~ [ stdin ]:3: 'kill' isn't a shell builtin |