Re: [PATCH 3/3] qga: test: Add tests for `merge-output` flag

2023-02-27 Thread Daniel Xu
Hi, On Mon, Feb 27, 2023, at 1:40 AM, Marc-André Lureau wrote: > Hi > > On Fri, Feb 24, 2023 at 8:31 AM Daniel Xu wrote: >> >> This commit adds a test to ensure `merge-output` functions as expected. >> We also add a negative test to ensure we haven't regressed previous >> functionality. >> >>

Re: [PATCH 3/3] qga: test: Add tests for `merge-output` flag

2023-02-27 Thread Marc-André Lureau
Hi On Fri, Feb 24, 2023 at 8:31 AM Daniel Xu wrote: > > This commit adds a test to ensure `merge-output` functions as expected. > We also add a negative test to ensure we haven't regressed previous > functionality. > > Signed-off-by: Daniel Xu Please check your patch with ASAN, you have use

[PATCH 3/3] qga: test: Add tests for `merge-output` flag

2023-02-23 Thread Daniel Xu
This commit adds a test to ensure `merge-output` functions as expected. We also add a negative test to ensure we haven't regressed previous functionality. Signed-off-by: Daniel Xu --- tests/unit/test-qga.c | 128 -- 1 file changed, 111 insertions(+), 17