Closed
Bug 922666
Opened 12 years ago
Closed 12 years ago
Windows Mochitest "NameError: global name 'subprocess' is not defined" in killAndGetStack()
Categories
(Testing :: Mochitest, defect)
Tracking
(firefox25 unaffected, firefox26 unaffected, firefox27 fixed, firefox-esr24 unaffected)
RESOLVED
FIXED
mozilla27
| Tracking | Status | |
|---|---|---|
| firefox25 | --- | unaffected |
| firefox26 | --- | unaffected |
| firefox27 | --- | fixed |
| firefox-esr24 | --- | unaffected |
People
(Reporter: emorley, Assigned: k0scist)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
|
709 bytes,
patch
|
emorley
:
review+
|
Details | Diff | Splinter Review |
Windows 7 32-bit fx-team opt test mochitest-3 on 2013-10-01 03:54:02 PDT for push a55240c523be
slave: t-w732-ix-077
https://tbpl.mozilla.org/php/getParsedLog.php?id=28609562&tree=Fx-Team#error1
{
04:09:42 WARNING - TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/dom-level2-core/test_createElementNS06.html | application timed out after 330 seconds with no output
04:09:42 INFO - Traceback (most recent call last):
04:09:42 INFO - File "C:\slave\test\build\tests\mochitest/runtests.py", line 1045, in runTests
04:09:42 INFO - onLaunch=onLaunch
04:09:42 INFO - File "C:\slave\test\build\tests\mochitest/runtests.py", line 939, in runApp
04:09:42 INFO - self.handleTimeout(timeout, proc, utilityPath, debuggerInfo, browserProcessId)
04:09:42 INFO - File "C:\slave\test\build\tests\mochitest/runtests.py", line 1073, in handleTimeout
04:09:42 INFO - self.killAndGetStack(browserProcessId, utilityPath, debuggerInfo, dump_screen=not debuggerInfo)
04:09:42 INFO - File "C:\slave\test\build\tests\mochitest/runtests.py", line 720, in killAndGetStack
04:09:42 INFO - if os.path.exists(crashinject) and subprocess.Popen([crashinject, str(processPID)]).wait() == 0:
04:09:42 INFO - NameError: global name 'subprocess' is not defined
04:09:42 INFO - Automation Error: Received unexpected exception while running application
04:09:42 INFO - WARNING | leakcheck | refcount logging is off, so leaks can't be detected!
04:09:42 INFO - runtests.py | Running tests: end.
04:26:22 INFO - mozprocess timed out
04:26:23 ERROR - timed out after 1000 seconds of no output
04:26:23 ERROR - Return code: 572
}
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Assignee | ||
Comment 2•12 years ago
|
||
Feel free to pass on the review if desired.
Assignee: nobody → jhammel
Attachment #812847 -
Flags: review?(emorley)
| Reporter | ||
Updated•12 years ago
|
Attachment #812847 -
Flags: review?(emorley) → review+
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Assignee | ||
Comment 4•12 years ago
|
||
pushed in inbound: https://hg.mozilla.org/integration/mozilla-inbound/rev/7d9905b9ba5d
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
Comment 7•12 years ago
|
||
Should this be uplifted to the release branches as well?
status-firefox27:
--- → fixed
Comment 8•12 years ago
|
||
Given that bug 746243 only landed on trunk, I'm going to say no.
status-firefox25:
--- → unaffected
status-firefox26:
--- → unaffected
status-firefox-esr24:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•