Closed
Bug 1023741
Opened 10 years ago
Closed 10 years ago
[MarionetteJS] Notification.get(): should work across domains: Test failed on v1.4
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 960126
People
(Reporter: rudyl, Assigned: rudyl)
References
Details
On v1.4 the following test would always fail on Travis after we update the Gecko from aurora to b2g30_v1_4.
apps/system/test/marionette/notification_get_test.js
---
1) Notification.get(): should work across domains:
AssertionError: system domain error: incorrent notification data returned
at Context.<anonymous> (/Users/rudy/Dev/gaia_dev/apps/system/test/marionette/notification_get_test.js:157:12)
at Test.Runnable.run (/Users/rudy/Dev/gaia_dev/node_modules/mocha/lib/runnable.js:194:15)
at Runner.runTest (/Users/rudy/Dev/gaia_dev/node_modules/mocha/lib/runner.js:372:10)
at /Users/rudy/Dev/gaia_dev/node_modules/mocha/lib/runner.js:448:12
at next (/Users/rudy/Dev/gaia_dev/node_modules/mocha/lib/runner.js:297:14)
at /Users/rudy/Dev/gaia_dev/node_modules/mocha/lib/runner.js:307:7
at next (/Users/rudy/Dev/gaia_dev/node_modules/mocha/lib/runner.js:245:23)
at /Users/rudy/Dev/gaia_dev/node_modules/mocha/lib/runner.js:269:7
at done (/Users/rudy/Dev/gaia_dev/node_modules/mocha/lib/runnable.js:185:5)
at /Users/rudy/Dev/gaia_dev/node_modules/mocha/lib/runnable.js:197:9
at Object.executeHook (/Users/rudy/Dev/gaia_dev/node_modules/marionette-client/lib/marionette/client.js:370:18)
at process._tickCallback (node.js:415:13)
---------------
I can also reproduce this issue locally.
And please note that this test case would fail intermittently on TBPL, bug 960126.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → rlu
Assignee | ||
Comment 1•10 years ago
|
||
An example of the failure,
https://travis-ci.org/mozilla-b2g/gaia/jobs/27278244
Comment 3•10 years ago
|
||
I don't mind disabling, but feel free to do so in the future if you'd like :)
Also I don't see why we need two bugs, let's just dupe against 960126.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(kgrandon)
Resolution: --- → DUPLICATE
Assignee | ||
Comment 4•10 years ago
|
||
I filed this bug because I thought the error log was different.
But, let's see if we could get both of these case fixed in that bug.
Thanks.
You need to log in
before you can comment on or make changes to this bug.
Description
•