todo_wine problems

Jeff L lats at yless4u.com.au
Sat Sep 30 02:55:00 CDT 2006


I am having trouble with getting todo_wine working.  It seems to be 
ignored and the test is being executed on wine and failing as expected.  
Is there a trick to setting todo up?

According to all the examples and the text this should work:
        todo_wine
        {
            ok(hr == S_OK, "ScriptStringOut Stub should return S_OK not 
%08lx\n", hr);
        }

Jeff



More information about the wine-devel mailing list