You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thanks @jianchun, I'll have a look at those. Also please have a look at the changes wrt to cross plat. I haven't done anything specific to enable that. That would be next stage.
@akroshg We will need to discuss whether it is appropriate to add the Microsoft copyright notice to bin/External/catch.hpp or to add an exclusion for that file or the entire directory.
If that code is licensed under a different license we might need to update LICENSE.txt and or thirdpartynotices.txt
--------------
--- ERRORS ---
bin/External/catch.hpp ... does not contain a correct Microsoft copyright notice.
/*
* Catch v1.5.6
* Generated: 2016-06-09 19:20:41.460328
* ----------------------------------------------------------
bin/nativetests/Scripts/splay.js ... does not contain a correct Microsoft copyright notice.
////////////////////////////////////////////////////////////////////////////////
// base.js
////////////////////////////////////////////////////////////////////////////////
--------------
@akroshg I think you mean the PreFAST warnings? The commands run in buddy builds are slightly different from the Jenkins scripts. We should probably add PreFAST analysis there. PreFAST analysis is only performed in release builds so that's why it only shows up in the release flavors.
You can see netci.groovy to see what commands are run in various builds so that you can reproduce the issues locally. Sent some more info about this offline.
Can I run it by cd bin/nativetests/Scripts and ../../../Build/VCBuild/bin/x86_debug/nativetests.exe? Hope it can run without any deployment steps. Other ideas: Take a command line arg -d <scripts dir>? Or, translate all scripts to char[] and embed in nativetests.exe at build time?
…sts.
Merge pull request #1224 from akroshg:nta
This application is based upon the Catch framework (Open source). Most our internal tests are transformed from the TE to adopt the catch framework.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This application is based upon the Catch framework (Open source). Most our internal tests are transformed from the TE to adopt the catch framework.