[1/2] winetest: Add a trace in the log when skipping a subtest.

Alexandre Julliard julliard at winehq.org
Thu Dec 9 10:19:55 CST 2010


Francois Gouget <fgouget at free.fr> writes:

> I'm not happy with the situation when we skip a whole test executable. 
> One issue is that in such a case we don't even extract the executable 
> right now, thus making it impossible to print the subtest name. So we'd 
> need a different skip line format for that case. Or we could decide to 
> extract all the files and query their subtest names anyway and only 
> disable actually running the tests.

The problem with this is that one of the reasons for skipping a test is
that loading the test binary crashes the system, so loading it to get
the subtest names wouldn't help.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list