Module: tools Branch: master Commit: 29d147655026c0e6adf449c6c02a1c80ac9e88fb URL: http://source.winehq.org/git/tools.git/?a=commit;h=29d147655026c0e6adf449c6c...
Author: Francois Gouget fgouget@free.fr Date: Wed Mar 26 23:37:17 2008 +0100
winetest: Fix merging of the individual test results into one group result, especially when they all report the dll is missing or that the test crashed, etc.
Merge all the data for a given unit test to a single structure instead of scattering them into multiple hashtables. The new result data structure makes it possible for the same code to work for both group and individual report results.
---
winetest/gather | 333 ++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 204 insertions(+), 129 deletions(-)
Diff: http://source.winehq.org/git/tools.git/?a=commitdiff;h=29d147655026c0e6adf44...