[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 0/3] tests: mingw32 make check fixes
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH v3 0/3] tests: mingw32 make check fixes |
Date: |
Mon, 31 Mar 2014 09:26:04 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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?