public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug tui/29199] New: FAIL: gdb.tui/completion.exp: completion of layout names: quit command input (timeout)
@ 2022-05-30 19:22 vries at gcc dot gnu.org
  2022-05-30 19:25 ` [Bug tui/29199] " vries at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2022-05-30 19:22 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=29199

            Bug ID: 29199
           Summary: FAIL: gdb.tui/completion.exp: completion of layout
                    names: quit command input (timeout)
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tui
          Assignee: unassigned at sourceware dot org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

With taskset -c 3, I run into:
...
FAIL: gdb.tui/completion.exp: completion of layout names: quit command input
(timeout)
FAIL: gdb.tui/completion.exp: completion of focus command: tab completion
(timeout)
FAIL: gdb.tui/completion.exp: completion of focus command: quit command input
(timeout)
...

In more detail:
...
(gdb) layout PASS: gdb.tui/completion.exp: completion of layout names: tab
completion
FAIL: gdb.tui/completion.exp: completion of layout names: quit command input
(timeout)
^Cfocus^GQuit^M
(gdb) ^G^M
Display all 197 possibilities? (y or n)FAIL: gdb.tui/completion.exp: completion
of focus command: tab completion (timeout)
^CFAIL: gdb.tui/completion.exp: completion of focus command: quit command input
(timeout)
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug tui/29199] FAIL: gdb.tui/completion.exp: completion of layout names: quit command input (timeout)
  2022-05-30 19:22 [Bug tui/29199] New: FAIL: gdb.tui/completion.exp: completion of layout names: quit command input (timeout) vries at gcc dot gnu.org
@ 2022-05-30 19:25 ` vries at gcc dot gnu.org
  2023-05-24  9:20 ` [Bug cli/29199] " vries at gcc dot gnu.org
  2023-05-24  9:41 ` vries at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2022-05-30 19:25 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=29199

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at sourceware dot org

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
This was with trunk and a few patch, now also reproduced with pure trunk.

Also reproduced with taskset -c 0.

Frequency: about once in 10:
...
$ for n in $(seq 1 10); do taskset -c 0 ./test.sh 2>&1 | grep "expected
passes"; done
# of expected passes            5
# of expected passes            5
# of expected passes            5
# of expected passes            5
# of expected passes            3
# of expected passes            5
# of expected passes            5
# of expected passes            5
# of expected passes            5
# of expected passes            5
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug cli/29199] FAIL: gdb.tui/completion.exp: completion of layout names: quit command input (timeout)
  2022-05-30 19:22 [Bug tui/29199] New: FAIL: gdb.tui/completion.exp: completion of layout names: quit command input (timeout) vries at gcc dot gnu.org
  2022-05-30 19:25 ` [Bug tui/29199] " vries at gcc dot gnu.org
@ 2023-05-24  9:20 ` vries at gcc dot gnu.org
  2023-05-24  9:41 ` vries at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2023-05-24  9:20 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=29199

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tui                         |cli

--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
I think this is a duplicate of PR27813.

It's in a TUI test-case, but in the CLI part, so changing component to CLI.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug cli/29199] FAIL: gdb.tui/completion.exp: completion of layout names: quit command input (timeout)
  2022-05-30 19:22 [Bug tui/29199] New: FAIL: gdb.tui/completion.exp: completion of layout names: quit command input (timeout) vries at gcc dot gnu.org
  2022-05-30 19:25 ` [Bug tui/29199] " vries at gcc dot gnu.org
  2023-05-24  9:20 ` [Bug cli/29199] " vries at gcc dot gnu.org
@ 2023-05-24  9:41 ` vries at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2023-05-24  9:41 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=29199

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED

--- Comment #3 from Tom de Vries <vries at gcc dot gnu.org> ---
Marking as duplicate.

I'm preparing a patch to fix PR 27813 also for readline 7, and if that one gets
committed we shouldn't be seeing this FAIL anymore.

*** This bug has been marked as a duplicate of bug 27813 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-24  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30 19:22 [Bug tui/29199] New: FAIL: gdb.tui/completion.exp: completion of layout names: quit command input (timeout) vries at gcc dot gnu.org
2022-05-30 19:25 ` [Bug tui/29199] " vries at gcc dot gnu.org
2023-05-24  9:20 ` [Bug cli/29199] " vries at gcc dot gnu.org
2023-05-24  9:41 ` vries at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).