Closed
Bug 831123
Opened 12 years ago
Closed 12 years ago
Tp regression on Jan 11th
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 21
People
(Reporter: mfinkle, Assigned: mfinkle)
Details
Attachments
(1 file, 2 obsolete files)
|
2.13 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
Looks like we have a small Tp regression on Jan 11th:
http://graphs.mozilla.org/graph.html#tests=[[84,63,20]]&sel=1357694590490.722,1357998888966.0583&displayrange=7&datatype=running
Range looks to be:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=4cb44c4e4629&tochange=e523e9cd94dc
| Assignee | ||
Comment 1•12 years ago
|
||
I think this might be coming from:
http://hg.mozilla.org/integration/mozilla-inbound/rev/028ce4b36b4e
Only because we send error output to the Android logcat, which has a measurable affect on performance. I made some Try runs with the CSS error reporting turned off and found Tp was faster:
https://tbpl.mozilla.org/?tree=Try&rev=3df9fa8c6692
Since there is no easy way to see the errors, I suggest we disable outputting CSS errors until we add a dev UI for toggling them on/off.
| Assignee | ||
Comment 2•12 years ago
|
||
Disable CSS error reporting by default
Assignee: nobody → mark.finkle
Attachment #703138 -
Flags: review?(blassey.bugs)
Updated•12 years ago
|
Attachment #703138 -
Flags: review?(blassey.bugs) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
backed out for test failures... not pasting them cause "Only displaying first 20 of 100+ failures"
https://tbpl.mozilla.org/php/getParsedLog.php?id=18896131&tree=Mozilla-Inbound
https://hg.mozilla.org/integration/mozilla-inbound/rev/f7ae1bf4479a
| Assignee | ||
Comment 5•12 years ago
|
||
Same as previous patch, but adds fixes to the two tests that failed. I use SpecialPowers.pushPrefEnv to temporarily set the pref for the test. Try run is green now:
https://tbpl.mozilla.org/?tree=Try&rev=697b280e4c0b
Attachment #703138 -
Attachment is obsolete: true
Attachment #703627 -
Flags: review?(jmaher)
Comment 6•12 years ago
|
||
Comment on attachment 703627 [details] [diff] [review]
patch 2
Review of attachment 703627 [details] [diff] [review]:
-----------------------------------------------------------------
looks great, thanks for using these specialpowers functions.
Attachment #703627 -
Flags: review?(jmaher) → review+
| Assignee | ||
Comment 7•12 years ago
|
||
I was not able to figure out a way to fix test_bug513194.html:
http://mxr.mozilla.org/mozilla-central/source/content/base/test/test_bug513194.html?force=1
So, I did a quickie fix and turned on the pref for mochitests using the pre-seed file. The pref is not pre-seeded for talos, so we can measure the impact on Tp4.
Attachment #703627 -
Attachment is obsolete: true
Attachment #704601 -
Flags: review?(jmaher)
| Assignee | ||
Comment 8•12 years ago
|
||
Try Server run with green M1 and M8 runs. Tp4 is improved.
| Assignee | ||
Comment 9•12 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #8)
> Try Server run with green M1 and M8 runs. Tp4 is improved.
The link would be handy:
https://tbpl.mozilla.org/?tree=Try&rev=86b551105152
Comment 10•12 years ago
|
||
Comment on attachment 704601 [details] [diff] [review]
alt patch
Review of attachment 704601 [details] [diff] [review]:
-----------------------------------------------------------------
r=me if we can get a bug on file to fix the two tests needed to not hack this setting on.
Attachment #704601 -
Flags: review?(jmaher) → review+
| Assignee | ||
Comment 11•12 years ago
|
||
Comment 12•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 21
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•