Confirmed users
3,376
edits
(→TODO's) |
(→TODO's) |
||
| Line 63: | Line 63: | ||
== TODO's == | == TODO's == | ||
NOTE: this runs | NOTE: this runs 525 tests where there are 548 tests which run on Firefox (in release only, debug core dumps on assertions at test 223). It appears we are not running on Fennec: | ||
test_privatebrowsing/unit/* (6 tests) | |||
test_browser_places/unit/* (6 tests) | |||
test_browser_feeds/unit/* (1 test) | |||
*need to find the other 10 missing tests still | |||
Of the 39 failures found, we have these issues: | |||
16 - test_places/autocomplete has various errors. It appears to be related to Components.utils.import("resource://gre/modules/XPCOMUtils.jsm") or something that is not allowing Ci, gPages, and prefs to be defined. | 16 - test_places/autocomplete has various errors. It appears to be related to Components.utils.import("resource://gre/modules/XPCOMUtils.jsm") or something that is not allowing Ci, gPages, and prefs to be defined. | ||
| Line 80: | Line 77: | ||
4 - gPrefs depends on test_extensionmanager/Unit/head_extensionmanager.js#266 to have the path _tests/xpcshell-simple/test_extensionmanager | 4 - gPrefs depends on test_extensionmanager/Unit/head_extensionmanager.js#266 to have the path _tests/xpcshell-simple/test_extensionmanager | ||
4 - test_update/* | |||
5 - test_satchel/* | |||
10 other failures to look into | |||