Skip to content

Instantly share code, notes, and snippets.

@qdot
Created January 16, 2014 20:38
Show Gist options
  • Save qdot/8462987 to your computer and use it in GitHub Desktop.
Save qdot/8462987 to your computer and use it in GitHub Desktop.
~/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 marionette-client@1.1.0 No repository field.
npm WARN package.json marionette-content-script@0.0.0 No repository field.
npm WARN package.json marionette-device-host@0.0.1 No repository field.
npm WARN package.json marionette-file-manager@0.0.2 No repository field.
npm WARN package.json marionette-js-runner@0.4.0-non-native No repository field.
npm WARN package.json marionette-profile-builder@0.0.2 No repository field.
npm WARN package.json mocha-json-proxy@0.0.7 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