compiletest: add a needs-subprocess
directive · Issue #128295 · rust-lang/rust (original) (raw)
This is more semantically meaningful than random e.g. ignore-sgx
directives, and if and when some targets do gain subprocess support, it's easier to update all the tests that rely on subprocesses in one go and try to see if they fail.