Skip to content

test: cover thrown errors from exec() kill

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/coverage into master

This commit adds code coverage for the scenario where exec() kills a child process, but the call to ChildProcess#kill() throws an exception.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Merge request reports

Loading