Remove exclusion for System.Threading.Tasks.Tests (#23818)
authorVladimir Sadov <vsadov@microsoft.com>
Tue, 9 Apr 2019 03:58:37 +0000 (20:58 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2019 03:58:37 +0000 (20:58 -0700)
* Update exclusion for System.Threading.Tasks.Tests

There is a race in the test, which causes failures in various stress runs. And that is not Linux specific.

The failure is addressed in https://github.com/dotnet/corefx/pull/36645
This is to update the exclusion lists to make it not just for Linux and to link to the fix PR, so that it could be tracked when it makes it into coreclr.

* Update corefx_test_exclusions.txt

* Update corefx_test_exclusions.txt

tests/arm64/corefx_linux_test_exclusions.txt

index 60050cc..6748387 100644 (file)
@@ -9,5 +9,4 @@ System.Net.Sockets.Tests                      # https://github.com/dotnet/corecl
 System.Runtime.Numerics.Tests                 # https://github.com/dotnet/coreclr/issues/23242 -- timeout
 System.Runtime.Serialization.Formatters.Tests # https://github.com/dotnet/coreclr/issues/20246 -- timeout
 System.Text.RegularExpressions.Tests          # https://github.com/dotnet/coreclr/issues/17754 -- timeout -- JitMinOpts + Tiered only
-System.Threading.Tasks.Tests                  # https://github.com/dotnet/coreclr/issues/20706
 System.Threading.Tests                        # https://github.com/dotnet/coreclr/issues/20215