Closed
Bug 564899
Opened 15 years ago
Closed 14 years ago
|cfx testall| fails two tests on trunk nightly
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: myk, Unassigned)
Details
On my Mac OS X 10.6.3 system, |cfx testall| works when run against the latest stable Firefox 3.6 release (3.6.3), but some tests fail when it is run against the latest trunk nightly [Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.3a5pre) Gecko/20100510 Minefield/3.7a5pre]:
(jetpack-sdk)host-5-12:jetpack-sdk myk$ cfx testall -a firefox --binary /Applications/Firefox.app
...
1770 of 1770 tests passed.
OK
(jetpack-sdk)host-5-12:jetpack-sdk myk$ cfx testall -a firefox --binary /Applications/Minefield.app
...
console: [JavaScript Warning: "reference to undefined property this.mTab.label" {file: "chrome://browser/content/tabbrowser.xml" line: 393}]
console: [JavaScript Error: "newBrowser is undefined" {file: "chrome://browser/content/tabbrowser.xml" line: 812}]
console: [JavaScript Error: "this.editor is null" {file: "chrome://global/content/bindings/textbox.xml" line: 140}]
..console: [JavaScript Error: "content is null" {file: "chrome://browser/content/browser.js" line: 2503}]
console: [JavaScript Error: "this.editor is null" {file: "chrome://global/content/bindings/textbox.xml" line: 140}]
...console: [JavaScript Error: "this.editor is null" {file: "chrome://global/content/bindings/textbox.xml" line: 140}]
console: [JavaScript Warning: "reference to undefined property this.mTab.label" {file: "chrome://browser/content/tabbrowser.xml" line: 393}]
console: [JavaScript Error: "this.editor is null" {file: "chrome://global/content/bindings/textbox.xml" line: 140}]
......console: [JavaScript Error: "this.editor is null" {file: "chrome://global/content/bindings/textbox.xml" line: 140}]
...
1690 of 1692 tests passed.
FAIL
| Reporter | ||
Comment 1•15 years ago
|
||
The Add-on SDK is no longer a Mozilla Labs experiment and has become a big enough project to warrant its own Bugzilla product, so the "Add-on SDK" product has been created for it, and I am moving its bugs to that product.
To filter bugmail related to this change, filter on the word "looptid".
Component: Jetpack SDK → General
Product: Mozilla Labs → Add-on SDK
QA Contact: jetpack-sdk → general
| Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•