Closed
Bug 742688
Opened 14 years ago
Closed 14 years ago
test-widget.testNavigationBarWidgets fails with Aurora
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mcepl, Unassigned)
Details
With Firefox Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120404 Firefox/13.0a2 (binaries from mozilla.org)
cfx testall -v fails on this test:
error: TEST FAILED: test-widget.testNavigationBarWidgets (failure)
error: fail: "" != "3rd widget"
info: Traceback (most recent call last):
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/api-utils/lib/timer.js", line 38, in notify
this.callback.apply(null, this.arguments);
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/api-utils/lib/tab-browser.js", line 34, in null
callback(event);
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/api-utils/lib/tab-browser.js", line 92, in null
require("./errors").catchAndLog(function(e) options.onLoad(e))(e);
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/api-utils/lib/errors.js", line 19, in null
return callback.apply(this, arguments);
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/api-utils/lib/tab-browser.js", line 92, in null
require("./errors").catchAndLog(function(e) options.onLoad(e))(e);
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/addon-kit/tests/test-widget.js", line 963, in null
test.assertEqual(navBar.childNodes[5].getAttribute("label"), w3.label);
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/api-utils/lib/unit-test.js", line 162, in assertEqual
this.fail(message);
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/api-utils/lib/unit-test.js", line 69, in fail
this.console.trace();
error: fail: "3rd widget" != "2nd widget"
info: Traceback (most recent call last):
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/api-utils/lib/timer.js", line 38, in notify
this.callback.apply(null, this.arguments);
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/api-utils/lib/tab-browser.js", line 34, in null
callback(event);
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/api-utils/lib/tab-browser.js", line 92, in null
require("./errors").catchAndLog(function(e) options.onLoad(e))(e);
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/api-utils/lib/errors.js", line 19, in null
return callback.apply(this, arguments);
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/api-utils/lib/tab-browser.js", line 92, in null
require("./errors").catchAndLog(function(e) options.onLoad(e))(e);
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/addon-kit/tests/test-widget.js", line 964, in null
test.assertEqual(navBar.childNodes[6].getAttribute("label"), w2.label);
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/api-utils/lib/unit-test.js", line 162, in assertEqual
this.fail(message);
File "resource://b3b0d52b-9bf6-4f67-ac4a-122845be81da-at-jetpack/api-utils/lib/unit-test.js", line 69, in fail
this.console.trace();
All other tests pass.
Tried twice, happened twice.
What version of the SDK are you testing? Github master branch seems to be passing on Aurora Tinderbox.
Whiteboard: [triage:followup]
| Reporter | ||
Comment 2•14 years ago
|
||
(In reply to Wes Kocher (:KWierso) (Jetpack Bugmaster) from comment #1)
> What version of the SDK are you testing? Github master branch seems to be
> passing on Aurora Tinderbox.
master (commit 7f6c4ae38c1ad87520309614ebfafc7aca83fae5 to be exact)
As a possible guess, are you switching window focus while the tests are running? That might mess up the test results?
Marking this works for me since Tinderbox seems to be working. Feel free to reopen or refile if it comes up again.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Whiteboard: [triage:followup]
You need to log in
before you can comment on or make changes to this bug.
Description
•