mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
20ebbf467d
Combining revisions with only-arch allows specifying that a test only applies to a handful of targets. This allows removing a large amount of repetition in the test suite for tests that do not benefit. The revisions are suboptimal for this for some tests, so they aren't preferred in those cases.