On 03/18/2010 05:26 PM, Paul Vriens wrote:
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.
Patch is committed. So all you need to do now if fix the 64bit implementation (if that's indeed the case) ;)