The debuginfo test harness does not load pretty-printers for windows-gnu #128981
Open
Description
opened on Aug 11, 2024
As part of #128913 I am moving one of our pretty-printing tests from cdb-only to ignore-windows-gnu, because based on what I'm seeing in try-jobs, the pretty-printers are not loaded on windows-gnu targets. I do not know why that is the case.
We are doing some path escaping when setting up with gdb, I do not know if that is related:
rust/src/tools/compiletest/src/runtest.rs
Lines 1019 to 1022 in 9cb1998
This is probably related to #29658
Metadata
Assignees
Labels
Area: The compiletest test runnerArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: The testsuite used to check the correctness of rustcCategory: This is a bug.Toolchain: GNU, Operating system: WindowsRelevant to the compiler team, which will review and decide on the PR/issue.Working group: Bad Rust debugging experiences
Type
Projects
Status
Backlog
Activity