compiletest: investigate if it's possible to do run-time capability detection against target · Issue #135928 · rust-lang/rust (original) (raw)

Some tests are conditioned on capabilities, which are most accurately detected at run-time against the target under cross-compilation scenarios (compared to having to maintain allowlists or denylists of targets). However, implementing this is non-trivial: