summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVladimir Sadov <vsadov@microsoft.com>2019-04-08 20:58:37 -0700
committerGitHub <noreply@github.com>2019-04-08 20:58:37 -0700
commit13421bf4d01816fb24b974695acb9a9698193575 (patch)
tree34464c2a12fd3dc9fc360946dcdd181eb45613ef /tests
parentcd418635d5db40df67ffb45de74f61ca8df88207 (diff)
downloadcoreclr-13421bf4d01816fb24b974695acb9a9698193575.tar.gz
coreclr-13421bf4d01816fb24b974695acb9a9698193575.tar.bz2
coreclr-13421bf4d01816fb24b974695acb9a9698193575.zip
Remove exclusion for System.Threading.Tasks.Tests (#23818)
* 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
Diffstat (limited to 'tests')
-rw-r--r--tests/arm64/corefx_linux_test_exclusions.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/arm64/corefx_linux_test_exclusions.txt b/tests/arm64/corefx_linux_test_exclusions.txt
index 60050cc1d8..67483871c6 100644
--- a/tests/arm64/corefx_linux_test_exclusions.txt
+++ b/tests/arm64/corefx_linux_test_exclusions.txt
@@ -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