Closed
Bug 499429
Opened 15 years ago
Closed 15 years ago
[Packaged build+tests] mochitest-browser-chrome: "browser_tabs_owner.js | 4 tabs are open - Got 5, expected 4"
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
status1.9.1 | --- | .2-fixed |
People
(Reporter: sgautherie, Unassigned)
References
()
Details
(Keywords: verified1.9.1, Whiteboard: [fixed by bug 496534<-475383])
This happens on Firefox 3.5: Linux and Windows, but not MacOSX.
{
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox3.5-Unittest/1245465905.1245467120.17203.gz
Linux mozilla-1.9.1 test everythingelse on 2009/06/19 19:45:05
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox3.5-Unittest/1245463043.1245464514.12573.gz
WINNT 5.2 mozilla-1.9.1 test everythingelse on 2009/06/19 18:57:23
Running chrome://mochikit/content/browser/browser/base/content/test/browser_tabs_owner.js...
TEST-UNEXPECTED-FAIL | ... | 4 tabs are open - Got 5, expected 4
TEST-UNEXPECTED-FAIL | ... | newly opened tab is selected - Got [object XULElement], expected [object XULElement]
TEST-PASS | ... | owner is selected
TEST-PASS | ... | selecting a different tab clears the owner relation
TEST-PASS | ... | owner relatitionship persists when tab is moved
}
(Does not happen on Firefox 3.6.)
Comment 1•15 years ago
|
||
The failure is really in one of the earlier running tests... one of them doesn't cleanup the tab strip when it's done, either due to sloppiness or because that test has real issues.
No longer depends on: 489628
Comment 2•15 years ago
|
||
And that other test is probably the one bug 496534 is about...
Depends on: 496534
Reporter | ||
Comment 3•15 years ago
|
||
(In reply to comment #1)
> one of them doesn't cleanup the tab strip when it's done
Arguely, browser_tabs_owner.js could detect/warn/handle such an initial situation.
(In reply to comment #2)
> And that other test is probably the one bug 496534 is about...
Agreed, very probably.
Reporter | ||
Comment 4•15 years ago
|
||
verified1.9.1.2, per tinderboxes.
You're welcome to file a follow-up bug if you care to make this test more bulletproof.
Status: NEW → RESOLVED
Closed: 15 years ago
status1.9.1:
--- → .2-fixed
Flags: in-testsuite-
Hardware: x86 → All
Resolution: --- → FIXED
Whiteboard: [verified1.9.1.2] [fixed by bug 496534<-475383]
Updated•15 years ago
|
Whiteboard: [verified1.9.1.2] [fixed by bug 496534<-475383] → [fixed by bug 496534<-475383]
You need to log in
before you can comment on or make changes to this bug.
Description
•