Closed
Description
run-pass
test were recently merged into UI tests (#53860, #53992, #53994), which is unfortunate in several aspects.
If you are working with diagnostics (changing spans, labels, error messages, etc) or in "compile-fail" area in general, and want to check the result on UI tests, then there's absolutely no need to run thousands of run-pass tests (+ their NLL variations) as well, which are also quite slow because you have to launch both the compiler and the produced executable.