-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Fix debuginfo tests for the latest version of the Windows SDK. #88842
Conversation
This reverts commit 8059bc1.
(rust-highfive has picked a reviewer for you, use r? to override) |
2c3d5eb
to
e2a6464
Compare
Note: the @bors rollup=iffy |
This comment has been minimized.
This comment has been minimized.
- Cdb now correctly visualizes enums. - Cdb doesn't render emoji characters in `OSStr` anymore. - Cdb doesn't always render `str` correctly (rust-lang#88840)
e2a6464
to
e156df2
Compare
Thanks for fixing this, @wesleywiser! @bors r+ |
📌 Commit e156df2 has been approved by |
⌛ Testing commit e156df2 with merge c950f7fd4793cc466326a5e1856d3e6337ddbb66... |
💔 Test failed - checks-actions |
Looks like a spurious error:
https://github.com/rust-lang-ci/rust/runs/3608424333#step:15:33 @bors retry |
@wesleywiser FYI, I needed to disable |
@ehuss Thanks for the heads up! I'll take a look at that as well. |
☀️ Test successful - checks-actions |
Finished benchmarking commit (e71925a): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Re-enable the tests that were disabled to fix CI.
Changes:
OSStr
anymore.str
correctly (Visualization for str is broken in the latest Windows SDK #88840)