diff options
author | Sergey Andreenko <seandree@microsoft.com> | 2018-07-26 15:46:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-26 15:46:53 -0700 |
commit | 53eb0afc3d3e0f1adaeb00ac9e9bf1c0f5976302 (patch) | |
tree | 26180c20a5053142550cb1b400d33b8cdd581aae /tests | |
parent | 3077c95af36a074a8e00d45ebc576fa87520e536 (diff) | |
download | coreclr-53eb0afc3d3e0f1adaeb00ac9e9bf1c0f5976302.tar.gz coreclr-53eb0afc3d3e0f1adaeb00ac9e9bf1c0f5976302.tar.bz2 coreclr-53eb0afc3d3e0f1adaeb00ac9e9bf1c0f5976302.zip |
reenable corefx System.Runtime.Tests on arm32 (#19128)
#17585 the issue was fixed long time ago, but this exclusion was forgotten.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/arm/corefx_test_exclusions.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/arm/corefx_test_exclusions.txt b/tests/arm/corefx_test_exclusions.txt index a14d45626b..5606a33e0f 100644 --- a/tests/arm/corefx_test_exclusions.txt +++ b/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 |