Results for builtin-kill.test.sh

statusbashdashashzshmkshkshtoyshsushbrushosh
pass 2002110100
ok 0200100000
FAIL 0020012122
total2222222222
casebashdashashzshmkshkshtoyshsushbrushoshdescription
0pass ok FAIL pass ok FAIL FAIL FAIL FAIL FAIL Kills the process with SIGTERM
detailsdetailsdetailsdetailsdetailsdetailsdetailsdetails
1pass ok FAIL pass pass pass FAIL pass FAIL FAIL Kills the process with SIGKILL
detailsdetailsdetailsdetailsdetails
7 passed, 3 OK, 0 not implemented, 0 BUG, 10 failed, 0 timeouts, 0 cases skipped
2 failed under osh

Details on runs that didn't PASS

dash0 Kills the process with SIGTERM

stdout:
0
stderr:
dash: 3: builtin: not found
ash0 Kills the process with SIGTERM

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

stdout:
0
stderr:
ash: builtin: not found
mksh0 Kills the process with SIGTERM

stdout:
0
stderr:
ksh0 Kills the process with SIGTERM

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

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:
3340276
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
dash1 Kills the process with SIGKILL

stdout:
0
stderr:
dash: 3: builtin: not found
ash1 Kills the process with SIGKILL

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

stdout:
0
stderr:
ash: builtin: not found
toysh1 Kills the process with SIGKILL

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

stdout:
0
stderr:
sh: builtin: No such file or directory
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