Results for builtin-kill.test.sh

statusbashmkshkshtoyshsushbrushosh
pass 2120000
ok 0100000
FAIL 0002222
total2222222
casebashmkshkshtoyshsushbrushoshdescription
0pass ok pass FAIL FAIL FAIL FAIL Kills the process with SIGTERM
detailsdetailsdetailsdetailsdetails
1pass pass pass FAIL FAIL FAIL FAIL Kills the process with SIGKILL
detailsdetailsdetailsdetails
5 passed, 1 OK, 0 not implemented, 0 BUG, 8 failed, 0 timeouts, 0 cases skipped
2 failed under osh

Details on runs that didn't PASS

mksh0 Kills the process with SIGTERM

stdout:
0
stderr:
toysh0 Kills the process with SIGTERM

[toysh stdout] Expected '143\n', got '0\n'

stdout:
0
stderr:
sh: builtin: No such file or directory
sush0 Kills the process with SIGTERM

[sush stdout] Expected '143\n', got '0\n'

stdout:
0
stderr:
3668956
brush0 Kills the process with SIGTERM

[brush stdout] Expected '143\n', got '0\n'

stdout:
0
stderr:
kill: invalid signal name
osh0 Kills the process with SIGTERM

[osh stdout] Expected '143\n', got '0\n'

stdout:
0
stderr:
  builtin kill -15 $pid
          ^~~~
[ stdin ]:3: 'kill' isn't a shell builtin
toysh1 Kills the process with SIGKILL

[toysh stdout] Expected '137\n', got '0\n'

stdout:
0
stderr:
sh: builtin: No such file or directory
sush1 Kills the process with SIGKILL

[sush stdout] Expected '137\n', got '0\n'

stdout:
0
stderr:
3670016
brush1 Kills the process with SIGKILL

[brush stdout] Expected '137\n', got '0\n'

stdout:
0
stderr:
kill: invalid signal name
osh1 Kills the process with SIGKILL

[osh stdout] Expected '137\n', got '0\n'

stdout:
0
stderr:
  builtin kill -9 $pid
          ^~~~
[ stdin ]:3: 'kill' isn't a shell builtin