public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "vries at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug python/29245] [gdb/testsuite, python2] FAIL: gdb.python/py-mi-cmd.exp: -pycmd bk3 (unexpected output)
Date: Mon, 13 Jun 2022 16:14:29 +0000	[thread overview]
Message-ID: <bug-29245-4717-8nyvnBmLtq@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-29245-4717@http.sourceware.org/bugzilla/>

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

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

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

--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
This fixes it:
...
diff --git a/gdb/testsuite/gdb.python/py-mi-cmd.exp
b/gdb/testsuite/gdb.python/py-mi-cmd.ex
p
index 300ab956892..5e4b6cd076e 100644
--- a/gdb/testsuite/gdb.python/py-mi-cmd.exp
+++ b/gdb/testsuite/gdb.python/py-mi-cmd.exp
@@ -68,8 +68,8 @@ mi_gdb_test "-pycmd bk2" \

 mi_gdb_test "-pycmd bk3" \
     [multi_line \
-        "&\"TypeError: __repr__ returned non-string \\(type BadKey\\)..\"" \
-        "\\^error,msg=\"Error occurred in Python: __repr__ returned non-string
\\(type BadKey
\\)\""] \
+        "&\"TypeError: __repr__ returned non-string \\(type
(BadKey|instance)\\)..\"" \
+        "\\^error,msg=\"Error occurred in Python: __repr__ returned non-string
\\(type (B
adKey|instance)\\)\""] \
     "-pycmd bk3"

 mi_gdb_test "-pycmd tpl" \
...

I don't see a pressing need to fix this on the gdb-12-branch, so I'm closing
this as resolved-wontfix.

Anybody running into this with gdb 12.x and finding it annoying can use the
patch posted in this comment.

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

      parent reply	other threads:[~2022-06-13 16:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-11 16:05 [Bug python/29245] New: " vries at gcc dot gnu.org
2022-06-11 16:20 ` [Bug python/29245] " vries at gcc dot gnu.org
2022-06-13 16:14 ` vries at gcc dot gnu.org [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-29245-4717-8nyvnBmLtq@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).