public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
From: gdb-buildbot@sergiodj.net
To: gdb-testers@sourceware.org
Subject: [binutils-gdb] gdb/testsuite: skip gdb.arch/amd64-eval.exp when target is not x86_64
Date: Thu, 21 Nov 2019 15:57:00 -0000	[thread overview]
Message-ID: <2e84f897e51ee67ab8d3ddf848c4a2bfebbd7173@gdb-build> (raw)

*** TEST RESULTS FOR COMMIT 2e84f897e51ee67ab8d3ddf848c4a2bfebbd7173 ***

commit 2e84f897e51ee67ab8d3ddf848c4a2bfebbd7173
Author:     Lukas Durfina <ldurfina@tachyum.com>
AuthorDate: Thu Nov 21 08:37:28 2019 +0100
Commit:     Simon Marchi <simon.marchi@efficios.com>
CommitDate: Thu Nov 21 10:36:44 2019 -0500

    gdb/testsuite: skip gdb.arch/amd64-eval.exp when target is not x86_64

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 16027e4749..1685525a30 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2019-11-21  Lukas Durfina  <ldurfina@tachyum.com>
+
+	* gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
+
 2019-11-21  Tom de Vries  <tdevries@suse.de>
 
 	PR gdb/24956
diff --git a/gdb/testsuite/gdb.arch/amd64-eval.exp b/gdb/testsuite/gdb.arch/amd64-eval.exp
index 4b5c28e7ce..dd2482435a 100644
--- a/gdb/testsuite/gdb.arch/amd64-eval.exp
+++ b/gdb/testsuite/gdb.arch/amd64-eval.exp
@@ -17,6 +17,11 @@
 
 # This testcase exercises evaluation with amd64 calling conventions.
 
+if { ![istarget x86_64-*-* ] || ![is_lp64_target] } {
+    verbose "Skipping x86_64 eval test."
+    return
+}
+
 standard_testfile .cc
 
 if { [prepare_for_testing "failed to prepare" $testfile $srcfile \


             reply	other threads:[~2019-11-21 15:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-21 15:57 gdb-buildbot [this message]
2019-11-21 15:57 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master gdb-buildbot
2019-11-21 16:23 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " gdb-buildbot
2019-11-27 20:17 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
2019-11-27 20:20 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
2019-11-27 20:51 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2019-11-27 20:58 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
2019-11-27 20:59 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot

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=2e84f897e51ee67ab8d3ddf848c4a2bfebbd7173@gdb-build \
    --to=gdb-buildbot@sergiodj.net \
    --cc=gdb-testers@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).