Closed
Bug 820060
Opened 13 years ago
Closed 13 years ago
Mach fails to run crashtests: 'TypeError: _run_reftest() takes at least 4 arguments (4 given)'
Categories
(Firefox Build System :: Mach Core, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla20
People
(Reporter: whimboo, Assigned: gps)
References
Details
Attachments
(1 file)
1.13 KB,
patch
|
Ms2ger
:
review+
|
Details | Diff | Splinter Review |
Trying to execute crashtests with mach results in the following failure:
$ ./mach crashtest dom/media/tests/crashtests/
Error running mach:
['crashtest', 'dom/media/tests/crashtests/']
The error occurred in the implementation of the invoked mach command.
This should never occur and is likely a bug in the implementation of that
command. 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: _run_reftest() takes at least 4 arguments (4 given)
File "/Volumes/data/code/firefox/nightly/layout/tools/reftest/mach_commands.py", line 126, in run_crashtest
debugger=debugger)
Updated•13 years ago
|
Assignee | ||
Comment 1•13 years ago
|
||
Named arguments FTW.
Updated•13 years ago
|
Attachment #690484 -
Flags: review?(Ms2ger) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•