From patchwork Thu Nov 21 07:37:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ldurfina@tachyum.com X-Patchwork-Id: 36084 Received: (qmail 130424 invoked by alias); 21 Nov 2019 07:37:43 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 130416 invoked by uid 89); 21 Nov 2019 07:37:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-12.7 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_NUMSUBJECT, SPF_PASS autolearn=ham version=3.3.1 spammy=H*RU:sk:mail.ta, HX-Spam-Relays-External:sk:mail.ta, H*r:sk:mail.ta, HX-HELO:sk:mail.ta X-HELO: mail.tachyum.com Received: from mail.tachyum.com (HELO mail.tachyum.com) (66.160.133.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 21 Nov 2019 07:37:42 +0000 Received: from THQ-IP-EX1.tachyum.com (relayhost.tachyum.com [10.7.1.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mail.tachyum.com (Postfix) with ESMTPS id ABD6C19C for ; Wed, 20 Nov 2019 23:40:50 -0800 (PST) Received: from tachyum-sk-server.tachyum.com (10.7.241.13) by THQ-IP-EX1.tachyum.com (10.7.1.6) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.1779.2; Wed, 20 Nov 2019 23:37:40 -0800 From: To: Subject: [PATCH] gdb/testsuite: test runs only on x86_64 Date: Thu, 21 Nov 2019 08:37:28 +0100 Message-ID: <20191121073728.41426-1-ldurfina@tachyum.com> MIME-Version: 1.0 From: Lukas Durfina --- gdb/testsuite/gdb.arch/amd64-eval.exp | 5 +++++ 1 file changed, 5 insertions(+) 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 \