From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1angws-00052N-Ot for qemu-devel@nongnu.org; Wed, 06 Apr 2016 02:28:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1angwo-0006YL-ID for qemu-devel@nongnu.org; Wed, 06 Apr 2016 02:28:18 -0400 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:36253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1angwo-0006YG-9m for qemu-devel@nongnu.org; Wed, 06 Apr 2016 02:28:14 -0400 Received: by mail-wm0-x241.google.com with SMTP id o129so750221wmo.3 for ; Tue, 05 Apr 2016 23:28:13 -0700 (PDT) References: <57044BCA.6090906@redhat.com> From: Marcel Apfelbaum Message-ID: <5704AC79.7030001@gmail.com> Date: Wed, 6 Apr 2016 09:28:09 +0300 MIME-Version: 1.0 In-Reply-To: <57044BCA.6090906@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] 'make check' failure on Fedora 23 Reply-To: marcel@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , "qemu-devel@nongnu.org" Cc: "Gabriel L. Somlo" , "Michael S. Tsirkin" On 04/06/2016 02:35 AM, Eric Blake wrote: > Fedora 23 recently pushed acpica-tools.x86_64 20160318-1.fc23; with this > installed, 'make check-qtest' (part of 'make check') now fails with: > > GTESTER check-qtest-x86_64 > ** > ERROR:tests/bios-tables-test.c:455:normalize_asl: assertion failed: > (block_name) > GTester: last random seed: R02S920fc706036c189c6183c50ae002dbd1 > ** > ERROR:tests/bios-tables-test.c:455:normalize_asl: assertion failed: > (block_name) > GTester: last random seed: R02Sccc109c5192857eddb99203160e3f750 > ** > ERROR:tests/bios-tables-test.c:455:normalize_asl: assertion failed: > (block_name) > GTester: last random seed: R02S4c7289cb7d625a50855ca9a69e2ba8dc > ** > ERROR:tests/bios-tables-test.c:455:normalize_asl: assertion failed: > (block_name) > GTester: last random seed: R02Sf7cb7c41ed3718deced4d57cde200401 > /home/eblake/qemu/tests/Makefile:638: recipe for target > 'check-qtest-x86_64' failed > > Reverting (# dnf downgrade --disablerepo=updates acpica-tools) to > acpica-tools.x86_64 20150619-2.fc23 lets the tests pass again. I don't > know enough about the test or the tools to know if the problem is a > change in expected output (the qemu test is not tolerant enough, in > which case we should improve the test), or a regression in upstream > acpica-tools (in which case I should file a BZ), but this should > probably be addressed before 2.6. > I've already posted a fix for this: [PATCH] tests/bios-tables-test: fix assert http://patchwork.ozlabs.org/patch/605931/ Thanks, Marcel