public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Tom Tromey <tromey@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] Remove obsolete check from skip_compile_feature_tests
Date: Thu,  1 Dec 2022 15:39:51 +0000 (GMT)	[thread overview]
Message-ID: <20221201153951.2DDF73858CDA@sourceware.org> (raw)

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

commit 5b92bbd934059eb06cf531c268627deef53886aa
Author: Tom Tromey <tromey@adacore.com>
Date:   Wed Nov 30 10:09:20 2022 -0700

    Remove obsolete check from skip_compile_feature_tests
    
    skip_compile_feature_tests checks for "Command not supported on this
    host", but this error was removed by commit e8d8cce6 ("Import mkdtemp
    gnulib module, fix mingw build").  This patch removes the obsolete
    test.

Diff:
---
 gdb/testsuite/lib/compile-support.exp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gdb/testsuite/lib/compile-support.exp b/gdb/testsuite/lib/compile-support.exp
index 58b3e4e3a1e..16b7c5dbc0d 100644
--- a/gdb/testsuite/lib/compile-support.exp
+++ b/gdb/testsuite/lib/compile-support.exp
@@ -26,9 +26,6 @@ proc skip_compile_feature_tests {} {
 	"Could not load libcc1.*\r\n$gdb_prompt $" {
 	    set result 1
 	}
-	-re "Command not supported on this host\\..*\r\n$gdb_prompt $" {
-	    set result 1
-	}
 	-re "\r\n$gdb_prompt $" {
 	}
     }

                 reply	other threads:[~2022-12-01 15:39 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=20221201153951.2DDF73858CDA@sourceware.org \
    --to=tromey@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).