From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24604 invoked by alias); 10 Apr 2015 15:16:46 -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 24588 invoked by uid 89); 10 Apr 2015 15:16:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f174.google.com Received: from mail-pd0-f174.google.com (HELO mail-pd0-f174.google.com) (209.85.192.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 10 Apr 2015 15:16:45 +0000 Received: by pdbnk13 with SMTP id nk13so25695926pdb.0 for ; Fri, 10 Apr 2015 08:16:43 -0700 (PDT) X-Received: by 10.68.65.1 with SMTP id t1mr3463389pbs.63.1428679003265; Fri, 10 Apr 2015 08:16:43 -0700 (PDT) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id z10sm2601884pas.18.2015.04.10.08.16.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Apr 2015 08:16:42 -0700 (PDT) Message-ID: <5527E956.4080605@gmail.com> Date: Fri, 10 Apr 2015 15:16:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Luis Machado 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> In-Reply-To: <5527CBEC.6030002@codesourcery.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00383.txt.bz2 >> >> 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. -- Yao (齐尧)