From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14966 invoked by alias); 21 May 2019 07:25:28 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 14508 invoked by uid 89); 21 May 2019 07:25:28 -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=-10.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:335 X-Spam-Status: No, score=-10.2 required=5.0 tests=AWL,BAYES_00,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: vmicros1.altlinux.org Received: from vmicros1.altlinux.org (HELO vmicros1.altlinux.org) (194.107.17.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 May 2019 07:25:26 +0000 Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id 9EB3172CCD5 for ; Tue, 21 May 2019 10:25:23 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id 93E6E7CC6FF; Tue, 21 May 2019 10:25:23 +0300 (MSK) Date: Tue, 21 May 2019 07:25:00 -0000 From: "Dmitry V. Levin" To: elfutils-devel@sourceware.org Subject: Re: [PATCH] tests: check gcc Message-ID: <20190521072523.GA3310@altlinux.org> References: <1558422031-165113-1-git-send-email-mingli.yu@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1558422031-165113-1-git-send-email-mingli.yu@windriver.com> X-IsSubscribed: yes X-SW-Source: 2019-q2/txt/msg00090.txt.bz2 On Tue, May 21, 2019 at 03:00:31PM +0800, mingli.yu@windriver.com wrote: > From: Mingli Yu > > Both run-disasm-x86-64.sh and run-disasm-x86.sh > need gcc, so check gcc before run the test. There are several dozens more tests that invoke gcc, why these two need a check? -- ldv