Closed
Bug 812448
Opened 13 years ago
Closed 13 years ago
[SeaMonkey] xpcshell: "test_browserGlue_smartBookmarks.js | test failed (with xpcshell return code: 0)"
Categories
(SeaMonkey :: Bookmarks & History, defect)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.16
People
(Reporter: mcsmurf, Assigned: mcsmurf)
Details
(Whiteboard: [perma-orange])
Attachments
(1 file)
|
1.90 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
test_browserGlue_smartBookmarks.js currently fails because waitForAsyncUpdates is undefined:
TEST-INFO | /builds/slave/test/build/xpcshell/tests/suite/common/places/tests/unit/test_browserGlue_smartBookmarks.js | running test ...
NEXT ERROR TEST-UNEXPECTED-FAIL | /builds/slave/test/build/xpcshell/tests/suite/common/places/tests/unit/test_browserGlue_smartBookmarks.js | test failed (with xpcshell return code: 0), see following log:
>>>>>>>
[...]
TEST-UNEXPECTED-FAIL | (xpcshell/head.js) | ReferenceError: waitForAsyncUpdates is not defined - See following stack:
JS frame :: waitImport/<@/builds/slave/test/build/xpcshell/tests/suite/common/places/tests/unit/test_browserGlue_smartBookmarks.js:348
JS frame :: .run@/builds/slave/test/build/xpcshell/head.js:418
| Assignee | ||
Comment 1•13 years ago
|
||
| Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 682732 [details] [diff] [review]
Patch
This patch ports the fix from Bug 775495. The fix doesn't make the tests pass as there other issues like Bug Bug 774296. But it lets the tests fail less.
Attachment #682732 -
Flags: review?(neil)
Updated•13 years ago
|
Attachment #682732 -
Flags: review?(neil) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Assignee: nobody → bugzilla
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.16
You need to log in
before you can comment on or make changes to this bug.
Description
•