From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12476 invoked by alias); 22 Jun 2009 20:21:45 -0000 Received: (qmail 12463 invoked by uid 22791); 22 Jun 2009 20:21:44 -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.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 22 Jun 2009 20:21:39 +0000 Received: from spaceape9.eur.corp.google.com (spaceape9.eur.corp.google.com [172.28.16.143]) by smtp-out.google.com with ESMTP id n5MKLalU012721 for ; Mon, 22 Jun 2009 13:21:36 -0700 Received: from qw-out-1920.google.com (qwa14.prod.google.com [10.241.193.14]) by spaceape9.eur.corp.google.com with ESMTP id n5MKLXFd027061 for ; Mon, 22 Jun 2009 13:21:34 -0700 Received: by qw-out-1920.google.com with SMTP id 14so1674717qwa.36 for ; Mon, 22 Jun 2009 13:21:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.81.139 with SMTP id x11mr1284945qck.14.1245702093140; Mon, 22 Jun 2009 13:21:33 -0700 (PDT) In-Reply-To: <4A3FC8CA.5070700@vmware.com> References: <20090605222214.66E2976BC4@localhost> <8ac60eac0906151139w23c6cc2ag9307d73232753f65@mail.gmail.com> <8ac60eac0906220910p5750f455u1e3dc462035d50b6@mail.gmail.com> <4A3FC8CA.5070700@vmware.com> Date: Mon, 22 Jun 2009 20:21:00 -0000 Message-ID: <8ac60eac0906221321r45c43a13g87a830f8dd3487ea@mail.gmail.com> Subject: Re: [patch] Fix for gdb.threads/staticthreads.exp failure on Linux From: Paul Pluzhnikov To: Michael Snyder Cc: "gdb-patches@sourceware.org" , "dje@google.com" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00584.txt.bz2 On Mon, Jun 22, 2009 at 11:09 AM, Michael Snyder wrote: > Have you, or could you, run regression testing in i686? This is glibc-version related, rather than x86_64 vs. i686: Using glibc-2.7: "runtest gdb.threads/staticthreads.exp" gives: # of expected passes 8 # of known failures 1 in both i686 and x86_64 modes. But using glibc-2.3.6 (which is my target): FAIL: gdb.threads/staticthreads.exp: running to main in runto FAIL: gdb.threads/staticthreads.exp: Continue to main's call of sem_post FAIL: gdb.threads/staticthreads.exp: handle SIG32 helps === gdb Summary === # of expected passes 6 # of unexpected failures 3 # of known failures 1 again in both i686 and x86_64 modes. Thanks, -- Paul Pluzhnikov