From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29598 invoked by alias); 25 Sep 2014 10:52:51 -0000 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 Received: (qmail 29545 invoked by uid 89); 25 Sep 2014 10:52:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 25 Sep 2014 10:52:49 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8PAqevE014648 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 25 Sep 2014 06:52:40 -0400 Received: from host2.jankratochvil.net (ovpn-116-67.ams2.redhat.com [10.36.116.67]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s8PAqaEs024010 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Thu, 25 Sep 2014 06:52:39 -0400 Date: Thu, 25 Sep 2014 10:52:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: Ulrich Weigand , Andreas Arnez , Doug Evans , "gdb-patches@sourceware.org" Subject: Re: automated testing comment [Re: time to workaround libc/13097 in fsf gdb?] Message-ID: <20140925105236.GA9932@host2.jankratochvil.net> References: <201409241523.s8OFNNjP009931@d06av02.portsmouth.uk.ibm.com> <5423D04D.8000600@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5423D04D.8000600@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00729.txt.bz2 On Thu, 25 Sep 2014 10:20:29 +0200, Pedro Alves wrote: > On 09/24/2014 04:23 PM, Ulrich Weigand wrote: > > I think we should agree on one of them, and document it on the web page. > > Certainly fine with me. I completely missed that we had two > lists for this. Changed: https://sourceware.org/gdb/wiki/BuildBotResults?action=diff&rev2=3&rev1=2 Jan