Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created October 4, 2012 21:19
Show Gist options
  • Save bobsilverberg/3836527 to your computer and use it in GitHub Desktop.
Save bobsilverberg/3836527 to your computer and use it in GitHub Desktop.
mutt output
~/Documents/gitRepos/mozmill/mutt[master*]$ mutt -b /Applications/Firefox.app testjs
Running JS Tests
TEST-START | js/utils/waitfor.js | setupModule
TEST-START | js/utils/waitfor.js | testWaitForCallback
TEST-PASS | js/utils/waitfor.js | testWaitForCallback
TEST-END | js/utils/waitfor.js | finished in 3ms
TEST-START | js/utils/pageload.js | setupModule
TEST-START | js/utils/pageload.js | testWaitForPageLoad
ERROR | Test Failure | {
"exception": {}
}
TEST-UNEXPECTED-FAIL | js/utils/pageload.js | testWaitForPageLoad
TEST-END | js/utils/pageload.js | finished in 11819ms
TEST-START | js/utils/savescreenshot.js | testScreenshotSaveCorruption
TEST-PASS | js/utils/savescreenshot.js | testScreenshotSaveCorruption
TEST-END | js/utils/savescreenshot.js | finished in 179ms
NOTE: child process received `Goodbye', closing down
Some tests were unsuccessful.
===========================================================================
No Python Failures
===========================================================================
Javascript Failures:
Exception: "None" (/Users/robertsilverberg/Documents/gitRepos/mozmill/mutt/mutt/tests/js/utils/pageload.js)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment