From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72927 invoked by alias); 21 Jul 2015 16:38:34 -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 72909 invoked by uid 89); 21 Jul 2015 16:38:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Jul 2015 16:38:30 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 733D58C7279FF; Tue, 21 Jul 2015 17:38:25 +0100 (IST) Received: from BAMAIL02.ba.imgtec.org (10.20.40.28) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 21 Jul 2015 17:38:27 +0100 Received: from [192.168.0.19] (10.20.3.68) by bamail02.ba.imgtec.org (10.20.40.28) with Microsoft SMTP Server (TLS) id 14.3.174.1; Tue, 21 Jul 2015 09:38:25 -0700 Message-ID: <55AE7581.9070507@imgtec.com> Date: Tue, 21 Jul 2015 16:38:00 -0000 From: Brendan Kirby User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Simon Marchi , Sergio Durigan Junior CC: Simon Marchi , Subject: Re: MIPS build slave References: <55A9E3F5.3090902@imgtec.com> <87fv4kswuh.fsf@redhat.com> <55AD543B.5010301@imgtec.com> <87fv4iczgm.fsf@redhat.com> <55AD8A7F.3080009@imgtec.com> <877fpu9xjh.fsf@redhat.com> <55ADA56A.5090301@imgtec.com> <87380i9li6.fsf@redhat.com> <55AE5DD9.90504@ericsson.com> In-Reply-To: <55AE5DD9.90504@ericsson.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-SW-Source: 2015-07/txt/msg00598.txt.bz2 On 07/21/2015 07:57 AM, Simon Marchi wrote: > On 15-07-21 12:34 AM, Sergio Durigan Junior wrote: >> Sorry, I missed that message. Anyway, now the build is broken for MIPS, >> so it's not reaching the testscase part. Let's wait until it gets >> fixed. >> >> Cheers, > Woohoo, look at that: > > -# of expected passes 7837 > -# of unexpected failures 4664 > -# of expected failures 47 > -# of known failures 16 > -# of untested testcases 89 > -# of unresolved testcases 150 > -# of unsupported tests 194 > > +# of expected passes 25909 > +# of unexpected failures 355 > +# of unexpected successes 1 > +# of expected failures 54 > +# of known failures 55 > +# of untested testcases 51 > +# of unresolved testcases 36 > +# of unsupported tests 215 > > http://gdb-build.sergiodj.net/cgit/Debian-MIPS-m64/.git/commit/?id=198f8a337b4b8095a73a9d7f4be77efb99c0a110 > > So, was it only the shell change, or was there anything else? All I changed was SHELL is now set to /bin/bash. It might be good to note that when setting up new Buildbot slaves. Brendan