Bug 24917 - [check-read1] FAIL: gdb.tui/basic.exp: list main
Summary: [check-read1] FAIL: gdb.tui/basic.exp: list main
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: testsuite (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: 9.1
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-19 16:35 UTC by Tom de Vries
Modified: 2020-03-04 15:32 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
gdb.log (4.71 KB, text/x-log)
2019-08-19 16:36 UTC, Tom de Vries
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom de Vries 2019-08-19 16:35:34 UTC
With check-read1 and gdb.tui/basic.exp, we get:
...
Running /data/gdb_versions/devel/src/gdb/testsuite/gdb.tui/basic.exp ...
PASS: gdb.tui/basic.exp: set tui border-kind ascii
PASS: gdb.tui/basic.exp: initial source listing
FAIL: gdb.tui/basic.exp: list main
XPASS: gdb.tui/basic.exp: source box
FAIL: gdb.tui/basic.exp: asm window shows main
PASS: gdb.tui/basic.exp: asm box
FAIL: gdb.tui/basic.exp: split layout contents
XFAIL: gdb.tui/basic.exp: source box in split layout (ll corner)
FAIL: gdb.tui/basic.exp: asm box in split layout (ul corner)
...
Comment 1 Tom de Vries 2019-08-19 16:36:37 UTC
Created attachment 11953 [details]
gdb.log
Comment 2 Tom de Vries 2019-08-19 17:39:31 UTC
(In reply to Tom de Vries from comment #1)
> Created attachment 11953 [details]
> gdb.log

Relevant bit:
...
PASS: gdb.tui/basic.exp: initial source listing
^M+++ _ctl_0x0d
^[[B+++ _csi_B <<<>>>
(INSERT <<(>>
gINSERT <<g>>
dINSERT <<d>>
bINSERT <<b>>
)INSERT <<)>>
 INSERT << >>
FAIL: gdb.tui/basic.exp: list main
Screen Dump:
    0 +------------------------------------------------------------------------------+
    1 |                                                                              |
    2 |                                                                              |
    3 |                                                                              |
    4 |                                                                              |
    5 |                                                                              |
    6 |                                                                              |
    7 |               [ No Source Available ]                                        |
    8 |                                                                              |
    9 |                                                                              |
   10 |                                                                              |
   11 |                                                                              |
   12 |                                                                              |
   13 |                                                                              |
   14 +------------------------------------------------------------------------------+
   15 exec No process In:                                                L??   PC: ??
   16 (gdb)
   17 (gdb)
   18
   19
   20
   21
   22
   23
...
Comment 3 Tom de Vries 2019-08-21 07:09:32 UTC
Related discussion at https://sourceware.org/ml/gdb-patches/2019-08/msg00432.html.
Comment 4 Tom de Vries 2020-03-04 15:32:02 UTC
Fixed in commit 45e4216376 "Make TUI resizing tests more robust".