Closed
Bug 930849
Opened 12 years ago
Closed 12 years ago
Add 'datareporting' field to mozinfo
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla28
People
(Reporter: markh, Assigned: markh)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.14 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
At least one test specified in a Makefile.in [1] is disabled if MOZ_DATA_REPORTING isn't defined. If mozinfo captured this it would enable the test to be added to browser.ini with a skip-if clause to express that condition.
The following patch adds a 'datareporting' field which reflects the value if this define. Arguably, it should be 'data_reporting' to more closely match MOZ_DATA_REPORTING, but to my eyes, 'datareporting' is marginally better as it matches 'crashreporter'
[1] http://mxr.mozilla.org/mozilla-central/source/browser/base/content/test/general/Makefile.in#47
Attachment #822107 -
Flags: review?(ted)
Comment 1•12 years ago
|
||
Comment on attachment 822107 [details] [diff] [review]
Bug-XXXXX-add-a-datareporting-field-to-mozinfo.-r-te.patch
Review of attachment 822107 [details] [diff] [review]:
-----------------------------------------------------------------
Works for me.
Attachment #822107 -
Flags: review?(ted) → review+
Updated•12 years ago
|
Assignee: nobody → mhammond
Comment 2•12 years ago
|
||
Comment on attachment 822107 [details] [diff] [review]
Bug-XXXXX-add-a-datareporting-field-to-mozinfo.-r-te.patch
Review of attachment 822107 [details] [diff] [review]:
-----------------------------------------------------------------
Don't forget to document this new property in build/docs/mozinfo.rst so it shows up in the build docs at https://ci.mozilla.org/job/mozilla-central-docs/Build_Documentation/mozinfo.html#mozinfo-attributes!
| Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Gregory Szorc [:gps] from comment #2)
> Don't forget to document this new property in build/docs/mozinfo.rst so it
> shows up in the build docs at
> https://ci.mozilla.org/job/mozilla-central-docs/Build_Documentation/mozinfo.
> html#mozinfo-attributes!
Done - but I didn't bother asking for re-review for that part.
https://hg.mozilla.org/integration/mozilla-inbound/rev/3dddba67772f
| Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•