[Webkit-unassigned] [Bug 208382] New: Garbage collection prevents FontFace.loaded promise from getting resolved

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 28 10:39:20 PST 2020


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

            Bug ID: 208382
           Summary: Garbage collection prevents FontFace.loaded promise
                    from getting resolved
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ap at webkit.org
                CC: mmaxfield at apple.com, rniwa at webkit.org

Created attachment 391991

  --> https://bugs.webkit.org/attachment.cgi?id=391991&action=review

layout test

We have some tests that use FontFace.loaded, and they fail (time out) when frequent garbage collection is forced with JSC_slowPathAllocsBetweenGCs=10. They also fail flakily on other bots.

Steps to reproduce:

Put attached test into LayoutTests, and run as:

run-webkit-tests --no-retry --dump-render-tree --additional-env-var=JSC_slowPathAllocsBetweenGCs=10 font-promises-gc.html

It should not time out, and should say "SUCCESS".

-- 
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/20200228/a4eae5ad/attachment.htm>


More information about the webkit-unassigned mailing list