From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH] gnu: Python: disable failing tests on MIPS64. Date: Wed, 09 Apr 2014 04:51:13 +0200 Message-ID: <5344B5A1.1060701@gmail.com> References: <87r459slxc.fsf@yeeloong.lan> <1396908791-21832-1-git-send-email-tipecaml@gmail.com> <87lhvgsmti.fsf@yeeloong.lan> <87y4zfjpwo.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXigw-0004p4-2C for guix-devel@gnu.org; Tue, 08 Apr 2014 22:56:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXign-00047x-1q for guix-devel@gnu.org; Tue, 08 Apr 2014 22:56:45 -0400 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:45807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXigm-00047o-Q0 for guix-devel@gnu.org; Tue, 08 Apr 2014 22:56:36 -0400 Received: by mail-we0-f178.google.com with SMTP id u56so1802596wes.23 for ; Tue, 08 Apr 2014 19:56:35 -0700 (PDT) In-Reply-To: <87y4zfjpwo.fsf@karetnikov.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Nikita Karetnikov , Mark H Weaver Cc: guix-devel@gnu.org On 04/09/2014 02:40 AM, Nikita Karetnikov wrote: >> I've tested this on the Loongson 3A machine, and it works as expected. > > Python fails for me on Lemote YeeLoong. > What does 'python -c "import platform; print(platform.machine())"' return on your machine ? The tests that fail are now disabled on mips64. Cyril.