On 2/17/19 11:30 PM, Isira Seneviratne wrote:
On Mon, Feb 18, 2019 at 10:50 AM Zebediah Figura <z.figura12@gmail.com mailto:z.figura12@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@gmail.com <mailto:z.figura12@gmail.com> > <mailto:z.figura12@gmail.com <mailto:z.figura12@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);
Something is probably wrong with the way you're reading from it.