提交 693410e0 编写于 作者: C Cyrus Najmabadi

Update skipped tests.

上级 7f5b22cb
......@@ -1173,7 +1173,7 @@ public override int GetHashCode()
parameters: CSharp6Implicit);
}
[Fact(Skip = "Test harness doesn't support validating the title"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateEqualsAndGetHashCode)]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/46319"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateEqualsAndGetHashCode)]
public async Task TestSmartTagText1()
{
await TestSmartTagTextAsync(
......@@ -1197,7 +1197,7 @@ private Task TestSmartTagTextAsync(string x, string y, int index = 0)
throw new NotImplementedException();
}
[Fact(Skip = "Test harness doesn't support validating the title"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateEqualsAndGetHashCode)]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/46319"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateEqualsAndGetHashCode)]
public async Task TestSmartTagText2()
{
await TestSmartTagTextAsync(
......@@ -1217,7 +1217,7 @@ public Program(bool b)
index: 1);
}
[Fact(Skip = "Test harness doesn't support validating the title"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateEqualsAndGetHashCode)]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/46319"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateEqualsAndGetHashCode)]
public async Task TestSmartTagText3()
{
await TestSmartTagTextAsync(
......@@ -2731,7 +2731,7 @@ public override int GetHashCode()
}
[WorkItem(37297, "https://github.com/dotnet/roslyn/issues/37297")]
[Fact(Skip = "Multiple projects not supported in testing"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateEqualsAndGetHashCode)]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/46319"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateEqualsAndGetHashCode)]
public async Task TestPublicSystemHashCodeOtherProject()
{
await TestInRegularAndScript1Async(
......@@ -2801,7 +2801,7 @@ public override int GetHashCode()
}
[WorkItem(37297, "https://github.com/dotnet/roslyn/issues/37297")]
[Fact(Skip = "Multi project tests not currently supported"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateEqualsAndGetHashCode)]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/46319"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateEqualsAndGetHashCode)]
public async Task TestInternalSystemHashCode()
{
await TestInRegularAndScript1Async(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册