<div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 18, 2019 at 10:50 AM Zebediah Figura <<a href="mailto:z.figura12@gmail.com">z.figura12@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2/17/19 11:17 PM, Isira Seneviratne wrote:<br>
> <br>
> On Mon, Feb 18, 2019 at 9:08 AM Zebediah Figura <<a href="mailto:z.figura12@gmail.com" target="_blank">z.figura12@gmail.com</a> <br>
> <mailto:<a href="mailto:z.figura12@gmail.com" target="_blank">z.figura12@gmail.com</a>>> wrote:<br>
> <br>
> <br>
> <br>
>     On 2/13/19 2:57 AM, Isira Seneviratne wrote:<br>
>      ><br>
>      ><br>
>      ><br>
> <br>
>     Again, I'm seeing multiple lines show up per test run,<br>
> <br>
> Do the tests normally print multiple sets of results? If so, then should <br>
> any of them be ignored?<br>
> <br>
> <br>
<br>
No, only one set of results is printed per test. You can check this by <br>
running winetest normally with the -o option, and examining what data is <br>
printed.<br>
</blockquote><div><br></div><div>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:</div><div><br></div><div>SetFilePointer (out_file, -sizeof(buffer), NULL, FILE_CURRENT);<br>ReadFile (out_file, buffer, sizeof(buffer), &read_count, NULL);<br></div></div></div></div>