[Webkit-unassigned] [Bug 177938] [GTK] 2 text tests failing since r222838

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 6 03:01:26 PDT 2017


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

--- Comment #1 from Tomas Popela <tpopela at redhat.com> ---
OK, so the problem was that in OptionGTK.cmake we had:

set(USE_WOFF2 ON)

but in should use:

SET_AND_EXPOSE_TO_BUILD(USE_WOFF2 ON)

but the tests should be fixed now with bug 177804 (r222907):

01:36:41.601 16255 [22052/46035] fast/text/woff2-totalsfntsize.html passed unexpectedly
01:36:41.600 16368 worker/2 fast/text/woff2-totalsfntsize.html passed
01:36:41.949 16255 [22061/46035] fast/text/woff2.html passed unexpectedly
01:36:41.949 16368 worker/2 fast/text/woff2.html passed

It will mark them as passing..

-- 
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/20171006/47e64015/attachment.html>


More information about the webkit-unassigned mailing list