public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Simon Marchi <simark@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] gdb/testsuite: adjust ensure_gdb_index to cooked_index_functions::dump changes
Date: Tue, 31 Jan 2023 16:45:47 +0000 (GMT)	[thread overview]
Message-ID: <20230131164547.B9A0F3858C66@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=95cbab2bebf7e810eded3e16ae7e82b13f4d2493

commit 95cbab2bebf7e810eded3e16ae7e82b13f4d2493
Author: Simon Marchi <simon.marchi@efficios.com>
Date:   Tue Jan 31 11:41:41 2023 -0500

    gdb/testsuite: adjust ensure_gdb_index to cooked_index_functions::dump changes
    
    Following 7d82b08e9e0a ("gdb/dwarf: dump cooked index contents in
    cooked_index_functions::dump"), I see some failures like:
    
        (gdb) mt print objfiles with-mf^M
        ^M
        Object file /home/smarchi/build/binutils-gdb/gdb/testsuite/outputs/gdb.base/with-mf/with-mf:  Objfile at 0x614000005040, bfd at 0x6120000e08c0, 18 minsyms    ^M
        ^M
        Cooked index in use:^M
        ^M
        ...
        (gdb) FAIL: gdb.base/with-mf.exp: check if index present
    
    This is because the format of the "Cooked index in use" line changed
    slightly.  Adjust ensure_gdb_index to expect the trailing colon.
    
    Change-Id: If0a87575c02d8a0bc0d4b8ead540c234c62760f8

Diff:
---
 gdb/testsuite/lib/gdb.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index 0201c102fa7..7f273bb91f7 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -8699,7 +8699,7 @@ proc ensure_gdb_index { binfile {style ""} } {
 	    set has_index 1
 	    gdb_test_lines "" $gdb_test_name ".*"
 	}
-	-re "\r\n(Cooked index in use|Psymtabs)(?=\r\n)" {
+	-re "\r\n(Cooked index in use:|Psymtabs)(?=\r\n)" {
 	    gdb_test_lines "" $gdb_test_name ".*"
 	}
 	-re ".gdb_index: faked for \"readnow\"" {

                 reply	other threads:[~2023-01-31 16:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20230131164547.B9A0F3858C66@sourceware.org \
    --to=simark@sourceware.org \
    --cc=gdb-cvs@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).