Skip to content

Some debuginfo-gdb tests failing #40557

Closed
@nrc

Description

@nrc

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

cc @michaelwoerister

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)A-testsuiteArea: The testsuite used to check the correctness of rustc

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions