[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
Thu Aug 23 23:55:12 PDT 2018


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

--- Comment #4 from Fujii Hironori <Hironori.Fujii at sony.com> ---
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().

-- 
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/ab17a063/attachment-0001.html>


More information about the webkit-unassigned mailing list