diff options
| author | bors <bors@rust-lang.org> | 2024-08-16 06:41:16 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-08-16 06:41:16 +0000 |
| commit | d626fbdc66d667dd5beefb9e43bd2798485f7a44 (patch) | |
| tree | 33be84a8cc0d2ef078b24fdbfd9aa29d84be327b /compiler/rustc_codegen_llvm/src | |
| parent | 69e36d65f93f81f4cbd8a3191c33be3fc201f095 (diff) | |
| parent | 23273e03d7a9d6b22953be450a1fb86bdca25a98 (diff) | |
| download | rust-d626fbdc66d667dd5beefb9e43bd2798485f7a44.tar.gz rust-d626fbdc66d667dd5beefb9e43bd2798485f7a44.zip | |
Auto merge of #128913 - saethlin:unignore-debuginfo-tests, r=compiler-errors
Enable debuginfo tests that have been "temporarily disabled" for the past 6 years The PR history is a bit of a mess because I had to test this a lot with try-jobs, so I'll try to summarize the non-obvious changes here. A number of tests now have `min-lldb-version: 1800`. Those tests should have gotten an lldb version jump either in https://github.com/rust-lang/rust/pull/124781 or long ago. Note that all such tests with that lldb version requirement do not run in Apple CI. `tests/debuginfo/drop-locations.rs` is staying disabled for now because gdb doesn't know to stop on the drop calls produced by a `}`: https://github.com/rust-lang/rust/issues/128971 `tests/debuginfo/function-arg-initialization.rs` now has `-Zmir-enable-passes=-SingleUseConsts`; without that we initialize the const before the function prelude: https://github.com/rust-lang/rust/issues/128945 `tests/debuginfo/by-value-non-immediate-argument.rs` fails because we don't generate a function prelude for unused non-immediate arguments, even with all optimizations disabled, and this seems to confuse debuggers on aarch64: https://github.com/rust-lang/rust/issues/128973 `tests/debuginfo/pretty-std.rs` is staying disabled on windows-gnu because our test harness doesn't know how to load our pretty-printers on that target: https://github.com/rust-lang/rust/issues/128981 `tests/debuginfo/method-on-enum.rs` and `tests/debuginfo/option-like-enum.rs` encounter some kind of gdb bug on i686-pc-windows-gnu. I don't know enough about that situation to write a good issue. I plan on doing more work on this test suite. There's clearly a lot more basic cleanup work to do here.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
