From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52957 invoked by alias); 25 Jun 2019 10:41:39 -0000 Mailing-List: contact dwz-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: dwz-owner@sourceware.org Received: (qmail 52948 invoked by uid 89); 25 Jun 2019 10:41:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.1 spammy= X-Spam-Status: No, score=-24.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: mx1.suse.de X-Virus-Scanned: by amavisd-new at test-mx.suse.de Date: Tue, 01 Jan 2019 00:00:00 -0000 From: Tom de Vries To: dwz@sourceware.org, jakub@redhat.com Subject: [committed] Require implptr-64bit-d2o4a8r8t0 for pr24170.sh Message-ID: <20190625104131.GA13848@delia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-SW-Source: 2019-q2/txt/msg00069.txt.bz2 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 * 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"