-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Tracking issue for migrating from Glacier to compiletest ICE/crash tracking #125459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
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? |
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. |
Disable `triagebot`'s `glacier` handler Part of rust-lang#125459. Unblocks rust-lang/triagebot#2008. r? Urgau
Disable `triagebot`'s `glacier` handler Part of rust-lang#125459. Unblocks rust-lang/triagebot#2008. r? Urgau
Disable `triagebot`'s `glacier` handler Part of rust-lang#125459. Unblocks rust-lang/triagebot#2008. r? Urgau
Rollup merge of #141427 - fmease:dis-triagebot-glacier, r=Urgau Disable `triagebot`'s `glacier` handler Part of #125459. Unblocks rust-lang/triagebot#2008. r? Urgau
Disable `triagebot`'s `glacier` handler Part of rust-lang/rust#125459. Unblocks rust-lang/triagebot#2008. r? Urgau
Uh oh!
There was an error while loading. Please reload this page.
Tracks the necessary steps to "fully"1 transition from rust-lang/glacier to
compiletest
ICE/crash tracking insidetests/crashes/
.See also this Zulip topic.
Steps
rustc
ICE/crash tracking: compiletest ice tracking #122997rustdoc
ICE/crash trackingImplement(questionable)rustfmt
ICE/crash trackingrun-make
/rmake
(to supersede Glacier's shell scripts)triagebot
'sglacier
handler #141427glacier
integration triagebot#2008tests/crashes/
: Overview, rough procedure (adding//@ known-bug
, S-bug-has-testtests/crashes/
in places where we reference E-needs-testtriagebot
glacier
integration rust-forge#856tests/crashes/
has been modified. Doesn't that suffice?Unresolved Questions
rustdoc
support via subdirectories/tests suites (e.g.,tests/crashes/rustdoc/
) or via a new compiletest directive (e.g.,//@ bin: rustdoc
)rustc
tests fromtests/crashes/
totests/crashes/rustc/
?tests/crashes
?Footnotes
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 ↩
The text was updated successfully, but these errors were encountered: