From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUWbl-0004FS-7a for qemu-devel@nongnu.org; Mon, 31 Mar 2014 03:26:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUWbg-0000uA-Dv for qemu-devel@nongnu.org; Mon, 31 Mar 2014 03:26:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUWbg-0000u5-64 for qemu-devel@nongnu.org; Mon, 31 Mar 2014 03:26:08 -0400 Date: Mon, 31 Mar 2014 09:26:04 +0200 From: Stefan Hajnoczi Message-ID: <20140331072604.GD22888@stefanha-thinkpad.redhat.com> References: <1396000554-29501-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1396000554-29501-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 0/3] tests: mingw32 make check fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Andreas Faerber , sw@weilnetz.de On Fri, Mar 28, 2014 at 10:55:51AM +0100, Stefan Hajnoczi wrote: > v3: > * Add Stefan Weil's test-aio fix patch [Stefan Weil] > * Patch 3 commit description s/The causes targets/This causes make targets/ [Stefan Weil] > > v2: > * Use ifeq instead of using *-n [Andreas] > > make check is broken on mingw32 builds because we the CONFIG_POSIX checks are > outdated. This series fixes them. > > It should make the buildbot happy again for mingw32 where we fail make check: > http://buildbot.b1-systems.de/qemu/builders > > Stefan Hajnoczi (2): > tests: skip POSIX-only tests on Windows > tests: correctly skip qtest on non-POSIX hosts > > Stefan Weil (1): > tests: Remove unsupported tests for MinGW > > tests/Makefile | 8 +++++--- > tests/test-aio.c | 16 ++++++++++++++++ > 2 files changed, 21 insertions(+), 3 deletions(-) Andreas: Can you take this series or should I send a pull request?