On 26/10/2007, Francois Gouget fgouget@free.fr wrote:
Would it be possible to gather this kind of information in winetest.exe? Maybe simply grab the name of the graphics card?
This would be useful.
Also, I suspect that it would be worth adding vmware in the test cases. That is, something like:
ok( ret == 129 /* Windows */ || ret == 133 /* VMware */, ... );
This would mean that the tests that are consistently (and predictably) failing under vmware will not show up on the test failures, so we can investigate actual failures.
- Reece