From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: bug#25463: guile-2.0.13 Check errors Date: Sun, 12 Feb 2017 15:44:36 +0200 Message-ID: References: <4f693f6528e76a93e17e73450e2bc320@openmailbox.org> <87vasg1luf.fsf@gnu.org> <6f657e5c558f7594b14d50dea55f79bd@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccuSM-0007kJ-0n for guix-devel@gnu.org; Sun, 12 Feb 2017 08:44:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccuSH-0000Wn-U9 for guix-devel@gnu.org; Sun, 12 Feb 2017 08:44:46 -0500 In-Reply-To: <6f657e5c558f7594b14d50dea55f79bd@openmailbox.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" To: rennes@openmailbox.org Cc: guix-devel@gnu.org, 25463@debbugs.gnu.org Hello Renes, On 02/12/17 10:37, rennes@openmailbox.org wrote: > Now the following error is left: > -------------------------------------------- > Running time.test > FAIL: time.test: internal-time-units-per-second: versus times and sleep > Running tree-il.test > > Totals for this test run: > passes: 39537 > failures: 1 > unexpected passes: 0 > expected failures: 9 > unresolved test cases: 582 > untested test cases: 1 > unsupported test cases: 10 > errors: 0 > -------------------------------------------- > Locally on Hurd I am using this patch http://paste.lisp.org/display/338954 on the glibc/hurd package to work around that test failure. Ideally we need to modify the way guile handles time.[1] Manolis [1] https://lists.gnu.org/archive/html/bug-hurd/2015-10/msg00019.html