From c5f5f21e4dccde5fd6ae7927ca16e04ec3a6d9f3 Mon Sep 17 00:00:00 2001 From: Sergey Andreenko Date: Thu, 26 Jul 2018 15:46:53 -0700 Subject: [PATCH] reenable corefx System.Runtime.Tests on arm32 (dotnet/coreclr#19128) dotnet/coreclr#17585 the issue was fixed long time ago, but this exclusion was forgotten. Commit migrated from https://github.com/dotnet/coreclr/commit/53eb0afc3d3e0f1adaeb00ac9e9bf1c0f5976302 --- src/coreclr/tests/arm/corefx_test_exclusions.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/coreclr/tests/arm/corefx_test_exclusions.txt b/src/coreclr/tests/arm/corefx_test_exclusions.txt index a14d456..5606a33 100644 --- a/src/coreclr/tests/arm/corefx_test_exclusions.txt +++ b/src/coreclr/tests/arm/corefx_test_exclusions.txt @@ -11,5 +11,4 @@ System.IO.Ports.Tests # https://github.com/dotnet/coreclr/issues/ System.Management.Tests # https://github.com/dotnet/coreclr/issues/16001 System.Net.HttpListener.Tests # https://github.com/dotnet/coreclr/issues/17584 System.Runtime.Numerics.Tests # https://github.com/dotnet/coreclr/issues/18362 -- JitStress=1 JitStress=2 -System.Runtime.Tests # https://github.com/dotnet/coreclr/issues/17585 System.Text.RegularExpressions.Tests # https://github.com/dotnet/coreclr/issues/17754 -- timeout -- JitMinOpts only -- 2.7.4