Closed
Bug 932378
Opened 12 years ago
Closed 12 years ago
Marionette WebAPI perma-fail on b2g26
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(b2g-v1.2 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| b2g-v1.2 | --- | fixed |
People
(Reporter: RyanVM, Assigned: aknow)
References
Details
Same "startTest is not defined" error on all of these failures.
https://tbpl-dev.allizom.org/php/getParsedLog.php?id=29818376&tree=Mozilla-B2g26-v1.2
b2g_emulator mozilla-b2g26_v1_2 opt test marionette-webapi on 2013-10-28 21:51:21 PDT for push 388ffab179b8
slave: talos-r3-fed-047
22:04:22 INFO - TEST-START test_crash_emulator.js
22:04:23 INFO - /home/cltbld/talos-slave/test/build/tests/marionette/tests/dom/telephony/test/marionette/test_crash_emulator.js, runTest (marionette_test.MarionetteJSTestCase) ... ERROR
22:04:23 INFO - ======================================================================
22:04:23 INFO - ERROR: /home/cltbld/talos-slave/test/build/tests/marionette/tests/dom/telephony/test/marionette/test_crash_emulator.js, runTest (marionette_test.MarionetteJSTestCase)
22:04:23 INFO - ----------------------------------------------------------------------
22:04:23 INFO - Traceback (most recent call last):
22:04:23 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette_test.py", line 132, in run
22:04:23 INFO - testMethod()
22:04:23 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette_test.py", line 401, in runTest
22:04:23 INFO - filename=os.path.basename(self.jsFile))
22:04:23 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 935, in execute_js_script
22:04:23 INFO - line=None)
22:04:23 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 572, in _send_message
22:04:23 INFO - self._handle_error(response)
22:04:23 INFO - File "/home/cltbld/talos-slave/test/build/tests/marionette/marionette/marionette.py", line 607, in _handle_error
22:04:23 ERROR - raise JavascriptException(message=message, status=status, stacktrace=stacktrace)
22:04:23 ERROR - TEST-UNEXPECTED-FAIL | test_crash_emulator.js | JavascriptException: ReferenceError: startTest is not defined
22:04:23 INFO - stacktrace:
22:04:23 INFO - execute_async_script @test_crash_emulator.js
22:04:23 INFO - inline javascript, line 76
22:04:23 INFO - src: "startTest(function() {"
22:04:23 INFO - ----------------------------------------------------------------------
22:04:23 INFO - Ran 1 test in 1.182s
22:04:23 WARNING - FAILED (errors=1)
Comment 1•12 years ago
|
||
This seems likely to be caused by some missing patches on b2g26..I'll take a look.
| Reporter | ||
Comment 2•12 years ago
|
||
Fixed by uplifting bug 805838 :)
Assignee: nobody → szchen
Status: NEW → RESOLVED
Closed: 12 years ago
status-b2g-v1.2:
--- → fixed
Depends on: 805838
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•