process icon indicating copy to clipboard operation
process copied to clipboard

testsuite: Add process-fork-wait test

Open bgamari opened this issue 4 years ago • 1 comments

This test verifies that the use_process_jobs feature works as advertised. Specifically: on Windows waitForProcess should not return until all processes created by the child (including those created with fork) have exited if use_process_jobs is enabled.

Frankly, this test should have been added long ago.

bgamari avatar May 31 '20 21:05 bgamari

Sure, I would be happy to handle it myself. Thanks for the quick feedback.

bgamari avatar Jun 01 '20 10:06 bgamari