From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6232 invoked by alias); 14 Jul 2011 17:58:20 -0000 Received: (qmail 6224 invoked by uid 22791); 14 Jul 2011 17:58:20 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS 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; Thu, 14 Jul 2011 17:57:45 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6EHvbFv000384 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 14 Jul 2011 13:57:37 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p6EHvbbE030717; Thu, 14 Jul 2011 13:57:37 -0400 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p6EHvZX6017603; Thu, 14 Jul 2011 13:57:36 -0400 From: Tom Tromey To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [patch] Skip async-shell.exp if displaced stepping is not supported References: <4E1D2EB9.3090909@codesourcery.com> <4E1F11D2.3000706@codesourcery.com> Date: Thu, 14 Jul 2011 22:26:00 -0000 In-Reply-To: <4E1F11D2.3000706@codesourcery.com> (Yao Qi's message of "Thu, 14 Jul 2011 23:57:06 +0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: 2011-07/txt/msg00377.txt.bz2 >>>>> "Yao" == Yao Qi writes: Yao> 2011-07-14 Yao Qi Yao> * gdb.mi/mi-nonstop-exit.exp: Skip test if displaced stepping is not Yao> supported. Yao> * gdb.mi/mi-nonstop.exp: Likewise. Yao> * gdb.mi/mi-ns-stale-regcache.exp: Likewise. Yao> * gdb.mi/mi-nsintrall.exp: Likewise. Yao> * gdb.mi/mi-nsmoribund.exp: Likewise. Yao> * gdb.mi/mi-nsthrexec.exp: Likewise. Yao> * gdb.python/py-evthreads.exp: Likewise. Ok. I had thought that the py-evthreads.exp test was changed not to rely on non-stop, but I must have been mistaken. Tom