[PATCH 0/3] Fix stat mocks on macOS

Roman Bolshakov posted 3 patches 3 years, 6 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201018153058.20385-1-r.bolshakov@yadro.com
tests/meson.build          |  1 +
tests/virmockstathelpers.c | 18 +++++++++++++-----
2 files changed, 14 insertions(+), 5 deletions(-)
[PATCH 0/3] Fix stat mocks on macOS
Posted by Roman Bolshakov 3 years, 6 months ago
Hi,

The series partially addresses
https://gitlab.com/libvirt/libvirt/-/issues/58 by enabling stat mocks
and that fixes qemufirmwaretest, domaincapstest and qemuvhostusertest.

Thanks,
Roman

Roman Bolshakov (3):
  tests: Fix lstat() mock initialization on macOS
  tests: Re-introduce stat/lstat mocks on macOS
  tests: Use flat namespace for qemu test driver

 tests/meson.build          |  1 +
 tests/virmockstathelpers.c | 18 +++++++++++++-----
 2 files changed, 14 insertions(+), 5 deletions(-)

-- 
2.28.0


Re: [PATCH 0/3] Fix stat mocks on macOS
Posted by Michal Privoznik 3 years, 6 months ago
On 10/18/20 5:30 PM, Roman Bolshakov wrote:
> Hi,
> 
> The series partially addresses
> https://gitlab.com/libvirt/libvirt/-/issues/58 by enabling stat mocks
> and that fixes qemufirmwaretest, domaincapstest and qemuvhostusertest.
> 
> Thanks,
> Roman
> 
> Roman Bolshakov (3):
>    tests: Fix lstat() mock initialization on macOS
>    tests: Re-introduce stat/lstat mocks on macOS
>    tests: Use flat namespace for qemu test driver
> 
>   tests/meson.build          |  1 +
>   tests/virmockstathelpers.c | 18 +++++++++++++-----
>   2 files changed, 14 insertions(+), 5 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed.

Michal