You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/07/06 18:32:46 UTC

[GitHub] [cordova-windows] janpio opened a new issue #352: Tests: `test-unit` has loads of unrelated warning output

janpio opened a new issue #352: Tests: `test-unit` has loads of unrelated warning output
URL: https://github.com/apache/cordova-windows/issues/352
 
 
   When you run `npm run test-unit` you get loads of unrelated and distracting output:
   
   ```
   > cordova-windows@7.1.0-dev test-unit E:\Projects\Cordova\cordova-windows
   > jasmine
   
   Started
   ...........................*.*.*............................Deployment completed successfully.
   Deployment completed successfully.
   Deployment completed successfully.
   .Deployment completed successfully.
   Deployment completed successfully.
   Deployment completed successfully.
   ......................................................................................................................The following Capabilities were declared and are restricted:
           documentsLibrary
   You will be unable to on-board your app to the public Windows Store with these capabilities and access rules permitting access to remote URIs.The following Capabilities were declared and are restricted:
           documentsLibrary
   You will be unable to on-board your app to the public Windows Store with these capabilities and access rules permitting access to remote URIs.The following Capabilities were declared and are restricted:
           documentsLibrary
   You will be unable to on-board your app to the public Windows Store with these capabilities and access rules permitting access to remote URIs....Access rules must begin with "https://", the following rule will be ignored: http://www.contoso.com
   Access rules must begin with "https://", the following rule will be ignored: http://www.contoso.com
   Access rules must begin with "https://", the following rule will be ignored: http://www.contoso.com
   ........The following image was skipped because it has an unsupported size (999x999): res/Windows/UnknownImage.png
   The following image was skipped because it has an unsupported size (999x999): res/Windows/UnknownImage.png
   The following image was skipped because it has an unsupported size (999x999): res/Windows/UnknownImage.png
   .."res\Windows\splashscreen.png" file size exceeds the limit of 204800 bytes, skipping.
   "res\Windows\splashscreen.png" file size exceeds the limit of 204800 bytes, skipping.
   "res\Windows\splashscreen.png" file size exceeds the limit of 204800 bytes, skipping.
   "res\Windows\splashscreen.scale-200.png" file size exceeds the limit of 204800 bytes, skipping.
   "res\Windows\splashscreen.scale-200.png" file size exceeds the limit of 204800 bytes, skipping.
   "res\Windows\splashscreen.scale-200.png" file size exceeds the limit of 204800 bytes, skipping.
   "res\Windows\splashscreen.scale-400.png" file size exceeds the limit of 204800 bytes, skipping.
   "res\Windows\splashscreen.scale-400.png" file size exceeds the limit of 204800 bytes, skipping.
   "res\Windows\splashscreen.scale-400.png" file size exceeds the limit of 204800 bytes, skipping.
   "res/Windows/splashscreen.scale-200.png" file size exceeds the limit of 204800 bytes, skipping.
   "res/Windows/splashscreen.scale-200.png" file size exceeds the limit of 204800 bytes, skipping.
   "res/Windows/splashscreen.scale-200.png" file size exceeds the limit of 204800 bytes, skipping.
   "res/Windows/splashscreen.scale-400.png" file size exceeds the limit of 204800 bytes, skipping.
   "res/Windows/splashscreen.scale-400.png" file size exceeds the limit of 204800 bytes, skipping.
   "res/Windows/splashscreen.scale-400.png" file size exceeds the limit of 204800 bytes, skipping.
   .".gif" extension is not supported, skipping. Supported image extensions are [".png",".jpg",".jpeg"]
   ".gif" extension is not supported, skipping. Supported image extensions are [".png",".jpg",".jpeg"]
   ".gif" extension is not supported, skipping. Supported image extensions are [".png",".jpg",".jpeg"]
   ".bmp" extension is not supported, skipping. Supported image extensions are [".png",".jpg",".jpeg"]
   ".bmp" extension is not supported, skipping. Supported image extensions are [".png",".jpg",".jpeg"]
   ".bmp" extension is not supported, skipping. Supported image extensions are [".png",".jpg",".jpeg"]
   ".tga" extension is not supported, skipping. Supported image extensions are [".png",".jpg",".jpeg"]
   ".tga" extension is not supported, skipping. Supported image extensions are [".png",".jpg",".jpeg"]
   ".tga" extension is not supported, skipping. Supported image extensions are [".png",".jpg",".jpeg"]
   ."SplashScreen" splash screens have mixed file extensions which is not supported. Some of the images will not be used.
   "SplashScreen" splash screens have mixed file extensions which is not supported. Some of the images will not be used.
   "SplashScreen" splash screens have mixed file extensions which is not supported. Some of the images will not be used.
   "SplashScreenPhone" splash screens have mixed file extensions which is not supported. Some of the images will not be used.
   "SplashScreenPhone" splash screens have mixed file extensions which is not supported. Some of the images will not be used.
   "SplashScreenPhone" splash screens have mixed file extensions which is not supported. Some of the images will not be used.
   ......Deploying phone package to device:
   testfile
   Deploying phone package to device:
   testfile
   Deploying phone package to device:
   testfile
   .Deploying windows package to device:
   testfile
   Deploying windows package to device:
   testfile
   Deploying windows package to device:
   testfile
   .Deploying windows package to device:
   undefined
   Deploying windows package to device:
   undefined
   Deploying windows package to device:
   undefined
   .Deploying undefined package to device:
   undefined
   Deploying undefined package to device:
   undefined
   Deploying undefined package to device:
   undefined
   Deploying undefined package to device:
   undefined
   Deploying undefined package to device:
   undefined
   Deploying undefined package to device:
   undefined
   .Deploying undefined package to device:
   undefined
   Deploying undefined package to device:
   undefined
   Deploying undefined package to device:
   undefined
   .............
   
   Pending:
   
   1) run method spec.8 should fail buildProject if built with MSBuildTools version 4.0
     Temporarily disabled with xit
   
   
   2) run method spec.10 should throw an error if windows-target-version has unsupported value
     Temporarily disabled with xit
   
   
   3) run method spec.12 should throw an error if windows-phone-target-version has unsupported value
     Temporarily disabled with xit
   
   217 specs, 0 failures, 3 pending specs
   Finished in 11.912 seconds
   ```
   
   Most of this could probably be avoided.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org