[Webkit-unassigned] [Bug 188893] REGRESSION(r234879): Hundreds of layout tests are timing out in WinCairo Debug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 24 01:59:44 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=188893

--- Comment #6 from Saam Barati <sbarati at apple.com> ---
(In reply to Fujii Hironori from comment #4)
> The HashTable was filled with Color::invalidRGBAColor (0x0000000000000001),
> not Color::emptyHashValue(0xFFFFFFFFFFFFFFFB).
> Then, HashTable::add can't find an empty slot in the loop.
> 
> It seems that HashTable::allocateTable initializes slots with
> WTF::GenericHashTraits<WebCore::Color>::emptyValue() not
> HashTraits<WebCore::Color>::emptyValue().

Interesting. This sounds like a more general issue. Why don’t we see the implemented HashTraits? Do you know why we end up picking up GenericHashTraits instead of the custom one?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180824/3afeee09/attachment.html>


More information about the webkit-unassigned mailing list