Description
cc https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/.E2.9C.94.20bless.20src.2Ftest.2Fui.2Fstats.2Fhir-stats.2Ers.3F, where it took a while to track down why the test was ignored. Doing this for all tests is too much, because there can be many ignored tests in a full x.py test
run, but when only a single test is specified with x test src/test/ui/stats/hir-stats.rs
it's pretty clear that the user intends to run it.
I think
rust/src/tools/compiletest/src/header.rs
Lines 951 to 975 in b435960