-C split-debuginfo={off,packed,unpacked}
is (effectively) untested on windows-msvc and windows-gnu (well, windows generally)
#135531
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
O-windows-gnu
Toolchain: GNU, Operating system: Windows
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
tests/run-make/split-debuginfo
has this:rust/tests/run-make/split-debuginfo/Makefile
Lines 34 to 38 in 2776bdf
Which lumps windows-msvc and windows-gnu together, and also doesn't test anything on windows altogether.
Noticed while working on porting
split-debuginfo
to rmake.rs.If this is tested somewhere else, well, it's clearly not in this run-make test.
The text was updated successfully, but these errors were encountered: