From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15877 invoked by alias); 9 Jun 2009 03:43:28 -0000 Received: (qmail 15868 invoked by uid 22791); 9 Jun 2009 03:43:28 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Jun 2009 03:43:18 +0000 Received: from zps37.corp.google.com (zps37.corp.google.com [172.25.146.37]) by smtp-out.google.com with ESMTP id n593hEiS026861 for ; Tue, 9 Jun 2009 04:43:15 +0100 Received: from an-out-0708.google.com (ancc5.prod.google.com [10.100.29.5]) by zps37.corp.google.com with ESMTP id n593h5DP025767 for ; Mon, 8 Jun 2009 20:43:13 -0700 Received: by an-out-0708.google.com with SMTP id c5so1888704anc.0 for ; Mon, 08 Jun 2009 20:43:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.4.9 with SMTP id 9mr117288and.147.1244518992563; Mon, 08 Jun 2009 20:43:12 -0700 (PDT) In-Reply-To: <002001c9e468$273842a0$75a8c7e0$@u-strasbg.fr> References: <20090430071853.99F5584890@localhost> <001201c9d860$e66c5850$b34508f0$@u-strasbg.fr> <000301c9e3d4$218eac20$64ac0460$@u-strasbg.fr> <002001c9e468$273842a0$75a8c7e0$@u-strasbg.fr> Date: Tue, 09 Jun 2009 03:43:00 -0000 Message-ID: Subject: Re: [RFA] i386/amd64 h/w watchpoints in gdbserver From: Doug Evans To: Pierre Muller Cc: Pedro Alves , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2009-06/txt/msg00205.txt.bz2 On Wed, Jun 3, 2009 at 12:27 PM, Pierre Muller wro= te: >> Thanks for running the tests. >> How about watchthreads.exp, watchthreads2.exp? > > [...] > Running ../../../src/gdb/testsuite/gdb.threads/watchthreads.exp ... > FAIL: gdb.threads/watchthreads.exp: threaded watch loop > FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = =3D 30 > Running ../../../src/gdb/testsuite/gdb.threads/watchthreads2.exp ... > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=3D=3D=3D gdb Summary =3D=3D=3D > > # of expected passes =A0 =A0 =A0 =A0 =A0 =A0116 > # of unexpected failures =A0 =A0 =A0 =A02 > # of known failures =A0 =A0 =A0 =A0 =A0 =A0 1 > /usr/local/src/gdbcvs/build/gdb/testsuite/../../gdb/gdb version > 6.8.50.20090602 > -cvs -nw -nx > > make: *** [check] Error 1 > > I got the same results with cygwin gdb itself... > > I am currently investigating the two failures > above and I will come back to this in another email. Hi. For clarification, are these failures regressions, or do the tests still fail without the patch?