Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 112f1a0

Browse files
author
Sergey Andreenko
committed
Reenable CoreFX tests that were marked as fixed.
1 parent a3073f2 commit 112f1a0

File tree

3 files changed

+8
-16
lines changed

3 files changed

+8
-16
lines changed
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
System.Console.Tests
22
System.Data.SqlClient.Tests # https://github.com/dotnet/coreclr/issues/16001
3-
System.Diagnostics.Process.Tests # https://github.com/dotnet/coreclr/issues/16001
4-
System.Diagnostics.StackTrace.Tests # https://github.com/dotnet/coreclr/issues/17557 -- JitStress=1; https://github.com/dotnet/coreclr/issues/17558 -- JitStress=2
3+
System.Diagnostics.Process.Tests # https://github.com/dotnet/coreclr/issues/22413
54
System.Drawing.Common.Tests # https://github.com/dotnet/coreclr/issues/16001
65
System.IO.FileSystem.Tests # https://github.com/dotnet/coreclr/issues/16001
76
System.IO.Ports.Tests # https://github.com/dotnet/coreclr/issues/16001
87
System.Linq.Expressions.Tests # https://github.com/dotnet/corefx/issues/29421 -- timeout
98
System.Management.Tests # https://github.com/dotnet/coreclr/issues/16001
10-
System.Memory.Tests # https://github.com/dotnet/coreclr/issues/20958
11-
System.Net.Http.Functional.Tests # https://github.com/dotnet/coreclr/issues/17739
9+
System.Net.Http.Functional.Tests # https://github.com/dotnet/corefx/issues/29292
1210
System.Net.NameResolution.Functional.Tests # https://github.com/dotnet/coreclr/issues/21224 -- JitStressRegs=1
13-
System.Net.NameResolution.Pal.Tests # https://github.com/dotnet/coreclr/issues/17740
14-
System.Runtime.Tests # https://github.com/dotnet/coreclr/issues/21223 -- JitStress=2
15-
System.Text.Encodings.Web.Tests # https://github.com/dotnet/coreclr/issues/21113 -- minopts
16-
System.Text.Json.Tests # https://github.com/dotnet/coreclr/issues/21112
11+
System.Net.NameResolution.Pal.Tests # https://github.com/dotnet/corefx/issues/29293
12+
System.Runtime.Numerics.Tests # https://github.com/dotnet/coreclr/issues/22414 -- timeout
1713
System.Text.RegularExpressions.Tests # https://github.com/dotnet/coreclr/issues/17754 -- timeout -- JitMinOpts only
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
Microsoft.Win32.Registry.Tests # https://github.com/dotnet/corefx/issues/28856
21
Microsoft.Win32.SystemEvents.Tests # https://github.com/dotnet/corefx/issues/29166
32
System.Console.Tests
43
System.Data.SqlClient.Tests # https://github.com/dotnet/coreclr/issues/16001
54
System.Diagnostics.Process.Tests # https://github.com/dotnet/coreclr/issues/16001
6-
System.Diagnostics.PerformanceCounter.Tests # https://github.com/dotnet/coreclr/issues/17799
7-
System.Diagnostics.StackTrace.Tests # https://github.com/dotnet/coreclr/issues/17557 -- JitStress=1; https://github.com/dotnet/coreclr/issues/17558 -- JitStress=2
5+
System.Diagnostics.PerformanceCounter.Tests # https://github.com/dotnet/corefx/issues/29377
86
System.Drawing.Common.Tests # https://github.com/dotnet/coreclr/issues/16001
97
System.IO.FileSystem.Tests # https://github.com/dotnet/coreclr/issues/16001
108
System.IO.Ports.Tests # https://github.com/dotnet/coreclr/issues/16001
119
System.Management.Tests # https://github.com/dotnet/coreclr/issues/16001
1210
System.Net.HttpListener.Tests # https://github.com/dotnet/coreclr/issues/17584
13-
System.Runtime.Numerics.Tests # https://github.com/dotnet/coreclr/issues/18362 -- JitStress=1 JitStress=2
11+
System.Runtime.Tests # https://github.com/dotnet/coreclr/issues/22379
1412
System.Text.RegularExpressions.Tests # https://github.com/dotnet/coreclr/issues/17754 -- timeout -- JitMinOpts only
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
System.Buffers.Tests # https://github.com/dotnet/coreclr/issues/20226
22
System.Collections.Immutable.Tests # https://github.com/dotnet/coreclr/issues/20209 -- JitStress=2 TieredCompilation=0
3-
System.Diagnostics.Process.Tests # https://github.com/dotnet/coreclr/issues/22430
4-
System.Memory.Tests # https://github.com/dotnet/coreclr/issues/20958
5-
System.Net.NameResolution.Pal.Tests # https://github.com/dotnet/corefx/issues/32797
3+
System.Diagnostics.Process.Tests # https://github.com/dotnet/coreclr/issues/22413
64
System.Net.NameResolution.Functional.Tests # https://github.com/dotnet/coreclr/issues/20924 https://github.com/dotnet/corefx/issues/24355
7-
System.Runtime.Tests # https://github.com/dotnet/coreclr/issues/21223 -- JitStress=2
5+
System.Net.NameResolution.Pal.Tests # https://github.com/dotnet/corefx/issues/29293
86
System.Runtime.Serialization.Formatters.Tests # https://github.com/dotnet/coreclr/issues/20246 -- timeout
97
System.Text.RegularExpressions.Tests # https://github.com/dotnet/coreclr/issues/17754 -- timeout -- JitMinOpts + Tiered only
108
System.Threading.Tests # https://github.com/dotnet/coreclr/issues/20215

0 commit comments

Comments
 (0)