提交 8b1d00bb 编写于 作者: J Jared Parsons

Update bug links

上级 a06b6fd1
...@@ -1916,7 +1916,7 @@ static void Main() ...@@ -1916,7 +1916,7 @@ static void Main()
CompileAndVerify(source, "0"); CompileAndVerify(source, "0");
} }
[Fact(Skip = "1089468")] [Fact(Skip = "https://github.com/dotnet/roslyn/issues/4300")]
public void Return07_2() public void Return07_2()
{ {
var source = @" var source = @"
......
...@@ -274,7 +274,7 @@ public async Task FailedConnectionShouldCreateFailedConnectionData() ...@@ -274,7 +274,7 @@ public async Task FailedConnectionShouldCreateFailedConnectionData()
/// <summary> /// <summary>
/// Ensure server respects keep alive and shuts down after processing a single connection. /// Ensure server respects keep alive and shuts down after processing a single connection.
/// </summary> /// </summary>
[Fact(Skip = "DevDiv 1095079")] [Fact(Skip = "https://github.com/dotnet/roslyn/issues/4301")]
public async Task KeepAliveAfterSingleConnection() public async Task KeepAliveAfterSingleConnection()
{ {
var keepAlive = TimeSpan.FromSeconds(1); var keepAlive = TimeSpan.FromSeconds(1);
...@@ -297,7 +297,7 @@ public async Task KeepAliveAfterSingleConnection() ...@@ -297,7 +297,7 @@ public async Task KeepAliveAfterSingleConnection()
/// <summary> /// <summary>
/// Ensure server respects keep alive and shuts down after processing multiple connections. /// Ensure server respects keep alive and shuts down after processing multiple connections.
/// </summary> /// </summary>
[Fact(Skip = "DevDiv 1095079")] [Fact(Skip = "https://github.com/dotnet/roslyn/issues/4301")]
public async Task KeepAliveAfterMultipleConnection() public async Task KeepAliveAfterMultipleConnection()
{ {
var keepAlive = TimeSpan.FromSeconds(1); var keepAlive = TimeSpan.FromSeconds(1);
...@@ -323,7 +323,7 @@ public async Task KeepAliveAfterMultipleConnection() ...@@ -323,7 +323,7 @@ public async Task KeepAliveAfterMultipleConnection()
/// <summary> /// <summary>
/// Ensure server respects keep alive and shuts down after processing simultaneous connections. /// Ensure server respects keep alive and shuts down after processing simultaneous connections.
/// </summary> /// </summary>
[Fact(Skip = "DevDiv 1095079")] [Fact(Skip = "https://github.com/dotnet/roslyn/issues/4301")]
public async Task KeepAliveAfterSimultaneousConnection() public async Task KeepAliveAfterSimultaneousConnection()
{ {
var keepAlive = TimeSpan.FromSeconds(1); var keepAlive = TimeSpan.FromSeconds(1);
...@@ -353,7 +353,7 @@ public async Task KeepAliveAfterSimultaneousConnection() ...@@ -353,7 +353,7 @@ public async Task KeepAliveAfterSimultaneousConnection()
Assert.True((DateTime.Now - listener.LastProcessedTime.Value) > keepAlive); Assert.True((DateTime.Now - listener.LastProcessedTime.Value) > keepAlive);
} }
[Fact(Skip = "DevDiv 1095079"), WorkItem(1095079)] [Fact(Skip = "https://github.com/dotnet/roslyn/issues/4301")]
public async Task FirstClientCanOverrideDefaultTimeout() public async Task FirstClientCanOverrideDefaultTimeout()
{ {
var cts = new CancellationTokenSource(); var cts = new CancellationTokenSource();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册