Closed
Bug 1065529
Opened 11 years ago
Closed 11 years ago
Intermittent TEST-UNEXPECTED-TIMEOUT | 2d.composite.canvas.copy.html,2d.composite.canvas.destination-atop.html,2d.composite.clip.copy.html,2d.pattern.paint.repeatx.coord1.html | expected OK
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: RyanVM, Unassigned)
Details
(Keywords: intermittent-failure)
https://tbpl.mozilla.org/php/getParsedLog.php?id=47753794&tree=B2g-Inbound
Ubuntu VM 12.04 x64 b2g-inbound pgo test web-platform-tests-1 on 2014-09-09 22:12:55 PDT for push 137de2b336bb
slave: tst-linux64-spot-873
22:34:19 INFO - SUITE-START | Running 781 tests
22:34:51 INFO - Running testharness tests
22:38:32 ERROR - Init failed 1
22:38:32 INFO - Restarting runner
22:38:42 WARNING - Forcibly terminating runner process
22:38:42 WARNING - u'log' (u'debug', {'message': 'Connecting to marionette on port 2828'})
22:38:42 WARNING - u'log' (u'debug', {'message': 'Waiting for Marionette connection'})
22:38:42 WARNING - u'stop' ()
22:38:44 INFO - PROCESS | 1773 | Xlib: extension "RANDR" missing on display ":0".
22:38:58 INFO - PROCESS | 1773 | -*- Webapps.jsm : Saving /tmp/tmp6qpRnk.mozrunner/webapps/webapps.json
22:38:58 INFO - PROCESS | 1773 | -*- Webapps.jsm : Saving /tmp/tmp6qpRnk.mozrunner/webapps/webapps.json
22:39:11 INFO - TEST-START | /2dcontext/compositing/2d.composite.canvas.copy.html
22:39:12 INFO - PROCESS | 1773 | JavaScript error: http://web-platform.test:8000/resources/testharnessreport.js, line 7: Error: Permission denied to access property 'timeout_multiplier'
22:39:21 INFO - PROCESS | 1773 | MARIONETTE LOG: INFO: Timeout fired
22:39:21 INFO - PROCESS | 1773 | JavaScript error: dummy file, line 21: Error: Permission denied to access property 'timeout'
22:39:26 WARNING - TEST-UNEXPECTED-TIMEOUT | /2dcontext/compositing/2d.composite.canvas.copy.html | expected OK
22:39:26 WARNING - TEST-INFO took 15026ms
22:39:26 INFO - Restarting runner
22:39:26 WARNING - u'runner_teardown' ()
22:39:28 INFO - PROCESS | 1830 | Xlib: extension "RANDR" missing on display ":0".
22:39:43 INFO - PROCESS | 1830 | -*- Webapps.jsm : Saving /tmp/tmpqPWHG2.mozrunner/webapps/webapps.json
22:39:43 INFO - PROCESS | 1830 | -*- Webapps.jsm : Saving /tmp/tmpqPWHG2.mozrunner/webapps/webapps.json
22:39:52 INFO - TEST-START | /2dcontext/compositing/2d.composite.canvas.destination-atop.html
22:39:52 INFO - PROCESS | 1830 | JavaScript error: http://web-platform.test:8000/resources/testharnessreport.js, line 7: Error: Permission denied to access property 'timeout_multiplier'
22:40:02 INFO - PROCESS | 1830 | MARIONETTE LOG: INFO: Timeout fired
22:40:02 INFO - PROCESS | 1830 | JavaScript error: dummy file, line 21: Error: Permission denied to access property 'timeout'
22:40:07 WARNING - TEST-UNEXPECTED-TIMEOUT | /2dcontext/compositing/2d.composite.canvas.destination-atop.html | expected OK
22:40:07 WARNING - TEST-INFO took 15033ms
22:40:07 INFO - Restarting runner
22:43:21 INFO - TEST-OK | /2dcontext/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.html | took 271ms
22:43:21 INFO - TEST-START | /2dcontext/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.html
22:43:31 INFO - PROCESS | 1882 | 2014-09-09 22:43:31: stackwalker.cc:125: INFO: Couldn't load symbols for: /lib/x86_64-linux-gnu/libpthread.so.0|
...more spew...
22:43:31 INFO - PROCESS | 1882 | 2014-09-09 22:43:31: basic_code_modules.cc:88: INFO: No module at 0x7fffde03d190
22:43:31 INFO - PROCESS | 1882 | 2014-09-09 22:43:31: basic_code_modules.cc:88: INFO: No module at 0x7f0125251888
22:43:31 INFO - PROCESS | 1882 | 2014-09-09 22:43:31: basic_code_modules.cc:88: INFO: No module at 0x100000056
22:43:31 INFO - PROCESS | 1882 | 2014-09-09 22:43:31: basic_code_modules.cc:88: INFO: No module at 0x7f0150e66c00
22:43:31 INFO - PROCESS | 1882 | 2014-09-09 22:43:31: basic_code_modules.cc:88: INFO: No module at 0x7fffde03d230
22:43:38 INFO - PROCESS | 1882 | MARIONETTE LOG: INFO: Timeout fired
22:43:38 INFO - PROCESS | 1882 | JavaScript error: dummy file, line 21: TypeError: window.wrappedJSObject.win.timeout is not a function
22:43:38 WARNING - TEST-UNEXPECTED-TIMEOUT | /2dcontext/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.html | expected OK
22:43:40 WARNING - TEST-INFO took 17076ms
Comment 1•11 years ago
|
||
The line:
39:12 INFO - PROCESS | 1773 | JavaScript error: http://web-platform.test:8000/resources/testharnessreport.js, line 7: Error: Permission denied to access property 'timeout_multiplier'
22:39:21 INFO - PROCESS | 1773 | MARIONETTE LOG: INFO: Timeout fired
suggests that something is wrong with the harness layer rather than the test e.g that there's something screwy with the compartments here (notice how later I can't access window.wrappedJSObject properties). Given that this usually works it's either non-deterministic behaviour in the python code that triggers a bug/bad interaction with marionette or the code that marionette invokes, or intermittent behaviour in marionette or the code that marionette invokes.
| Reporter | ||
Updated•11 years ago
|
Summary: Intermittent TEST-UNEXPECTED-TIMEOUT | 2d.composite.canvas.copy.html2d.composite.canvas.destination-atop.html,2d.pattern.paint.repeatx.coord1.html | expected OK → Intermittent TEST-UNEXPECTED-TIMEOUT | 2d.composite.canvas.copy.html,2d.composite.canvas.destination-atop.html,2d.composite.clip.copy.html,2d.pattern.paint.repeatx.coord1.html | expected OK
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 3•11 years ago
|
||
Inactive; closing (see bug 1180138).
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•