qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 21/51] tests/qtest: migration-test: Skip running test_migrate


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 21/51] tests/qtest: migration-test: Skip running test_migrate_fd_proto on win32
Date: Sun, 4 Sep 2022 16:15:35 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

On 24/8/22 11:39, Bin Meng wrote:
From: Bin Meng <bin.meng@windriver.com>

The test case 'test_migrate_fd_proto' calls socketpair() which does
not exist on win32. Exclude it. The helper function wait_command_fd()
is not needed anymore, hence exclude it too.

I'd rather use a feature test, then check for the HAVE_POSIX_SOCKETPAIR
definition.


Signed-off-by: Bin Meng <bin.meng@windriver.com>
---

  tests/qtest/migration-helpers.h | 2 ++
  tests/qtest/migration-helpers.c | 2 ++
  tests/qtest/migration-test.c    | 4 ++++
  3 files changed, 8 insertions(+)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]