Francois Gouget fgouget@codeweavers.com writes:
winetest_status() takes into account not just the condition but also the todo level, debug level, whether to report successful tests; and returns the test status and whether to trace its result. This allows individual tests to do their own logging taking into account all these flags.
Signed-off-by: Francois Gouget fgouget@codeweavers.com
Honestly, this thing is getting out of hand. Not only is this adding a lot of complexity for a trivial difference in output, but it has actually made the traces less readable IMO. Can we please get rid of the fancy macros and go back to printing the relevant information in the ok() calls, like all other tests do? Pretty please?