Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/dev/cordova/cordova-lib/cordova-lib (master)
- 🐑 $ npm test
- > [email protected] test /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib
- > npm run jshint && npm run jasmine
- > [email protected] jshint /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib
- > jshint src spec-cordova spec-plugman
- > [email protected] jasmine /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib
- > jasmine-node --captureExceptions --color spec-plugman spec-cordova
- ........................................................................................................................npm WARN excluding symbolic link bin/node_modules/.bin/shjs -> ../shelljs/bin/shjs.......-
- .Creating Cordova project for the Android platform:
- Path: spec-cordova/temp/testApp/platforms/android
- Package: io.cordova.hellocordova
- Name: HelloCordova
- Activity: MainActivity
- Android target: android-22
- Copying template files...
- Android project created with [email protected]
- .Creating Cordova project for the Android platform:
- Path: spec-cordova/temp/testApp/platforms/android
- Package: io.cordova.hellocordova
- Name: HelloCordova
- Activity: MainActivity
- Android target: android-22
- Copying template files...
- Android project created with [email protected]
- .Creating Cordova project for the Android platform:
- Path: spec-cordova/temp/testApp/platforms/android
- Package: io.cordova.hellocordova
- Name: HelloCordova
- Activity: MainActivity
- Android target: android-22
- Copying template files...
- Android project created with [email protected]
- .Creating Cordova project for the Android platform:
- Path: spec-cordova/temp/testApp/platforms/android
- Package: io.cordova.hellocordova
- Name: HelloCordova
- Activity: MainActivity
- Android target: android-22
- Copying template files...
- Android project created with [email protected]
- ....................................................................................................................................................................................................................................................................................................................
- Failures:
- 1) plugin end-to-end should not run prepare after plugin installation/removal if platform return non-falsy value
- Message:
- Expected spy preparePlatforms not to have been called.
- Stacktrace:
- Error: Expected spy preparePlatforms not to have been called.
- at /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/spec-cordova/plugin.spec.js:175:50
- at _fulfilled (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:787:54)
- at self.promiseDispatch.done (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:816:30)
- at Promise.promise.promiseDispatch (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:749:13)
- at /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:557:44
- at flush (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:108:17)
- at nextTickCallbackWith0Args (node.js:419:9)
- at process._tickCallback (node.js:348:13)
- 2) plugin end-to-end should not run prepare after plugin installation/removal if platform return non-falsy value
- Message:
- Expected spy preparePlatforms not to have been called.
- Stacktrace:
- Error: Expected spy preparePlatforms not to have been called.
- at /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/spec-cordova/plugin.spec.js:179:50
- at _fulfilled (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:787:54)
- at self.promiseDispatch.done (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:816:30)
- at Promise.promise.promiseDispatch (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:749:13)
- at /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:557:44
- at flush (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:108:17)
- at nextTickCallbackWith0Args (node.js:419:9)
- at process._tickCallback (node.js:348:13)
- Finished in 147.418 seconds
- 641 tests, 1593 assertions, 2 failures, 0 skipped
- npm ERR! Darwin 15.4.0
- npm ERR! argv "/Users/csantana23/.nvm/versions/node/v4.2.6/bin/node" "/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/.bin/npm" "run" "jasmine"
- npm ERR! node v4.2.6
- npm ERR! npm v2.15.4
- npm ERR! code ELIFECYCLE
- npm ERR! [email protected] jasmine: `jasmine-node --captureExceptions --color spec-plugman spec-cordova`
- npm ERR! Exit status 1
- npm ERR!
- npm ERR! Failed at the [email protected] jasmine script 'jasmine-node --captureExceptions --color spec-plugman spec-cordova'.
- npm ERR! This is most likely a problem with the cordova-lib package,
- npm ERR! not with npm itself.
- npm ERR! Tell the author that this fails on your system:
- npm ERR! jasmine-node --captureExceptions --color spec-plugman spec-cordova
- npm ERR! You can get information on how to open an issue for this project with:
- npm ERR! npm bugs cordova-lib
- npm ERR! Or if that isn't available, you can get their info via:
- npm ERR!
- npm ERR! npm owner ls cordova-lib
- npm ERR! There is likely additional logging output above.
- npm ERR! Please include the following file with any support request:
- npm ERR! /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/npm-debug.log
- npm ERR! Test failed. See above for more details.
- ~/dev/cordova/cordova-lib/cordova-lib (master)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement