[PATCH v4] winetest: Add GUI to display results of individual tests.

Isira Seneviratne isirasen96 at gmail.com
Sun Feb 17 23:30:31 CST 2019


On Mon, Feb 18, 2019 at 10:50 AM Zebediah Figura <z.figura12 at gmail.com>
wrote:

> On 2/17/19 11:17 PM, Isira Seneviratne wrote:
> >
> > On Mon, Feb 18, 2019 at 9:08 AM Zebediah Figura <z.figura12 at gmail.com
> > <mailto:z.figura12 at gmail.com>> wrote:
> >
> >
> >
> >     On 2/13/19 2:57 AM, Isira Seneviratne wrote:
> >      >
> >      >
> >      >
> >
> >     Again, I'm seeing multiple lines show up per test run,
> >
> > Do the tests normally print multiple sets of results? If so, then should
> > any of them be ignored?
> >
> >
>
> No, only one set of results is printed per test. You can check this by
> running winetest normally with the -o option, and examining what data is
> printed.
>

In that case, I think that something is probably wrong with the winetest
output, since I'm reading data from the same file that winetest is writing
data to, with these lines:

SetFilePointer (out_file, -sizeof(buffer), NULL, FILE_CURRENT);
ReadFile (out_file, buffer, sizeof(buffer), &read_count, NULL);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20190218/770cca82/attachment.html>


More information about the wine-devel mailing list