From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6851 invoked by alias); 3 Mar 2012 14:34:24 -0000 Received: (qmail 6637 invoked by uid 22791); 3 Mar 2012 14:34:22 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 03 Mar 2012 14:34:02 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q23EXx8X026801 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 3 Mar 2012 09:33:59 -0500 Received: from host2.jankratochvil.net (ovpn-116-19.ams2.redhat.com [10.36.116.19]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q23EXtHq030816 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sat, 3 Mar 2012 09:33:58 -0500 Date: Sat, 03 Mar 2012 14:34:00 -0000 From: Jan Kratochvil To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [obv] testsuite: disp-step-syscall.exp: Setup KFAIL for PR server/13796 Message-ID: <20120303143355.GA1317@host2.jankratochvil.net> References: <20120303070105.GA13581@host2.jankratochvil.net> <4F522B04.7000607@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F522B04.7000607@codesourcery.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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-03/txt/msg00114.txt.bz2 On Sat, 03 Mar 2012 15:30:28 +0100, Yao Qi wrote: > (gdb) PASS: gdb.base/disp-step-syscall.exp: vfork: set displaced-stepping on > stepi > [Inferior 1 (process 46507) exited normally]^M > > Child exited with status 0 > GDBserver exiting^M > (gdb) KPASS: gdb.base/disp-step-syscall.exp: vfork: single step over vfork (PRMS server/13796) > > Patch below is to fix this, OK to apply? I did not analyze gdbserver so I do not know now what happens there, it may be also Linux kernel-version specific. I find your patch OK for the testsuite, check it in, please. Thanks, Jan