Closed
Bug 657242
Opened 14 years ago
Closed 11 years ago
Permaorange: unexpected passes in browser_autocomplete.js on Android and Maemo but not desktop
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
(1 file)
913 bytes,
patch
|
Details | Diff | Splinter Review |
Something in the push including
http://hg.mozilla.org/mozilla-central/rev/b51eeeee5bbb
http://hg.mozilla.org/mozilla-central/rev/f47778cd53b5
http://hg.mozilla.org/mozilla-central/rev/4db7b12df9ae
http://hg.mozilla.org/mozilla-central/rev/8d126484c20b
caused the two todo-is()s in http://mxr.mozilla.org/mozilla-central/source/mobile/chrome/tests/browser_autocomplete.js#170 to start passing on Android and Maemo, but since they are still failing on Linux desktop, we can't just change them to is().
Assignee | ||
Comment 1•14 years ago
|
||
On desktop the test pass if I change todo_is by is.
Assignee: nobody → 21
Reporter | ||
Comment 2•14 years ago
|
||
http://tbpl.mozilla.org/?noignore=1 - we're running mobile b-c on the on-push Linux mobile desktop builds, and it is not an unexpected pass there, so if you just change to is, it will be an unexpected failure. Maybe that's fine, since they are permaorange and hidden and reporting to the wrong tree so nobody is trying to get them green or make them visible.
Assignee | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> http://tbpl.mozilla.org/?noignore=1 - we're running mobile b-c on the
> on-push Linux mobile desktop builds, and it is not an unexpected pass there,
> so if you just change to is, it will be an unexpected failure. Maybe that's
> fine, since they are permaorange and hidden and reporting to the wrong tree
> so nobody is trying to get them green or make them visible.
I have seen them, but for some reasons the tests results show unexpected passes on my linux box (and on finkle's one).
That's why I've not asked a review yet.
Reporter | ||
Comment 4•11 years ago
|
||
Mmm, mobile-desktop.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•