Closed
Bug 1294766
Opened 9 years ago
Closed 5 years ago
Intermittent eventsource-constructor-non-same-origin.htm | expected OK
Categories
(Core :: DOM: Workers, defect, P5)
Core
DOM: Workers
Tracking
()
RESOLVED
INCOMPLETE
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | affected |
People
(Reporter: aryx, Unassigned)
Details
(Keywords: intermittent-failure)
https://treeherder.mozilla.org/logviewer.html#?job_id=11113980&repo=fx-team
05:28:33 INFO - TEST-START | /eventsource/shared-worker/eventsource-constructor-non-same-origin.htm
05:28:33 INFO - PROCESS | 986 | 1470979713750 Marionette TRACE conn3 -> [0,302,"setScriptTimeout",{"ms":185000}]
05:28:33 INFO - PROCESS | 986 | 1470979713751 Marionette TRACE conn3 <- [1,302,null,{}]
05:28:33 INFO - PROCESS | 986 | 1470979713763 Marionette TRACE conn3 -> [0,303,"executeScript",{"scriptTimeout":null,"newSandbox":true,"args":[],"filename":"executormarionette.py","script":"if (window.wrappedJSObject.win) {window.wrappedJSObject.win.close()}","sandbox":"default","line":396}]
05:28:33 INFO - PROCESS | 986 | 1470979713837 Marionette TRACE conn3 <- [1,303,null,{"value":null}]
05:28:33 INFO - PROCESS | 986 | 1470979713853 Marionette TRACE conn3 -> [0,304,"executeAsyncScript",{"scriptTimeout":null,"sandbox":"default","debug_script":false,"script":"/* This Source Code Form is subject to the terms of the Mozilla Public\n * License, v. 2.0. If a copy of the MPL was not distributed with this\n * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\n\nwindow.wrappedJSObject.timeout_multiplier = 3;\nwindow.wrappedJSObject.explicit_timeout = 0;\n\nwindow.wrappedJSObject.addEventListener(\"message\", function listener(event) {\n if (event.data.type != \"complete\") {\n return;\n }\n window.wrappedJSObject.removeEventListener(\"message\", listener);\n clearTimeout(timer);\n var tests = event.data.tests;\n var status = event.data.status;\n\n var subtest_results = tests.map(function(x) {\n return [x.name, x.status, x.message, x.stack]\n });\n\n marionetteScriptFinished([\"/eventsource/shared-worker/eventsource-constructor-non-same-origin.htm\",\n status.status,\n status.message,\n status.stack,\n subtest_results]);\n}, false);\n\nwindow.wrappedJSObject.win = window.open(\"http://web-platform.test:8000/eventsource/shared-worker/eventsource-constructor-non-same-origin.htm\", \"14bd51ca-03d4-4262-9b3a-887ef4d2c15c\");\n\nvar timer = null;\nif (180000) {\n timer = setTimeout(function() {\n log(\"Timeout fired\");\n window.wrappedJSObject.win.timeout();\n }, 180000);\n}\n","newSandbox":false,"line":410,"args":[],"filename":"executormarionette.py"}]
05:28:33 INFO - PROCESS | 986 | ++DOCSHELL 0x7f2a897d6000 == 16 [pid = 1043] [id = 77]
05:28:33 INFO - PROCESS | 986 | ++DOMWINDOW == 72 (0x7f2a863d8400) [pid = 1043] [serial = 229] [outer = (nil)]
05:28:33 INFO - PROCESS | 986 | ++DOMWINDOW == 73 (0x7f2a890d8c00) [pid = 1043] [serial = 230] [outer = 0x7f2a863d8400]
05:28:33 INFO - PROCESS | 986 | ++DOMWINDOW == 74 (0x7f2a8625f800) [pid = 1043] [serial = 231] [outer = 0x7f2a863d8400]
05:28:34 INFO - PROCESS | 986 | --DOCSHELL 0x7f2a8ef37000 == 15 [pid = 1043] [id = 65]
05:28:34 INFO - PROCESS | 986 | --DOCSHELL 0x7f2a906ba800 == 14 [pid = 1043] [id = 63]
05:28:34 INFO - PROCESS | 986 | --DOCSHELL 0x7f2a878f0800 == 13 [pid = 1043] [id = 64]
05:31:43 INFO - TEST-UNEXPECTED-TIMEOUT | /eventsource/shared-worker/eventsource-constructor-non-same-origin.htm | expected OK
05:31:43 INFO - TEST-INFO took 190006ms
Comment 1•9 years ago
|
||
Bulk assigning P3 to all open intermittent bugs without a priority set in Firefox components per bug 1298978.
Priority: -- → P3
Updated•8 years ago
|
Priority: P3 → P5
Comment 2•5 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•