On 01/05/2010 10:23 AM, Alexandre Julliard wrote:
Paul Vrienspaul.vriens.wine@gmail.com writes:
Hi André,
That log also shows "server: 1 failures in child process". I'm not a 100% sure but from the looks of it this is that one/1 failure mentioned in that last line:
server: 120 tests executed (1 marked as todo, 1 failure), 0 skipped.
If I'm correct it does mean that we have 2 failures and 1 todo.
(cc-ing AJ as he wrote that winetest_wait_child_process() thingy).
winetest_wait_child_process will add the child failures, but I don't think it's used consistently everywhere, so that would be the first thing to fix.
The 'adding of child failures' is needed because ok() messages from the child processes don't reach the report?