From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT8Dm-0003tG-2L for qemu-devel@nongnu.org; Thu, 27 Mar 2014 07:11:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WT8Dh-0002Ac-9T for qemu-devel@nongnu.org; Thu, 27 Mar 2014 07:11:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT8Dh-0002AS-1Z for qemu-devel@nongnu.org; Thu, 27 Mar 2014 07:11:37 -0400 From: Stefan Hajnoczi Date: Thu, 27 Mar 2014 12:11:24 +0100 Message-Id: <1395918686-27043-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] 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 , Stefan Hajnoczi , Stefan Weil 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 tests/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -- 1.8.5.3