提交 251e862a 编写于 作者: C CyrusNajmabadi

Merge remote-tracking branch 'upstream/master' into fastInitialTaggingAgain

# Automatically request reviews when a pull request changes any owned files
# More information: https://github.com/blog/2392-introducing-code-owners
*.groovy @dotnet/roslyn-infrastructure
.github/* @dotnet/roslyn-infrastructure
build/* @dotnet/roslyn-infrastructure
src/CodeStyle/* @dotnet/roslyn-ide
src/Compilers/* @dotnet/roslyn-compiler
src/EditorFeatures/* @dotnet/roslyn-ide
src/Features/* @dotnet/roslyn-ide
src/Interactive/* @dotnet/roslyn-interactive
src/NuGet/* @dotnet/roslyn-infrastructure
src/Scripting/* @dotnet/roslyn-interactive
src/Setup/* @dotnet/roslyn-infrastructure
src/Tools/* @dotnet/roslyn-infrastructure
src/VisualStudio/* @dotnet/roslyn-ide
src/Workspaces/* @dotnet/roslyn-ide
......@@ -55,7 +55,7 @@ End Sub
End Module");
}
[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/20711")]
public void ValidateLocalsWindow()
{
VisualStudio.Debugger.Go(waitForBreakMode: true);
......@@ -83,7 +83,7 @@ public void ValidateLocalsWindow()
VisualStudio.LocalsWindow.Verify.CheckEntry("myMulticastDelegate", "System.MulticastDelegate", "Nothing");
}
[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/20711")]
public void EvaluatePrimitiveValues()
{
VisualStudio.Debugger.Go(waitForBreakMode: true);
......@@ -104,14 +104,14 @@ public void EvaluateLambdaExpressions()
VisualStudio.Debugger.CheckExpression("(Function(val)(val+val))(1)", "Integer", "2");
}
[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/20711")]
public void EvaluateInvalidExpressions()
{
VisualStudio.Debugger.Go(waitForBreakMode: true);
VisualStudio.Debugger.CheckExpression("myNonsense", "", "error BC30451: 'myNonsense' is not declared. It may be inaccessible due to its protection level.");
}
[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/20711")]
public void StateMachineTypeParameters()
{
VisualStudio.Editor.SetText(@"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册