From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25455 invoked by alias); 14 Dec 2012 11:03:51 -0000 Received: (qmail 25446 invoked by uid 22791); 14 Dec 2012 11:03:50 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 14 Dec 2012 11:03:43 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Fri, 14 Dec 2012 11:03:41 +0000 Received: from [10.1.69.62] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 14 Dec 2012 11:03:38 +0000 Message-ID: <50CB078A.3090704@arm.com> Date: Fri, 14 Dec 2012 11:03:00 -0000 From: Yufeng Zhang User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: Pedro Alves CC: "gdb-patches@sourceware.org" Subject: Re: [patch] Skip gdb.base/kill-after-signal.exp if gdb, nosignals References: <50CA2A73.9020100@arm.com> <50CA323A.7090803@redhat.com> In-Reply-To: <50CA323A.7090803@redhat.com> X-MC-Unique: 112121411034100801 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00490.txt.bz2 Thank you for the review. Can you help commit the patch please? I=20 don't have the write access. Many thanks, Yufeng On 13/12/12 19:53, Pedro Alves wrote: > On 12/13/2012 07:20 PM, Yufeng Zhang wrote: >> Hi, >> >> This patch adds check to gdb.base/kill-after-signal.exp to skip the test= if the board has no support for signals, which is the case in most baremet= al environment. This patch follows the existing practice as what had been = done to gdb.base/signull.exp,sigbpt.exp,etc. >> >> Is it OK? > > Yes, thanks. >