[PATCH 2/5] oleaut32/tests: Make tests working on older systems, prevent crash on some wine boxes

Paul Vriens paul.vriens.wine at gmail.com
Thu Mar 18 11:26:38 CDT 2010


On 03/18/2010 05:23 PM, Piotr Caban wrote:
> This test is only failing on some wine boxes, that doesn't have
> oleaut2.tlb registered (or QueryPathOfRegTypeLib is broken). It probably
> happens only when 64bit tests are being run.

Ok, that makes the approach a bit different.

>
> Should I check if we're running in 64bit tests and add todo_wine in this
> case?

Are you a 100% sure this is the case on 64bit Wine only? If so a 
todo_wine should be appropriate (in the 64bit case). The bail out is 
still needed (with the skip()) of course.

-- 
Cheers,

Paul.



More information about the wine-devel mailing list