From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:45511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtUhJ-0007WP-L3 for qemu-devel@nongnu.org; Tue, 12 Feb 2019 04:49:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtUhF-0002Rp-H3 for qemu-devel@nongnu.org; Tue, 12 Feb 2019 04:49:47 -0500 Received: from mail-ot1-x344.google.com ([2607:f8b0:4864:20::344]:36643) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtUh7-00021c-Tz for qemu-devel@nongnu.org; Tue, 12 Feb 2019 04:49:39 -0500 Received: by mail-ot1-x344.google.com with SMTP id k98so3408101otk.3 for ; Tue, 12 Feb 2019 01:49:25 -0800 (PST) MIME-Version: 1.0 References: <20190211055040.13528-1-stefanha@redhat.com> <20190212035118.GD28401@stefanha-x1.localdomain> In-Reply-To: <20190212035118.GD28401@stefanha-x1.localdomain> From: Peter Maydell Date: Tue, 12 Feb 2019 09:49:12 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [Qemu-block] [PULL 0/9] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Stefano Garzarella , Stefan Hajnoczi , Laurent Vivier , Kevin Wolf , Thomas Huth , Eduardo Habkost , Qemu-block , "Michael S. Tsirkin" , QEMU Developers , Max Reitz , Marcel Apfelbaum , Paolo Bonzini On Tue, 12 Feb 2019 at 03:51, Stefan Hajnoczi wrote: > > On Mon, Feb 11, 2019 at 11:42:14AM +0000, Peter Maydell wrote: > > Hi; this fails to pass "make check" (all platforms): > > > > MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} > > QTEST_QEMU_BINARY=arm-softmmu/qemu-system-arm QTEST_QEMU_IMG=qemu-img > > tests/virtio-blk-test -m > > =quick -k --tap < /dev/null | ./scripts/tap-driver.pl > > --test-name="virtio-blk-test" > > ** > > ERROR:/home/pm215/qemu/tests/virtio-blk-test.c:272:test_basic: > > assertion failed (status == 0): (1 == 0) > > ERROR - too few tests run (expected 1, got 0) > > Stefano, I'm dropping the virtio-blk DISCARD/WRITE_ZEROES series. > Please debug this failure. > > I cannot reproduce it on a Linux host so maybe it's related to macOS. > First I thought it's because write zeroes is not supported on macOS, but > QEMU should fall back to writing a bounce buffer of zeroes. The test failed everywhere, including the Linux platforms, not just OSX. thanks -- PMM