From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80576 invoked by alias); 21 Jul 2015 14:57:35 -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 80566 invoked by uid 89); 21 Jul 2015 14:57:34 -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,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg20.ericsson.net Received: from usevmg20.ericsson.net (HELO usevmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 21 Jul 2015 14:57:32 +0000 Received: from EUSAAHC003.ericsson.se (Unknown_Domain [147.117.188.81]) by usevmg20.ericsson.net (Symantec Mail Security) with SMTP id 7E.DC.12958.FF10EA55; Tue, 21 Jul 2015 10:25:35 +0200 (CEST) Received: from [142.133.110.144] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.83) with Microsoft SMTP Server id 14.3.210.2; Tue, 21 Jul 2015 10:57:29 -0400 Message-ID: <55AE5DD9.90504@ericsson.com> Date: Tue, 21 Jul 2015 14:57:00 -0000 From: Simon Marchi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Sergio Durigan Junior , Brendan Kirby 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> In-Reply-To: <87380i9li6.fsf@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00594.txt.bz2 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?