Closed
Bug 910256
Opened 12 years ago
Closed 12 years ago
"System JS : ERROR resource://app/modules/webappsUI.jsm:45 TypeError: this.downloads[data.manifest] is undefined" in green mochitest-2 runs
Categories
(Core Graveyard :: DOM: Apps, defect)
Core Graveyard
DOM: Apps
Tracking
(firefox24 unaffected, firefox25 unaffected, firefox26 fixed)
RESOLVED
FIXED
mozilla26
| Tracking | Status | |
|---|---|---|
| firefox24 | --- | unaffected |
| firefox25 | --- | unaffected |
| firefox26 | --- | fixed |
People
(Reporter: RyanVM, Assigned: marco)
References
Details
Attachments
(1 file)
|
1.08 KB,
patch
|
Felipe
:
review+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/php/getParsedLog.php?id=27114921&tree=Mozilla-Central
Ubuntu VM 12.04 mozilla-central opt test mochitest-2 on 2013-08-28 06:01:54 PDT for push 44e615a66f3f
slave: tst-linux32-ec2-019
06:06:00 INFO - 655 INFO TEST-PASS | /tests/dom/apps/tests/test_app_update.html | Got download progress
06:06:00 INFO - Server Etag: apptype-cached-getappcache-true-3
06:06:00 INFO - No Client Etag
06:06:00 INFO - System JS : ERROR resource://app/modules/webappsUI.jsm:45
06:06:00 INFO - TypeError: this.downloads[data.manifest] is undefined
06:06:00 INFO - 656 INFO TEST-PASS | /tests/dom/apps/tests/test_app_update.html | App is installed
06:06:00 INFO - 657 INFO TEST-PASS | /tests/dom/apps/tests/test_app_update.html | Checking installed app
| Reporter | ||
Updated•12 years ago
|
status-firefox24:
--- → unaffected
status-firefox25:
--- → unaffected
status-firefox26:
--- → affected
| Assignee | ||
Comment 1•12 years ago
|
||
The problem is due to the test skipping the user confirmation, it doesn't really matter.
| Assignee | ||
Comment 2•12 years ago
|
||
If we want to avoid the error we can take this simple fix.
| Reporter | ||
Comment 3•12 years ago
|
||
The intent is to eventually make these exceptions fatal, so yes, we want the fix.
| Assignee | ||
Updated•12 years ago
|
Attachment #796788 -
Flags: review?(felipc)
Updated•12 years ago
|
Attachment #796788 -
Flags: review?(felipc) → review+
| Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
| Reporter | ||
Comment 4•12 years ago
|
||
| Reporter | ||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla26
| Reporter | ||
Updated•12 years ago
|
| Reporter | ||
Updated•12 years ago
|
Assignee: nobody → mcastelluccio
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•