rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
97.39k stars 12.59k forks source link

Tracking issue for migrating from Glacier to compiletest ICE/crash tracking #125459

Open fmease opened 4 months ago

fmease commented 4 months ago

Tracks the necessary steps to "fully"[^1] transition from rust-lang/glacier to compiletest ICE/crash tracking inside tests/crashes/. See also this Zulip topic.

Steps

Unresolved Questions

[^1]: Glacier|_{rust-lang/rust}, i.e., restriction of Glacier to rust-lang/rust (excluding git submodules/subtrees), i.e., Glacier without support for rustfmt, Cargo, Clippy, Miri ICE/crash tracking

fmease commented 4 months ago

cc @matthiaskrgr

matthiaskrgr commented 4 months ago

I'm not sure if it makes a lot of sense to track crashes inside the rustc repo for tools (rustfmt, clippy, miri etc) that are actually living inside their own repos because in most cases I guess you would "accidentally" fix something during a submodule/tree sync?

fmease commented 4 months ago

Good point. I guess that means T-rustfmt/T-cargo/... for example will need to introduce their own mechanism assuming they're interested in doing that and that "we" won't try to find a Glacier replacement for them now that it's officially archived.