Closed
Description
On Windows, since process spawning is very slow, we use the strategy of combining a (large) subset of the tests into one program, and then compiling that once and running it.
This strategy has some drawbacks/weaknesses, and has introduced some problems.
This metabug is a place to relate those issues. The intention is to collect problems that arise from the check-fast target itself; that is, problems that would affect any use of check-fast as a sole test driver for a target (as opposed to problems that would affect Windows alone; i.e. if we were to port to some a new target platform that also only used check-fast as its test target).