diff options
author | Bruce Forstall <Bruce_Forstall@msn.com> | 2018-08-13 12:10:50 -0700 |
---|---|---|
committer | Bruce Forstall <Bruce_Forstall@msn.com> | 2018-08-13 12:10:50 -0700 |
commit | 5dfbf227c3c4723d9f9bf5064f1a6c41f9c1996e (patch) | |
tree | 3c5559d44c31630f2ea51d40ddd8e1773946d15c /tests/arm | |
parent | 1f02c30e053b1da4410e20c3b715128e3d1e354a (diff) | |
download | coreclr-5dfbf227c3c4723d9f9bf5064f1a6c41f9c1996e.tar.gz coreclr-5dfbf227c3c4723d9f9bf5064f1a6c41f9c1996e.tar.bz2 coreclr-5dfbf227c3c4723d9f9bf5064f1a6c41f9c1996e.zip |
Disable System.Linq.Expressions.Tests against #19457
Diffstat (limited to 'tests/arm')
-rw-r--r-- | tests/arm/corefx_test_exclusions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/arm/corefx_test_exclusions.txt b/tests/arm/corefx_test_exclusions.txt index 5606a33e0f..3667a3b84a 100644 --- a/tests/arm/corefx_test_exclusions.txt +++ b/tests/arm/corefx_test_exclusions.txt @@ -9,6 +9,7 @@ System.Drawing.Common.Tests # https://github.com/dotnet/coreclr/issues/ System.IO.FileSystem.Tests # https://github.com/dotnet/coreclr/issues/16001 System.IO.Ports.Tests # https://github.com/dotnet/coreclr/issues/16001 System.Management.Tests # https://github.com/dotnet/coreclr/issues/16001 +System.Linq.Expressions.Tests # JitStress=1 https://github.com/dotnet/coreclr/issues/19457 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.Text.RegularExpressions.Tests # https://github.com/dotnet/coreclr/issues/17754 -- timeout -- JitMinOpts only |