-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc
Description
On Linux, Ubuntu 16.10, GDB v7.11.90. The following tests fail:
[debuginfo-gdb] debuginfo-gdb/limited-debuginfo.rs
[debuginfo-gdb] debuginfo-gdb/simple-struct.rs
[debuginfo-gdb] debuginfo-gdb/simple-tuple.rs
Seems to be an issue with output formatting/pretty printing, e.g.,
error: line not found in debugger output: $1 = simple_struct::NoPadding16 {x: 1000, y: -1001}
[...]
Breakpoint 1 at 0x92e: file /home/ncameron/rust1/src/test/debuginfo/simple-struct.rs, line 233.
$1 = {x = 1000, y = -1001}
This appears to be a regression - the same machine was passing tests last week (or maybe the week before).
Metadata
Metadata
Assignees
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc