Tracking issue: convert library-testing ui tests to unit tests #104676
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
We generally prefer library features to be tested as unit tests, not ui tests: this clearly separates things testing the compiler from things testing the library, and also ui tests are easier and faster to run and they are formatted, checked, and linted together with the rest of the library more easily. Also our unit tests are actually run by Miri, but ui tests are not (and it's much harder to do so).
AFAIK some existing tests have already been converted, but I don't know if this was ever done systematically.
compile_fail
doc tests, but this does not always make senseCc @rust-lang/libs -- AFAIK this has already been policy for a while? @thomcc said there is no tracking issue though so here we go. :D
The text was updated successfully, but these errors were encountered: