未验证 提交 d19dde25 编写于 作者: N Neal Gafter 提交者: GitHub

Unskip and adjust skip reasons for some tests. (#45689)

上级 b9d2de38
......@@ -479,7 +479,7 @@ public void Deconstruct(out int a, out int b, out int c)
}
[CompilerTrait(CompilerFeature.IOperation)]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/29297")]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/45687")]
public void TestClone()
{
var sourceCode = TestResource.AllInOneCSharpCode;
......@@ -513,7 +513,7 @@ public void GlobalStatement_Parent()
}
[CompilerTrait(CompilerFeature.IOperation)]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/29297")]
[Fact]
public void TestParentOperations()
{
var sourceCode = TestResource.AllInOneCSharpCode;
......
......@@ -359,7 +359,7 @@ static void M(int i, bool b)
[WorkItem(27086, "https://github.com/dotnet/roslyn/issues/27086")]
[CompilerTrait(CompilerFeature.IOperation)]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/29297")]
[Fact]
public void DiscardFlow_06()
{
string source = @"
......@@ -386,11 +386,10 @@ static void M(object o)
Statements (0)
Jump if False (Regular) to Block[B2]
IIsPatternOperation (OperationKind.IsPattern, Type: System.Boolean) (Syntax: 'o is var _')
Expression:
Value:
IParameterReferenceOperation: o (OperationKind.ParameterReference, Type: System.Object) (Syntax: 'o')
Pattern:
IDeclarationPatternOperation (Declared Symbol: System.Object _) (OperationKind.DeclarationPattern, Type: null) (Syntax: 'var _')
IDiscardPatternOperation (OperationKind.DiscardPattern, Type: null) (Syntax: '_') (InputType: System.Object)
Next (Regular) Block[B2]
Block[B2] - Exit
Predecessors: [B1*2]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册