Piotr Caban piotr@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.