Disable integration tests while investigating#20216
Merged
ivanbasov merged 1 commit intodotnet:masterfrom Jun 14, 2017
Merged
Conversation
Looks like there is still fall out from the licensing issue. VS integration tests still failing at 100% due to a timeout issue. Change them to not run by default while we look into this. Can still be run manually for testing with test vsintegration please
ivanbasov
approved these changes
Jun 14, 2017
jasonmalinowski
approved these changes
Jun 14, 2017
Member
|
@ivanbasov Let's just merge this for now. Looks like this might take longer than I was hoping. |
Contributor
|
Should we cherry-pick this into 15.6? |
Contributor
|
I have merged this into master. |
Contributor
|
@ivanbasov Was this ported to dev15.6 branch? |
Contributor
|
The master branch has been fixed. @jimmy9988, did you have a chance to merge #20221 into dev15.6? |
ivanbasov
added a commit
to ivanbasov/roslyn
that referenced
this pull request
Jun 15, 2017
This reverts commit 2fba37a.
333fred
added a commit
to 333fred/roslyn
that referenced
this pull request
Jun 16, 2017
…sion-tests * dotnet/features/ioperation: (286 commits) Remove unused Operation class. Delegate UnboundLambda to BoundLambda conversion to the semantic model. Added comment that operationkind 0x205 is open for future usage. Skip repl VSI tests Disable integration tests while investigating (dotnet#20216) fixing "integration test failing due to license key dialog showing" Fixed accessibility of tests. Added tests for unbound lambdas in the operation tree. Remove IUnboundLambdaExpression from IOperation API, return an ILambdaExpression for UnboundLambda nodes. Address PR feedback added sealed Move language settings after SDK import removed Operation cache. due to how we changed to hold onto child (Lazy(Of T)), we no longer need cache for children for a bound node Add support for ILocalFunctionStatement Add test. Be resilient to running with System.IEquatable can not be found. Fix race with boosting OOP priority. Also, ensure FindRef calls are boosted. Fix test some clean up EnC test refactoring (dotnet#20061) ...
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Looks like there is still fall out from the licensing issue. VS integration tests still failing
at 100% due to a timeout issue. Change them to not run by default while we look into this.
Can still be run manually for testing with
test vsintegration please