Closed
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).