Closed
Bug 1018436
Opened 11 years ago
Closed 11 years ago
[Windows] test_import_script.py test_import_script.TestImportScript.test_import_script_and_clear |Could not clear imported scripts
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla33
People
(Reporter: jgriffin, Assigned: jgriffin)
References
Details
(Whiteboard: [affects=loop])
Attachments
(1 file)
2.04 KB,
patch
|
mdas
:
review+
|
Details | Diff | Splinter Review |
The only Marionette failure on Windows XP and Windows 7 running on cedar is this:
11:13:36 INFO - ----------------------------------------------------------------------
11:13:36 INFO - Traceback (most recent call last):
11:13:36 INFO - File "C:\slave\test\build\tests\marionette\marionette\marionette_test.py", line 170, in run
11:13:36 INFO - testMethod()
11:13:36 INFO - File "C:\slave\test\build\tests\marionette\tests\testing\marionette\client\marionette\tests\unit\test_import_script.py", line 84, in test_import_script_and_clear
11:13:36 INFO - self.marionette.clear_imported_scripts()
11:13:36 INFO - File "C:\slave\test\build\tests\marionette\marionette\marionette.py", line 1313, in clear_imported_scripts
11:13:36 INFO - return self._send_message('clearImportedScripts', 'ok')
11:13:36 INFO - File "C:\slave\test\build\tests\marionette\marionette\decorators.py", line 35, in _
11:13:36 INFO - return func(*args, **kwargs)
11:13:36 INFO - File "C:\slave\test\build\tests\marionette\marionette\marionette.py", line 633, in _send_message
11:13:36 INFO - self._handle_error(response)
11:13:36 INFO - File "C:\slave\test\build\tests\marionette\marionette\marionette.py", line 704, in _handle_error
11:13:36 INFO - raise MarionetteException(message=message, status=status, stacktrace=stacktrace)
11:13:36 INFO - MarionetteException: MarionetteException: Could not clear imported scripts
11:13:36 ERROR - TEST-UNEXPECTED-FAIL | test_import_script.py test_import_script.TestImportScript.test_import_script_and_clear | MarionetteException: MarionetteException: Could not clear imported scripts
11:13:36 INFO - NS_ERROR_FILE_IS_LOCKED: Component returned failure code: 0x8052000e (NS_ERROR_FILE_IS_LOCKED) [nsIFile.remove]
https://tbpl.mozilla.org/php/getParsedLog.php?id=40746086&tree=Cedar#error1
Once we fix this, we can enable Mn tests on Windows on all trees.
Comment 1•11 years ago
|
||
Hi Jonathan -- We (the Loop folks) would love to get the Mn tests on Windows enabled. Is someone already working on this bug? Can we help in any way? Thanks for all your support!
Flags: needinfo?(jgriffin)
Assignee | ||
Comment 2•11 years ago
|
||
Yes, I'm trying to get these working on cedar; I don't think there's anything you can/should do. I hope to have it resolved within a few days.
Flags: needinfo?(jgriffin)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jgriffin
Assignee | ||
Comment 3•11 years ago
|
||
Trying a potential fix on cedar: https://tbpl.mozilla.org/?tree=Cedar&showall=1&rev=4dae191df7b4
Assignee | ||
Comment 4•11 years ago
|
||
Turns out this was simpler than I was expecting.
Attachment #8437992 -
Flags: review?(mdas)
Updated•11 years ago
|
Attachment #8437992 -
Flags: review?(mdas) → review+
Updated•11 years ago
|
Whiteboard: [affects=loop]
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Target Milestone: --- → mozilla33
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•