[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 16:51:15 PDT 2018


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

Ross Kirsling <ross.kirsling at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at webkit.org,
                   |                            |sbarati at apple.com

--- Comment #1 from Ross Kirsling <ross.kirsling at sony.com> ---
Still digging, but two more points for now...

Commenting out this function also makes the problem go away.
https://github.com/WebKit/webkit/blob/master/Source/WTF/wtf/HashTraits.h#L317-L322
> template <typename>
> static void constructEmptyValue(TraitType& slot)
> {
>    KeyTraits::template constructEmptyValue<KeyTraits>(slot.key);
>    ValueTraits::template constructEmptyValue<ValueTraits>(slot.value);
> }

The failing tests don't seem to be random, but calling DRT directly doesn't seem to repro(?).

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


More information about the webkit-unassigned mailing list