-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Enable short-ice for Windows #142844
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
Enable short-ice for Windows #142844
Conversation
|
This PR modifies cc @jieyouxu |
(does bors2 support try-jobs in the description or only in the command? let's see. looks like it does!) |
Enable short-ice for Windows Works fine with MSVC without modifications. Addresses item in #128602 --- try-job: x86_64-mingw-* try-job: x86_64-msvc-* try-job: i686-msvc-*
💔 Test failed
|
@bors2 delegate=try |
@dpaoliello can now perform try builds on this pull request |
I vaguely remember this, maybe the backtrace is somehow different in i686 msvc? |
Reminder, once the PR becomes ready for a review, use |
@bors2 try |
Enable short-ice for Windows Works fine with MSVC without modifications. Addresses item in #128602 --- x86_64-mingw-* x86_64-msvc-* try-job: i686-msvc-*
This comment has been minimized.
This comment has been minimized.
💔 Test failed
|
@bors2 try |
Enable short-ice for Windows Works fine with MSVC without modifications. Addresses item in #128602 --- x86_64-mingw-* x86_64-msvc-* try-job: i686-msvc-*
💔 Test failed
|
Yes, x86 MSVC is different, and I don't understand why. I can't repro it locally, it almost seems like it's not getting the debug info when in the lab. I've tried on a clean Server 2022 image and still can't reproduce it. For now, I've left it disabled for x86 MSVC. @rustbot ready |
Yeah, that's fine with me. |
@dpaoliello can u take this PR out of draft so bors will let this go through? r=me @bors delegate+ |
✌️ @dpaoliello, you can now approve this pull request! If @jieyouxu told you to " |
Enable short-ice for Windows Works fine for x64 without modifications. x86 MSVC is still failing. Addresses item in rust-lang#128602 --- try-job: x86_64-mingw-* try-job: x86_64-msvc-* try-job: i686-msvc-*
Rollup of 15 pull requests Successful merges: - #135731 (Implement parsing of pinned borrows) - #138780 (Add `#[loop_match]` for improved DFA codegen) - #142453 (Windows: make `read_dir` stop iterating after the first error is encountered) - #142633 (Error on invalid signatures for interrupt ABIs) - #142768 (Avoid a bitcast FFI call in transmuting) - #142825 (Port `#[track_caller]` to the new attribute system) - #142844 (Enable short-ice for Windows) - #142934 (Tweak `-Zmacro-stats` measurement.) - #142955 (Couple of test suite fixes for cg_clif) - #142977 (rustdoc: Don't mark `#[target_feature]` functions as ⚠) - #142980 (Reduce mismatched-lifetime-syntaxes suggestions to MaybeIncorrect) - #142982 (Corrected spelling mistake in c_str.rs) - #142983 (Taint body on invalid call ABI) - #142988 (Update wasm-component-ld to 0.5.14) - #142993 (Update cargo) r? `@ghost` `@rustbot` modify labels: rollup
Works fine for x64 without modifications.
x86 MSVC is still failing.
Addresses item in #128602
try-job: x86_64-mingw-*
try-job: x86_64-msvc-*
try-job: i686-msvc-*