[PATCH] tests: Report all errors when failing to wait for a child process.

Francois Gouget fgouget at codeweavers.com
Thu Mar 19 04:21:09 CDT 2020


On Wed, 18 Mar 2020, Mathew Hodson wrote:

> On Mon, Mar 16, 2020 at 6:52 PM Francois Gouget <fgouget at codeweavers.com> wrote:
> > diff --git a/include/wine/test.h b/include/wine/test.h
> > index 3af3ffd2a91..1bf178339fd 100644
> > --- a/include/wine/test.h
> > +++ b/include/wine/test.h
> > @@ -110,12 +110,14 @@ extern void __winetest_cdecl winetest_trace( const char *msg, ... ) __WINE_PRINT
> >  # define skip_(file, line)     (winetest_set_location(file, 0), 0) ? (void)0 : winetest_skip
> >  # define win_skip_(file, line) (winetest_set_location(file, 0), 0) ? (void)0 : winetest_win_skip
> >  # define trace_(file, line)    (winetest_set_location(file, 0), 0) ? (void)0 : winetest_trace
> > +# define wait_process_(file, line) (winetest_set_location(file, 0), 0) ? (void)0 : winetest_wait_process
> 
> This should be wait_child_process_ and winetest_wait_child_process here right?

Thanks for spotting it. Sending a patch...


-- 
Francois Gouget <fgouget at codeweavers.com>



More information about the wine-devel mailing list