3 Oct
2012
3 Oct
'12
9:50 a.m.
Piotr Caban <piotr(a)codeweavers.com> wrote:
- ok(ret, "GetUrlCacheEntryInfoExW failed with error %d\n", GetLastError()); + ok(ret || broken(!ret) /* IE6 */, "GetUrlCacheEntryInfoExW failed with error %d\n", GetLastError());
This kind of blanket test results coverage is broken from the start. -- Dmitry.