From owner-freebsd-arm@freebsd.org Mon Jun 13 18:48:23 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E17FAAF24E2 for ; Mon, 13 Jun 2016 18:48:23 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-154.reflexion.net [208.70.211.154]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A630225D4 for ; Mon, 13 Jun 2016 18:48:22 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 4375 invoked from network); 13 Jun 2016 18:48:16 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 13 Jun 2016 18:48:16 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v7.90.3) with SMTP; Mon, 13 Jun 2016 14:49:03 -0400 (EDT) Received: (qmail 17619 invoked from network); 13 Jun 2016 18:49:03 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with SMTP; 13 Jun 2016 18:49:03 -0000 X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id 23E741C43DB; Mon, 13 Jun 2016 11:48:17 -0700 (PDT) Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: 11.0 -r301815 "kyua test -k /usr/tests/Kyuafile" on rpi2 [armv7-a/cortex-a7]: broken (24) and failing (59) lists From: Mark Millard In-Reply-To: Date: Mon, 13 Jun 2016 11:48:19 -0700 Cc: freebsd-arm , FreeBSD Current Message-Id: <52441874-133F-4213-BFA7-DC78BB005725@dsl-only.net> References: To: Alan Somers X-Mailer: Apple Mail (2.3124) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2016 18:48:24 -0000 On 2016-Jun-13, at 10:49 AM, Alan Somers wrote: > Please open a bug for the bitstring test failures and assign it to me. > Also, since I don't have any arm hardware, please provide instructions > on how to run this code in a VM, or where I can get access to the > hardware. >=20 > -Alan I have created https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210260 = for the broken kyua bitstring tests. I do not seem to have any control over the Assignee. (I have no FreeBSD = status of any kind so this is not surprising to me.) I've never used QEMU or any arm-hardware based virtual machines. I've = only used an rpi2 for armv6. So far the only VM's I've used are for = amd64 running on amd64 hardware --and I run those under Mac OS X = (VirtualBox, Parallels). I'm not set up to give remote access to the rpi2 that I'm using. So at this point I'm not much help for those arm-specific instructions = that you asked for. Sorry. =3D=3D=3D Mark Millard markmi at dsl-only.net > On Mon, Jun 13, 2016 at 11:29 AM, Mark Millard wrote: >> With the newly less strict alignment requirements "kyua test -k = /usr/tests/Kyuafile" runs to completion, unlike before. >>=20 >>> =3D=3D=3D> Summary >>> Results read from = /root/.kyua/store/results.usr_tests.20160613-080302-120731.db >>> Test cases: 5694 total, 54 skipped, 21 expected failures, 24 broken, = 59 failed >>> Total time: 8723.243s >>=20 >>=20 >> I only list the one line summaries below. Then I list various context = details. >>=20 >>> =3D=3D=3D> Broken tests . . . >>> sys/sys/bitstring_test:bit_clear -> broken: Test case body timed = out [300.032s] >>> sys/sys/bitstring_test:bit_count -> broken: Premature exit; test = case received signal 11 (core dumped) [1.080s] >>> sys/sys/bitstring_test:bit_ffc -> broken: Premature exit; test = case received signal 11 (core dumped) [1.077s] >>> sys/sys/bitstring_test:bit_ffc_at -> broken: Premature exit; test = case received signal 11 (core dumped) [1.081s] >>> sys/sys/bitstring_test:bit_ffs -> broken: Premature exit; test = case received signal 11 (core dumped) [1.082s] >>> sys/sys/bitstring_test:bit_ffs_at -> broken: Premature exit; test = case received signal 11 (core dumped) [1.077s] >>> sys/sys/bitstring_test:bit_nclear -> broken: Premature exit; test = case received signal 11 (core dumped) [1.083s] >>> sys/sys/bitstring_test:bit_nset -> broken: Premature exit; test = case received signal 11 (core dumped) [1.079s] >>=20 . . .=