Closed
Bug 1468927
Opened 7 years ago
Closed 7 years ago
Intermittent data:text/html,<body> == about:blank | assertion count 1 is more than expected 0 assertions
Categories
(Core :: Layout, defect, P5)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 1455637
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: apavel [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=183268885&repo=autoland
https://queue.taskcluster.net/v1/task/b4j1NI0wT9aCxlZfNTRCdw/runs/0/artifacts/public/logs/live_backing.log
https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://queue.taskcluster.net/v1/task/b4j1NI0wT9aCxlZfNTRCdw/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
17:45:10 INFO - REFTEST TEST-START | data:text/html,<body> == about:blank
17:45:10 INFO - REFTEST TEST-LOAD | data:text/html,<body> | 0 / 5 (0%)
17:45:10 INFO - ++DOMWINDOW == 4 (0x1231f2000) [pid = 2241] [serial = 4] [outer = 0x11393b800]
17:45:10 INFO - REFTEST INFO | drawWindow flags = DRAWWINDOW_DRAW_CARET | DRAWWINDOW_DRAW_VIEW | DRAWWINDOW_USE_WIDGET_LAYERS; window size = 800,1000; test browser size = 800,1000
17:45:10 INFO - Exported SkiaGL extensions: GL_ARB_framebuffer_object GL_ARB_texture_rg GL_EXT_packed_depth_stencil GL_EXT_bgra
17:45:10 INFO - Determined SkiaGL cache limits: Size 1073741824, Items: 256
17:45:11 INFO - REFTEST TEST-LOAD | about:blank | 0 / 5 (0%)
17:45:11 INFO - ++DOMWINDOW == 5 (0x123aee800) [pid = 2241] [serial = 5] [outer = 0x11393b800]
17:45:11 INFO - REFTEST TEST-PASS | data:text/html,<body> == about:blank | image comparison, max difference: 0, number of differing pixels: 0
17:45:11 INFO - REFTEST TEST-END | data:text/html,<body> == about:blank
17:45:11 INFO - ++DOMWINDOW == 6 (0x1231f1400) [pid = 2241] [serial = 6] [outer = 0x11393b800]
17:45:11 INFO - REFTEST TEST-UNEXPECTED-FAIL | data:text/html,<body> == about:blank | assertion count 1 is more than expected 0 assertions
17:45:11 INFO - REFTEST TEST-START | data:text/plain, == about:blank
17:45:11 INFO - REFTEST TEST-LOAD | data:text/plain, | 1 / 5 (20%)
17:45:11 INFO - ++DOMWINDOW == 7 (0x123aefc00) [pid = 2241] [serial = 7] [outer = 0x11393b800]
17:45:11 INFO - REFTEST TEST-PASS | data:text/plain, == about:blank | image comparison, max difference: 0, number of differing pixels: 0
17:45:11 INFO - REFTEST TEST-END | data:text/plain, == about:blank
Comment 1•7 years ago
|
||
The assertion in question is really just a startup assertion (no connection to this particular reftest). Relevant log snippet:
========
17:45:03 INFO - REFTEST INFO | Running tests in file:///Users/cltbld/tasks/task_1529022108/build/tests/reftest/tests/layout/reftests/reftest-sanity/urlprefixtests.list
17:45:03 INFO - REFTEST INFO | Running with e10s: True
17:45:03 INFO - REFTEST INFO | Application command: /Users/cltbld/tasks/task_1529022108/build/application/Firefox NightlyDebug.app/Contents/MacOS/firefox -marionette -foreground -profile /var/folders/_2/0y0l0wps407dcz24y6m1g1tc00000w/T/tmpaI9rkS.mozrunner
17:45:03 INFO - ### XPCOM_MEM_BLOAT_LOG defined -- logging bloat/leaks to /var/folders/_2/0y0l0wps407dcz24y6m1g1tc00000w/T/tmpaI9rkS.mozrunner/runreftest_leaks.log
17:45:03 INFO - [2238, Main Thread] ###!!! ASSERTION: QueryInterface needed: 'query_result.get() == mRawPtr', file /builds/worker/workspace/build/src/obj-firefox/dist/include/nsCOMPtr.h, line 436
========
Looks like bug 1455637.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•