提交 363e21b9 编写于 作者: D David Poeschl

Disable BasicExpressionEvaluator tests

Related to failures in https://github.com/dotnet/roslyn/issues/20711
上级 bf1252e5
......@@ -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.
先完成此消息的编辑!
想要评论请 注册