Created
January 16, 2014 20:38
-
-
Save qdot/8462987 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/code/mozbuild/gaia $ ./bin/gaia-marionette apps/communications/ftu/test/marionette/ftu_tests.js | |
make: Entering directory `/share/mozbuild/gaia' | |
./node_modules/.bin/mozilla-download \ | |
--verbose \ | |
--product b2g \ | |
--channel tinderbox \ | |
--branch mozilla-central b2g | |
make: Leaving directory `/share/mozbuild/gaia' | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No repository field. | |
Warning: Native modules not compiled. XOR performance will be degraded. | |
Warning: Native modules not compiled. UTF-8 validation disabled. | |
Warning: Native modules not compiled. XOR performance will be degraded. | |
Warning: Native modules not compiled. UTF-8 validation disabled. | |
․․․ | |
0 passing (6s) | |
2 pending | |
1 failing | |
1) First Time Use > FTU click thru: | |
GenericError: (500) The frame closed during the click, recovering to allow further communications | |
Remote Stack: | |
<none> | |
at Error.MarionetteError (/share/mozbuild/gaia/node_modules/marionette-client/lib/marionette/error.js:67:13) | |
at Object.Client._handleCallback (/share/mozbuild/gaia/node_modules/marionette-client/lib/marionette/client.js:474:19) | |
at /share/mozbuild/gaia/node_modules/marionette-client/lib/marionette/client.js:508:21 | |
at TcpSync.send (/share/mozbuild/gaia/node_modules/marionette-client/lib/marionette/drivers/tcp-sync.js:94:10) | |
at Object.send (/share/mozbuild/gaia/node_modules/marionette-client/lib/marionette/client.js:455:36) | |
at Object.Client._sendCommand (/share/mozbuild/gaia/node_modules/marionette-client/lib/marionette/client.js:501:19) | |
at Object.Element._sendCommand (/share/mozbuild/gaia/node_modules/marionette-client/lib/marionette/element.js:49:21) | |
at Object.click (/share/mozbuild/gaia/node_modules/marionette-client/lib/marionette/element.js:172:19) | |
at clickThruPanel (/share/mozbuild/gaia/apps/communications/ftu/test/marionette/ftu_tests.js:19:14) | |
at Context.<anonymous> (/share/mozbuild/gaia/apps/communications/ftu/test/marionette/ftu_tests.js:36:5) | |
at Test.Runnable.run (/share/mozbuild/gaia/node_modules/mocha/lib/runnable.js:211:32) | |
at Runner.runTest (/share/mozbuild/gaia/node_modules/mocha/lib/runner.js:372:10) | |
at /share/mozbuild/gaia/node_modules/mocha/lib/runner.js:448:12 | |
at next (/share/mozbuild/gaia/node_modules/mocha/lib/runner.js:297:14) | |
at /share/mozbuild/gaia/node_modules/mocha/lib/runner.js:307:7 | |
at next (/share/mozbuild/gaia/node_modules/mocha/lib/runner.js:245:23) | |
at /share/mozbuild/gaia/node_modules/mocha/lib/runner.js:269:7 | |
at done (/share/mozbuild/gaia/node_modules/mocha/lib/runnable.js:185:5) | |
at /share/mozbuild/gaia/node_modules/mocha/lib/runnable.js:197:9 | |
at Object.executeHook (/share/mozbuild/gaia/node_modules/marionette-client/lib/marionette/client.js:370:18) | |
at process._tickCallback (node.js:415:13) | |
~/code/mozbuild/gaia $ ./bin/gaia-marionette apps/communications/ftu/test/marionette/ftu_tests.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment