Closed
Bug 732569
Opened 13 years ago
Closed 9 years ago
layout/xul/base/src/grid/reftests/scrollable-columns.xul fails on android when we turn browser.tabs.remote=false
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jmaher, Assigned: gbrown)
References
(Blocks 1 open bug)
Details
On android xul, we run with e10s and our reftest harness will setup the xul window to have the remote=true attribute. For native fennec we have the preference to turn on e10s set, but we don't read it. This means that reftest is still thinking we are remote, but in reality we are not.
In trying to turn this off, I found that this test passes but we have marked as fails-if(android).
we need to figure out why this fails on android with e10s enabled and either fix it or figure out the appropriate manifest condition to not run it.
The log file with the e10s enabled android xul is here:
http://people.mozilla.org/~jmaher/android_reftests/grid.e10s.log
Comment 1•10 years ago
|
||
In bug #1072417 we removed the browser.tabs.remote,
so can this bug be closed or we should leave it open as it's other case?
Flags: needinfo?(jmaher)
Reporter | ||
Comment 2•10 years ago
|
||
if we want to close this, please remove the manifest annotation:
http://dxr.mozilla.org/mozilla-central/source/layout/xul/grid/reftests/reftest.list#16
The whole purpose of this bug was that we failed in e10s back on the first round of e10s. Now e10s has changed including the prefs we cannot just close bugs out without doing cleanup (i.e. removing the annotations)
Flags: needinfo?(jmaher)
![]() |
Assignee | |
Comment 3•9 years ago
|
||
Test manifests updated in bug 1257948.
Assignee: nobody → gbrown
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•