Closed
Bug 1466903
Opened 7 years ago
Closed 7 years ago
Intermittent layout/style/test/test_font_loading_api.html | document.fonts.ready resolves with document.fonts should be resolved; instead it is pending (TEST 3) (vdocument)
Categories
(Core :: CSS Parsing and Computation, defect, P5)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Assigned: jwatt)
References
Details
(Keywords: intermittent-failure)
Filed by: csabou [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=181926126&repo=mozilla-inbound
https://queue.taskcluster.net/v1/task/I9MMmx1NSmmJ10utUwMqew/runs/0/artifacts/public/logs/live_backing.log
17:34:24 INFO - 403 INFO TEST-START | layout/style/test/test_font_loading_api.html
17:34:24 INFO - TEST-INFO | started process screenshot
17:34:25 INFO - TEST-INFO | screenshot: exit 0
17:34:25 INFO - Buffered messages logged at 17:34:24
17:34:25 INFO - 404 INFO TEST-PASS | layout/style/test/test_font_loading_api.html | FontFaceSet interface object should be present (TEST 1)
17:34:25 INFO - 405 INFO TEST-PASS | layout/style/test/test_font_loading_api.html | FontFaceSet should inherit from EventTarget (TEST 1)
17:34:25 INFO - 406 INFO TEST-PASS | layout/style/test/test_font_loading_api.html | document.fonts should be a a FontFaceSet (TEST 1)
17:34:25 INFO - 407 INFO TEST-PASS | layout/style/test/test_font_loading_api.html | FontFace interface object should be present (TEST 1)
17:34:25 INFO - 408 INFO TEST-PASS | layout/style/test/test_font_loading_api.html | FontFace should inherit from Object (TEST 1)
17:34:25 INFO - 409 INFO TEST-PASS | layout/style/test/test_font_loading_api.html | FontFaceSetLoadEvent interface object should be present (TEST 2)
17:34:25 INFO - 410 INFO TEST-PASS | layout/style/test/test_font_loading_api.html | FontFaceSetLoadEvent should inherit from Event (TEST 2)
17:34:25 INFO - 411 INFO TEST-PASS | layout/style/test/test_font_loading_api.html | document.fonts.ready resolves with document.fonts should be resolved with the expected value (TEST 3) (document)
17:34:25 INFO - Buffered messages finished
17:34:25 ERROR - 412 INFO TEST-UNEXPECTED-FAIL | layout/style/test/test_font_loading_api.html | document.fonts.ready resolves with document.fonts should be resolved; instead it is pending (TEST 3) (vdocument)
![]() |
Assignee | |
Updated•7 years ago
|
Assignee: nobody → jwatt
![]() |
Assignee | |
Comment 1•7 years ago
|
||
Turns out I misused Promise.then() in the test that I added in bug 1465983. (See bug 1465983 comment 6.) I've fixed that over in that bug, so once that change merges around I expect this intermittent orange will disappear.
Depends on: 1465983
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 4•7 years ago
|
||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•