Closed
Bug 1111106
Opened 10 years ago
Closed 10 years ago
TEST-UNEXPECTED-FAIL | addon-sdk/tests/test-page-mod.testSyntaxErrorInContentScript | The worker was attached. - false == true
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(firefox35 unaffected, firefox36 unaffected, firefox37 fixed, firefox-esr31 unaffected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox35 | --- | unaffected |
firefox36 | --- | unaffected |
firefox37 | --- | fixed |
firefox-esr31 | --- | unaffected |
People
(Reporter: evold, Assigned: evold)
References
()
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
TEST-START | addon-sdk/tests/test-page-mod.testSyntaxErrorInContentScript
TEST-UNEXPECTED-FAIL | addon-sdk/tests/test-page-mod.testSyntaxErrorInContentScript | The worker was attached. - false == true
TEST-INFO | Traceback (most recent call last):
File "resource://extensions.modules.ccbb7c1b-b4d0-4734-b1a4-c1b3dd5f4fd1-at-jetpack.commonjs.path/sdk/timers.js", line 40, in notify
callback.apply(null, args);
File "resource://ccbb7c1b-b4d0-4734-b1a4-c1b3dd5f4fd1-at-jetpack/addon-sdk/tests/test-page-mod.js", line 1700, in exports.testSyntaxErrorInContentScript/<
assert.ok(attached, "The worker was attached.");
File "resource://extensions.modules.ccbb7c1b-b4d0-4734-b1a4-c1b3dd5f4fd1-at-jetpack.commonjs.path/sdk/test/assert.js", line 99, in ok
this.fail({
File "resource://extensions.modules.ccbb7c1b-b4d0-4734-b1a4-c1b3dd5f4fd1-at-jetpack.commonjs.path/sdk/test/assert.js", line 88, in fail
this._log.fail(message);
File "resource://extensions.modules.ccbb7c1b-b4d0-4734-b1a4-c1b3dd5f4fd1-at-jetpack.commonjs.path/sdk/deprecated/unit-test.js", line 98, in fail
this.console.testMessage(false, false, this.test.name, message);
File "resource://extensions.modules.ccbb7c1b-b4d0-4734-b1a4-c1b3dd5f4fd1-at-jetpack.commonjs.path/sdk/test/harness.js", line 547, in testMessage
this.trace();
TEST-UNEXPECTED-FAIL | addon-sdk/tests/test-page-mod.testSyntaxErrorInContentScript | The syntax error was reported. - null !== null
TEST-INFO | Traceback (most recent call last):
File "resource://extensions.modules.ccbb7c1b-b4d0-4734-b1a4-c1b3dd5f4fd1-at-jetpack.commonjs.path/sdk/timers.js", line 40, in notify
callback.apply(null, args);
File "resource://ccbb7c1b-b4d0-4734-b1a4-c1b3dd5f4fd1-at-jetpack/addon-sdk/tests/test-page-mod.js", line 1701, in exports.testSyntaxErrorInContentScript/<
assert.notStrictEqual(hitError, null, "The syntax error was reported.");
File "resource://extensions.modules.ccbb7c1b-b4d0-4734-b1a4-c1b3dd5f4fd1-at-jetpack.commonjs.path/sdk/test/assert.js", line 227, in notStrictEqual
this.fail({
File "resource://extensions.modules.ccbb7c1b-b4d0-4734-b1a4-c1b3dd5f4fd1-at-jetpack.commonjs.path/sdk/test/assert.js", line 88, in fail
this._log.fail(message);
File "resource://extensions.modules.ccbb7c1b-b4d0-4734-b1a4-c1b3dd5f4fd1-at-jetpack.commonjs.path/sdk/deprecated/unit-test.js", line 98, in fail
this.console.testMessage(false, false, this.test.name, message);
File "resource://extensions.modules.ccbb7c1b-b4d0-4734-b1a4-c1b3dd5f4fd1-at-jetpack.commonjs.path/sdk/test/harness.js", line 547, in testMessage
this.trace();
TEST-END | addon-sdk/tests/test-page-mod.testSyntaxErrorInContentScript
Assignee | ||
Comment 1•10 years ago
|
||
OS: Mac OS X → Linux
Assignee | ||
Updated•10 years ago
|
Keywords: intermittent-failure
Assignee | ||
Updated•10 years ago
|
Blocks: sdk-intermittent, sdk/page-mod
Assignee | ||
Comment 2•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → evold
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8538836 -
Flags: review?(jsantell)
Updated•10 years ago
|
Attachment #8538836 -
Flags: review?(jsantell) → review+
Comment 4•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/1cec0bfeeed256c7594ebfae71bfb6b63920426d
Bug 1111106 - TEST-UNEXPECTED-FAIL | removing test-page-mod.testSyntaxErrorInContentScript use of setTimeout
https://github.com/mozilla/addon-sdk/commit/17d52fd20e98a7e178bbb524559ee58946aae1c3
Merge pull request #1761 from erikvold/1111106
Bug 1111106 - TEST-UNEXPECTED-FAIL | removing test-page-mod.testSyntaxErrorInContentScript use of setTimeout r=@jsantell
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
status-firefox35:
--- → unaffected
status-firefox36:
--- → unaffected
status-firefox37:
--- → fixed
status-firefox-esr31:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•