From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25362 invoked by alias); 2 Jan 2017 13:51:30 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 25331 invoked by uid 89); 2 Jan 2017 13:51:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=Guys, NPTL, H*MI:sk:w@mail., H*f:sk:w@mail. X-Spam-User: qpsmtpd, 2 recipients X-HELO: relay1.mentorg.com Date: Mon, 02 Jan 2017 13:51:00 -0000 From: Joseph Myers To: Martin Galvan CC: Torvald Riegel , , Subject: Re: [PATCH v11] Add pretty printers for the NPTL lock types In-Reply-To: Message-ID: References: <1482424494.14990.810.camel@redhat.com> <1482447010.14990.815.camel@redhat.com> <1482512736.14990.831.camel@redhat.com> <1482518873.14990.832.camel@redhat.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2017-01/txt/msg00023.txt.bz2 On Mon, 2 Jan 2017, Martin Galvan wrote: > Guys, are there any news on this? Did the test fail for anyone else? I'm seeing the following failures with current sources on x86_64. This is with system GDB on Ubuntu 16.04 (but a locally built compiler, configured as a cross compiler, for building glibc). System GDB is: GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1 FAIL: nptl/test-cond-printers FAIL: nptl/test-condattr-printers FAIL: nptl/test-mutex-printers FAIL: nptl/test-mutexattr-printers FAIL: nptl/test-rwlock-printers FAIL: nptl/test-rwlockattr-printers test-cond-printers.out says: Error: Response does not match the expected pattern. Command: enable pretty-printer global glibc-pthread-locks Expected pattern: [1-9][0-9]* of [1-9]+ printers enabled Response: 0 printers enabled 0 of 1 printers enabled (gdb) and all the others are similar. GDB is linked with Python 3.5, which is also the version found by configure. -- Joseph S. Myers joseph@codesourcery.com