From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15761 invoked by alias); 13 Apr 2015 17:50:45 -0000 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 Received: (qmail 15749 invoked by uid 89); 13 Apr 2015 17:50:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 13 Apr 2015 17:50:44 +0000 Received: from svr-orw-fem-03.mgc.mentorg.com ([147.34.97.39]) by relay1.mentorg.com with esmtp id 1YhiVN-0001n5-9Y from Luis_Gustavo@mentor.com ; Mon, 13 Apr 2015 10:50:41 -0700 Received: from [172.30.1.77] (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.3.224.2; Mon, 13 Apr 2015 10:50:40 -0700 Message-ID: <552C01EE.6090604@codesourcery.com> Date: Mon, 13 Apr 2015 17:50:00 -0000 From: Luis Machado Reply-To: Luis Machado User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Yao Qi CC: "'gdb-patches@sourceware.org'" Subject: Re: [PATCH] Harden gdb.base/coredump-filter.exp References: <5526D4A1.9090203@mentor.com> <86pp7cv23w.fsf@gmail.com> <5527CBEC.6030002@codesourcery.com> <5527E956.4080605@gmail.com> In-Reply-To: <5527E956.4080605@gmail.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00476.txt.bz2 On 04/10/2015 12:16 PM, Yao Qi wrote: >>> >>> We can just bail out if infpid is still "" after this gdb_test_multiple. >>> >> >> That still gives me one FAIL due to not matching what was expected. Did >> you mean a check inside this gdb_test_multiple? >> > > No, you are right. I thought something different. > >> >> 2015-04-10 Luis Machado >> >> gdb/testsuite/ >> * gdb.base/coredump-filter.exp: Restrict test to Linux systems only. >> Handle the case of targets that do not provide PID information. > > It is OK to me. > Thanks. I've pushed this now.