public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
From: Tom de Vries <tdevries@suse.de>
To: dwz@sourceware.org, jakub@redhat.com
Subject: [committed] Require implptr-64bit-d2o4a8r8t0 for pr24170.sh
Date: Tue, 01 Jan 2019 00:00:00 -0000	[thread overview]
Message-ID: <20190625104131.GA13848@delia> (raw)

Hi,

Add missing require of implptr-64bit-d2o4a8r8t0 for pr24170.sh.

This fixes buildbot failures on dwz-debian-armhf and dwz-debian-i386.

Committed to trunk.

Thanks,
- Tom

Require implptr-64bit-d2o4a8r8t0 for pr24170.sh

2019-06-25  Tom de Vries  <tdevries@suse.de>

	* Makefile (implptr-64bit-d2o4a8r8t0): Add '|| touch $@'.
	* testsuite/dwz.tests/dwz-tests.exp: Require implptr-64bit-d2o4a8r8t0
	for pr24170.sh.

---
 Makefile                          | 3 ++-
 testsuite/dwz.tests/dwz-tests.exp | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 45ca3d2..2d9ba4e 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,8 @@ start:
 	$(CC) $(TEST_SRC)/start.c -o $@ -g -nostdlib
 
 implptr-64bit-d2o4a8r8t0:
-	$(CC) $(TEST_SRC)/implptr-64bit-d2o4a8r8t0.S $(TEST_SRC)/main.c -o $@ -g
+	$(CC) $(TEST_SRC)/implptr-64bit-d2o4a8r8t0.S $(TEST_SRC)/main.c -o $@ \
+	  -g || touch $@
 
 # On some systems we need to set and export DEJAGNU to suppress
 # WARNING: Couldn't find the global config file.
diff --git a/testsuite/dwz.tests/dwz-tests.exp b/testsuite/dwz.tests/dwz-tests.exp
index fbc94ac..c1f913a 100644
--- a/testsuite/dwz.tests/dwz-tests.exp
+++ b/testsuite/dwz.tests/dwz-tests.exp
@@ -39,6 +39,9 @@ foreach test $tests {
     if { $basename == "pr24172.sh" } {
 	lappend required_execs "dw2-skip-prologue"
     }
+    if { $basename == "pr24170.sh" } {
+	lappend required_execs "implptr-64bit-d2o4a8r8t0"
+    }
     if { ![istarget x86_64-*-*] } {
 	if { $basename == "pr24468.sh" } {
 	    unsupported "$test"

                 reply	other threads:[~2019-06-25 10:41 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=20190625104131.GA13848@delia \
    --to=tdevries@suse.de \
    --cc=dwz@sourceware.org \
    --cc=jakub@redhat.com \
    /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).