On 01/04/2010 08:50 PM, André Hentschel wrote:
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).
Paul Vriens schrieb:
Hi Paul, it only occurs one failure: "server.c:1412: Test failed: RpcBindingSetAuthInfoExA failed 1747", that one happens in the child process. that is mentioned three times: server: 7 tests executed (0 marked as todo, 1 failure), 0 skipped. server: 1 failures in child process server: 120 tests executed (1 marked as todo, 1 failure), 0 skipped.
dissect adds up the two summaries, which is wrong.
On 01/04/2010 10:00 PM, André Hentschel wrote:
But is this one actually a failure that is only reported in the line below and not by itself as a "Test failed: ......"?
server: 120 tests executed (1 marked as todo, 1 failure), 0 skipped.
dissect adds up the two summaries, which is wrong.
Paul Vriens schrieb:
No, its just a message(ignored by dissect) for human readers to quickly see what happened in the childprocess AFAIK
server: 120 tests executed (1 marked as todo, 1 failure), 0 skipped.
dissect adds up the two summaries, which is wrong.
Paul Vriens paul.vriens.wine@gmail.com writes:
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.
On 01/05/2010 10:23 AM, Alexandre Julliard wrote:
The 'adding of child failures' is needed because ok() messages from the child processes don't reach the report?
Paul Vriens paul.vriens.wine@gmail.com writes:
No, it's because we want the parent to exit with a failure if a child failed.