未验证 提交 7aef48a5 编写于 作者: M Meri Khamoyan 提交者: GitHub

#50878 enable StringSegment tests on Android (#74556)

上级 f98e9cac
......@@ -806,7 +806,6 @@ public void StringSegment_Substring_InvalidLength()
}
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/50878", TestPlatforms.Android)]
public void StringSegment_Substring_InvalidOffsetAndLength()
{
// Arrange
......@@ -818,7 +817,6 @@ public void StringSegment_Substring_InvalidOffsetAndLength()
}
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/50878", TestPlatforms.Android)]
public void StringSegment_Substring_OffsetAndLengthOverflows()
{
// Arrange
......@@ -899,7 +897,6 @@ public void StringSegment_Subsegment_InvalidLength()
}
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/50878", TestPlatforms.Android)]
public void StringSegment_Subsegment_InvalidOffsetAndLength()
{
// Arrange
......@@ -911,7 +908,6 @@ public void StringSegment_Subsegment_InvalidOffsetAndLength()
}
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/50878", TestPlatforms.Android)]
public void StringSegment_Subsegment_OffsetAndLengthOverflows()
{
// Arrange
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册