Closed
Bug 1480913
Opened 7 years ago
Closed 7 years ago
Convert 'extra_args' entry in browser config from string to list
Categories
(Testing :: Talos, enhancement)
Testing
Talos
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
Attachments
(1 file, 1 obsolete file)
2.60 KB,
patch
|
rwood
:
review+
|
Details | Diff | Splinter Review |
I've got some additional parameters that will eventually need to be passed to the browser.
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8998248 -
Flags: review?(rwood)
Assignee | ||
Comment 2•7 years ago
|
||
Whoops, something snuck into that previous patch. This is the correct one.
Attachment #8998248 -
Attachment is obsolete: true
Attachment #8998248 -
Flags: review?(rwood)
Attachment #8998251 -
Flags: review?(rwood)
Comment 3•7 years ago
|
||
Comment on attachment 8998251 [details] [diff] [review]
convert extra_args from str to list of str (r2)
Review of attachment 8998251 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, one nit: missed the initial extra_args value (please change this to an empty list):
https://searchfox.org/mozilla-central/rev/f0c15db995198a1013e1c5f5b5bea54ef83f1049/testing/talos/talos/config.py#22
I see that there's already support for using a list type instead of string for extra args (link below) so this should be seamless.
https://searchfox.org/mozilla-central/rev/f0c15db995198a1013e1c5f5b5bea54ef83f1049/testing/talos/talos/utils.py#127
Please fix the nit and push to try running the entire talos suite on at least Win10 and Linux64. Please attach try link to this bug. Thanks!
r+ on nit and green try
Attachment #8998251 -
Flags: review?(rwood) → review+
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/7c9aef1dbc3ded62e553753d694905b7c1f34d48
Bug 1480913: Convert extra_args field in talos firefox setup from a str to a list; r=rwood
Comment 6•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•