Closed
Bug 1078665
Opened 10 years ago
Closed 10 years ago
TEST-UNEXPECTED-FAIL | addon-sdk/tests/test-panel.testGetWindow | value is not a non-null object
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mossop, Assigned: mossop)
References
Details
Attachments
(1 file)
Jetpack tests are failing right now.
TEST-UNEXPECTED-FAIL | addon-sdk/tests/test-panel.testGetWindow | value is not a non-null object
TEST-UNEXPECTED-FAIL | addon-sdk/tests/test-panel.testGetWindow | Test timed out (after: window is private)
TEST-UNEXPECTED-FAIL | addon-sdk/tests/test-panel.testGetWindow | Should not be any unexpected windows open
TEST-UNEXPECTED-FAIL | addon-sdk/tests/test-panel.testGetWindow | Should not be any unexpected tabs open
TEST-UNEXPECTED-FAIL | addon-sdk/tests/test-selection.test PBPW Selection Listener | Test output exceeded timeout (300s).
Assignee | ||
Comment 1•10 years ago
|
||
Bug 1039500 made _getTabForBrowser throw an exception when you pass it something that isn't a browser. Previously it would just return null.
Blocks: 1039500
Assignee | ||
Comment 2•10 years ago
|
||
Assignee: nobody → dtownsend+bugmail
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8500644 [details] [review]
pull request
r=zombie over IRC
Attachment #8500644 -
Flags: review+
Comment 4•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/1e33a6c43e313c49cbfe329720d4ab163c70de08
Bug 1078665: Ignore exceptions thrown out of getBrowserForDocument.
https://github.com/mozilla/addon-sdk/commit/7b2f081dab81051430f0018f198528c2f0725d79
Merge pull request #1673 from Mossop/bug1078665
Bug 1078665: Ignore exceptions thrown out of getBrowserForDocument. r=zombie
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 5•10 years ago
|
||
(In reply to Dave Townsend [:mossop] from comment #3)
> r=zombie over IRC
i was just looking at it, and agree with comment in the PR..
Assignee | ||
Comment 6•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•