From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50155 invoked by alias); 1 Jul 2015 08:01:05 -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 50142 invoked by uid 89); 1 Jul 2015 08:01:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f53.google.com Received: from mail-pa0-f53.google.com (HELO mail-pa0-f53.google.com) (209.85.220.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 01 Jul 2015 08:01:04 +0000 Received: by paceq1 with SMTP id eq1so19173913pac.3 for ; Wed, 01 Jul 2015 01:01:02 -0700 (PDT) X-Received: by 10.68.195.200 with SMTP id ig8mr52288003pbc.33.1435737662351; Wed, 01 Jul 2015 01:01:02 -0700 (PDT) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id wm8sm1267564pbc.19.2015.07.01.01.01.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Jul 2015 01:01:01 -0700 (PDT) Message-ID: <55939E3A.9010009@gmail.com> Date: Wed, 01 Jul 2015 08:01:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Andreas Arnez CC: Doug Evans , Joel Brobecker , gdb-patches Subject: Re: Several regressions and we branch soon. References: <86r3p1queo.fsf@gmail.com> <87lhf8yz90.fsf@br87z6lw.de.ibm.com> <87a8vnzmzy.fsf@br87z6lw.de.ibm.com> <86twtpp6i0.fsf@gmail.com> <87h9ppkr0d.fsf@br87z6lw.de.ibm.com> In-Reply-To: <87h9ppkr0d.fsf@br87z6lw.de.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00000.txt.bz2 On 30/06/15 19:09, Andreas Arnez wrote: > So how about this? > > -- >8 -- > Subject: [PATCH] gnu_vector.exp: Skip infcall tests on x86/x86_64 > > Since the new KFAILs/KPASSs for the infcall tests on x86 and x86_64 > targets generated unnecessary noise, this change skips them with > UNSUPPORTED instead. > > gdb/testsuite/ChangeLog: > > * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the > infcall tests instead of setting up for KFAIL. The patch is OK to me. -- Yao (齐尧)