Closed
Bug 658941
Opened 14 years ago
Closed 11 years ago
permaorange: browser_awesomescreen.js and browser_contentpopup.js broken by bug 657997
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: philor, Assigned: vingtetun)
References
Details
Attachments
(2 files, 3 obsolete files)
10.01 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
1.78 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Prior to bug 657997, the Linux mobile desktop permaorange was down to just one browser_scrollbar.js failure and a shutdown crash. Now, it's added in
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/mobile/chrome/tests/browser_autocomplete.js | Test timed out
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/mobile/chrome/tests/browser_awesomescreen.js | Test timed out
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/mobile/chrome/tests/browser_contentpopup.js | Test timed out
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/mobile/chrome/tests/browser_dragger.js | Sanity check. Blank document cannot be panned left or right. - Got 800, expected 480
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/mobile/chrome/tests/browser_vkb.js | Test timed out
Android's failure list added:
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/mobile/chrome/tests/browser_autocomplete.js | Test timed out (formerly a pair of unexpected passes)
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/mobile/chrome/tests/browser_awesomescreen.js | Test timed out
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/mobile/chrome/tests/browser_contentpopup.js | Test timed out
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/mobile/chrome/tests/browser_dragger.js | Sanity check. Blank document cannot be panned left or right. - Got 800, expected 1024
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/mobile/chrome/tests/browser_vkb.js | Test timed out
Assignee | ||
Comment 1•14 years ago
|
||
The patch turns back the situation with normal (== with the scrollbar failure, the one I don't see on my computer :/)
Assignee: nobody → 21
Attachment #534728 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 2•14 years ago
|
||
(In reply to comment #1)
> Created attachment 534728 [details] [diff] [review] [review]
> Patch
>
> The patch turns back the situation with normal (== with the scrollbar
> failure, the one I don't see on my computer :/)
Also I've stupidly include the 2 lines fix for bug 657242 in the patch( todo_is -> is)
Assignee | ||
Comment 3•14 years ago
|
||
I've removed the previously mentioned fix and also the waitForFirstPaint method uses for debugging (added in head.js)
Attachment #534728 -
Attachment is obsolete: true
Attachment #534728 -
Flags: review?(mark.finkle)
Attachment #534763 -
Flags: review?(mark.finkle)
Comment 4•14 years ago
|
||
Comment on attachment 534763 [details] [diff] [review]
Patch v0.2
>diff --git a/mobile/chrome/tests/browser_tabs.js b/mobile/chrome/tests/browser_tabs.js
>- Browser.closeTab(new_tab_01, { forceClose: true });
>- Browser.closeTab(new_tab_02, { forceClose: true });
>- Browser.closeTab(new_tab_03, { forceClose: true });
>- Browser.closeTab(new_tab_04, { forceClose: true });
>- Browser.closeTab(new_tab_05, { forceClose: true });
>+ while (Browser.tabs.length > 1)
>+ Browser.closeTab(Browser.tabs[Browser.tabs.length - 1], { forceClose: true });
Don't do this. I want to make sure the test only closes the tabs it opened. Just looping over the tabs is not specifc enough. Either leave the code as is, or put the opened tabs in an array and loop over that array (we do that in other tests).
Attachment #534763 -
Flags: review?(mark.finkle) → review-
Assignee | ||
Comment 5•14 years ago
|
||
Addressed comments.
Attachment #534763 -
Attachment is obsolete: true
Attachment #534772 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 6•14 years ago
|
||
There is an issue introduce by bug 636792 that broke the browser_autocomplete.js test and I think this should be fixed into a separate bug as this one is the one for the HTTP regression.
Attachment #534772 -
Attachment is obsolete: true
Attachment #534772 -
Flags: review?(mark.finkle)
Attachment #534781 -
Flags: review?(mark.finkle)
Updated•14 years ago
|
Attachment #534781 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 7•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•14 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Mobile/1306331051.1306334387.12999.gz
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/mobile/chrome/tests/browser_autocomplete.js | Test timed out
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/mobile/chrome/tests/browser_awesomescreen.js | Test timed out
...
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/mobile/chrome/tests/browser_contentpopup.js | Test timed out
Looks like you got two of them, though.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 9•14 years ago
|
||
For the browser_autocomplete.js I have added a fix in bug 636792. This is a regression from something else.
Reporter | ||
Updated•14 years ago
|
Summary: permaorange: multiple mobile browser-chrome tests broken by bug 657997 → permaorange: browser_awesomescreen.js and browser_contentpopup.js broken by bug 657997
Reporter | ||
Comment 10•14 years ago
|
||
And to make the trail even twistier, the browser_awesomescreen.js timeout got killed by commenting-out in http://hg.mozilla.org/mozilla-central/rev/a52b04dc29ea from a bustage fixing followup to bug 645725.
Reporter | ||
Comment 11•14 years ago
|
||
I hate to keep pounding away with the same Disable Hammer, but politically we need the Android tests to be something that runs, not something that's hidden away because they are totally broken and utterly without value and merely wasting electricity and CPU cycles.
Attachment #538432 -
Flags: review?(mark.finkle)
Comment 12•14 years ago
|
||
Comment on attachment 538432 [details] [diff] [review]
disable b_autocomplete and b_contentpopup
Sigh
Attachment #538432 -
Flags: review?(mark.finkle) → review+
Reporter | ||
Comment 13•14 years ago
|
||
Comment 14•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/e6ded63249b8
I'm not closing the bug since looks like this is just a temporary disable. please close it if I'm wrong.
Reporter | ||
Updated•11 years ago
|
Status: REOPENED → RESOLVED
Closed: 14 years ago → 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•