Cleanup "no panic support" tests · Issue #135923 · rust-lang/rust (original) (raw)

There are a bunch of tests that say ignore-wasm or ignore-emscripten or ignore-$platform with a comment "no panic support" or "no panic". It would be good to audit them and see if one or more of the following capability-based conditional test execution directives can be used instead:

If those are not sufficient, it would be good to improve the ignore reason anyway.

  1. I'm still working on implementing this directive over at compiletest: add a needs-subprocess directive #128295.