From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23019 invoked by alias); 21 Jun 2012 00:41:14 -0000 Received: (qmail 22870 invoked by uid 22791); 21 Jun 2012 00:41:13 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 Jun 2012 00:40:55 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1ShVS9-0006lb-LK from Yao_Qi@mentor.com ; Wed, 20 Jun 2012 17:40:53 -0700 Received: from SVR-ORW-FEM-02.mgc.mentorg.com ([147.34.96.206]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 20 Jun 2012 17:40:53 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server id 14.1.289.1; Wed, 20 Jun 2012 17:40:52 -0700 From: Yao Qi To: CC: Keith Seitz Subject: Re: [RFA + doc] Document unimplemented "-break-insert -r" Date: Thu, 21 Jun 2012 00:41:00 -0000 Message-ID: <3272246.kZdikll5pt@qiyao.dyndns.org> User-Agent: KMail/4.8.3 (Linux/3.3.7-1.fc16.i686; KDE/4.8.3; i686; ; ) In-Reply-To: <4FE232BA.6030808@redhat.com> References: <4FE232BA.6030808@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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-06/txt/msg00648.txt.bz2 On Wednesday 20 June 2012 13:29:46 Keith Seitz wrote: > - setup_xfail "*-*-*" > + setup_xfail "*-*-*" mi/14270 Keith, It is better to use "setup_kfail" here, because these fails are caused by=20 GDB's limitation rather other other components' limitation. --=20 Yao (=E9=BD=90=E5=B0=A7)