urlmon: Compile tests with -D__WINESRC__.

Saulius Krasuckas saulius2 at ar.fi.lt
Mon Nov 11 05:10:22 CST 2013


* On Fri, 8 Nov 2013, Dmitry Timoshkov wrote:

> > @@ -8145,14 +8144,14 @@ static void test_IUri_GetPropertyLength(void) {
> >                                  hr, prop.expected, i, j);
> >                      }
> >                      todo_wine {
> > -                        ok(receivedLen == expectedLen || broken(receivedLen == brokenLen),
> > +                        ok(receivedLen == expectedLen || broken(prop.broken_value && receivedLen == lstrlenA(prop.broken_value)),
> 
> Please don't use lstrlenA in the tests.

Dmitry, could you please elaborate more on that?

S.



More information about the wine-devel mailing list