Closed
Bug 1444152
Opened 7 years ago
Closed 7 years ago
./mach test fails for Marionette tests
Categories
(Firefox Build System :: Mach Core, defect)
Tracking
(firefox59 unaffected, firefox60 fixed, firefox61 fixed)
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox59 | --- | unaffected |
firefox60 | --- | fixed |
firefox61 | --- | fixed |
People
(Reporter: tjr, Assigned: ahal)
References
Details
(Keywords: regression)
Attachments
(1 file)
but ./mach marionette-test browser/components/migration/tests/marionette/test_refresh_firefox.py does
Comment 1•7 years ago
|
||
This is for all Marionette tests. The failure as shown is:
Error running mach:
['test', 'testing/marionette']
The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You should consider filing a bug for this issue.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
TypeError: marionette() got an unexpected keyword argument 'test_objects'
File "/Volumes/data/code/gecko/testing/mach_commands.py", line 164, in test
argv=extra_args, test_objects=tests, **kwargs)
File "/Volumes/data/code/gecko/python/mach/mach/registrar.py", line 129, in dispatch
return self._run_command_handler(handler, context=context, **kwargs)
File "/Volumes/data/code/gecko/python/mach/mach/registrar.py", line 90, in _run_command_handler
result = fn(**kwargs)
Summary: ./mach test browser/components/migration/tests/marionette/test_refresh_firefox.py does not work → ./mach test fails for Marionette tests
Comment 2•7 years ago
|
||
This is a regression from bug 1437912:
The first bad revision is:
changeset: 450752:45810ed08842
user: Andrew Halberstadt <ahalberstadt@mozilla.com>
date: Tue Feb 13 14:16:46 2018 -0500
summary: Bug 1437912 - [moztest] Map flavors and subsuites to a suite definition, r=gbrown
Blocks: 1437912
status-firefox59:
--- → unaffected
status-firefox60:
--- → affected
Flags: needinfo?(ahalberstadt)
Keywords: regression
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ahalberstadt
Status: NEW → ASSIGNED
Flags: needinfo?(ahalberstadt)
Comment hidden (mozreview-request) |
![]() |
||
Updated•7 years ago
|
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8958441 [details]
Bug 1444152 - [test] Fix regression running marionette tests with |mach test|,
https://reviewboard.mozilla.org/r/227404/#review234992
Attachment #8958441 -
Flags: review?(hskupin) → review+
Pushed by ahalberstadt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/28088e11bfc4
[test] Fix regression running marionette tests with |mach test|, r=whimboo
![]() |
||
Comment 6•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•7 years ago
|
Whiteboard: [checkin-needed-beta]
Comment 7•7 years ago
|
||
bugherder uplift |
Whiteboard: [checkin-needed-beta]
Updated•6 years ago
|
Keywords: regression
Version: Version 3 → 3 Branch
Updated•6 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•