Commits

Dmitri Gribenko committed 9574d03dfa2
StdlibUnittest: ask the child process to terminate, and check its termination status If a child process crashes outside of a test context, the parent process should signal test failure. This behavior is a sign of something bad happening in the child (for example, memory corruption), and should not go unnoticed.