From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#15104: harfbuzz 0.9.19 test failures on i686 Date: Sun, 01 Sep 2013 15:46:09 +0200 Message-ID: <87mwnwpsda.fsf@gnu.org> References: <871u5vc808.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VG7zg-0008CF-PX for bug-guix@gnu.org; Sun, 01 Sep 2013 09:47:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VG7zb-0005Hq-Hw for bug-guix@gnu.org; Sun, 01 Sep 2013 09:47:08 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:54552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VG7zb-0005Hm-ER for bug-guix@gnu.org; Sun, 01 Sep 2013 09:47:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VG7za-0008Gp-BZ for bug-guix@gnu.org; Sun, 01 Sep 2013 09:47:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <871u5vc808.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 15 Aug 2013 17:02:15 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 15104@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > There is 1 test failure on i686: > > /types/int: OK > /types/direction: OK > /types/tag: OK > /types/script: OK > /types/language: ** > ERROR:test-common.c:199:test_types_language: assertion failed: (en =3D=3D= hb_language_from_string ("Enx", 2)) > /nix/store/ws3s97his4rmrfdyy2wpw1sxgidyi5ah-bash-4.2/bin/bash: line 5: 6= 204 Aborted MALLOC_CHECK_=3D2 MALLOC_PERTURB_=3D$((${RANDOM= :-256} % 256)) G_DEBUG=3Dgc-friendly G_SLICE=3Dalways-malloc srcdir=3D. ${d= ir}$tst > FAIL: test-common > [...] > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > 1 of 12 tests failed > Please report to http://bugs.freedesktop.org/enter_bug.cgi?product=3Dharf= buzz > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > > See for details. Looking at it seems to be a random failure: passed although there were no significant differences, and the next one failed again. We=E2=80=99ll probably have to look at test-common.c:199... Ludo=E2=80=99.