Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. ~/dev/cordova/cordova-lib/cordova-lib (master)
  2. 🐑 $ npm test
  3.  
  4. > [email protected] test /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib
  5. > npm run jshint && npm run jasmine
  6.  
  7.  
  8. > [email protected] jshint /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib
  9. > jshint src spec-cordova spec-plugman
  10.  
  11.  
  12. > [email protected] jasmine /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib
  13. > jasmine-node --captureExceptions --color spec-plugman spec-cordova
  14.  
  15. ........................................................................................................................npm WARN excluding symbolic link bin/node_modules/.bin/shjs -> ../shelljs/bin/shjs.......-
  16. .Creating Cordova project for the Android platform:
  17. Path: spec-cordova/temp/testApp/platforms/android
  18. Package: io.cordova.hellocordova
  19. Name: HelloCordova
  20. Activity: MainActivity
  21. Android target: android-22
  22. Copying template files...
  23. Android project created with [email protected]
  24. .Creating Cordova project for the Android platform:
  25. Path: spec-cordova/temp/testApp/platforms/android
  26. Package: io.cordova.hellocordova
  27. Name: HelloCordova
  28. Activity: MainActivity
  29. Android target: android-22
  30. Copying template files...
  31. Android project created with [email protected]
  32. .Creating Cordova project for the Android platform:
  33. Path: spec-cordova/temp/testApp/platforms/android
  34. Package: io.cordova.hellocordova
  35. Name: HelloCordova
  36. Activity: MainActivity
  37. Android target: android-22
  38. Copying template files...
  39. Android project created with [email protected]
  40. .Creating Cordova project for the Android platform:
  41. Path: spec-cordova/temp/testApp/platforms/android
  42. Package: io.cordova.hellocordova
  43. Name: HelloCordova
  44. Activity: MainActivity
  45. Android target: android-22
  46. Copying template files...
  47. Android project created with [email protected]
  48. ....................................................................................................................................................................................................................................................................................................................
  49.  
  50. Failures:
  51.  
  52. 1) plugin end-to-end should not run prepare after plugin installation/removal if platform return non-falsy value
  53. Message:
  54. Expected spy preparePlatforms not to have been called.
  55. Stacktrace:
  56. Error: Expected spy preparePlatforms not to have been called.
  57. at /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/spec-cordova/plugin.spec.js:175:50
  58. at _fulfilled (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:787:54)
  59. at self.promiseDispatch.done (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:816:30)
  60. at Promise.promise.promiseDispatch (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:749:13)
  61. at /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:557:44
  62. at flush (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:108:17)
  63. at nextTickCallbackWith0Args (node.js:419:9)
  64. at process._tickCallback (node.js:348:13)
  65.  
  66. 2) plugin end-to-end should not run prepare after plugin installation/removal if platform return non-falsy value
  67. Message:
  68. Expected spy preparePlatforms not to have been called.
  69. Stacktrace:
  70. Error: Expected spy preparePlatforms not to have been called.
  71. at /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/spec-cordova/plugin.spec.js:179:50
  72. at _fulfilled (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:787:54)
  73. at self.promiseDispatch.done (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:816:30)
  74. at Promise.promise.promiseDispatch (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:749:13)
  75. at /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:557:44
  76. at flush (/Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/node_modules/q/q.js:108:17)
  77. at nextTickCallbackWith0Args (node.js:419:9)
  78. at process._tickCallback (node.js:348:13)
  79.  
  80. Finished in 147.418 seconds
  81. 641 tests, 1593 assertions, 2 failures, 0 skipped
  82.  
  83.  
  84.  
  85. npm ERR! Darwin 15.4.0
  86. 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"
  87. npm ERR! node v4.2.6
  88. npm ERR! npm v2.15.4
  89. npm ERR! code ELIFECYCLE
  90. npm ERR! [email protected] jasmine: `jasmine-node --captureExceptions --color spec-plugman spec-cordova`
  91. npm ERR! Exit status 1
  92. npm ERR!
  93. npm ERR! Failed at the [email protected] jasmine script 'jasmine-node --captureExceptions --color spec-plugman spec-cordova'.
  94. npm ERR! This is most likely a problem with the cordova-lib package,
  95. npm ERR! not with npm itself.
  96. npm ERR! Tell the author that this fails on your system:
  97. npm ERR! jasmine-node --captureExceptions --color spec-plugman spec-cordova
  98. npm ERR! You can get information on how to open an issue for this project with:
  99. npm ERR! npm bugs cordova-lib
  100. npm ERR! Or if that isn't available, you can get their info via:
  101. npm ERR!
  102. npm ERR! npm owner ls cordova-lib
  103. npm ERR! There is likely additional logging output above.
  104.  
  105. npm ERR! Please include the following file with any support request:
  106. npm ERR! /Users/csantana23/Documents/dev/cordova/cordova-lib/cordova-lib/npm-debug.log
  107. npm ERR! Test failed. See above for more details.
  108. ~/dev/cordova/cordova-lib/cordova-lib (master)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement