diff options
author | Carol Eidt <carol.eidt@microsoft.com> | 2018-06-20 15:43:19 -0700 |
---|---|---|
committer | Carol Eidt <carol.eidt@microsoft.com> | 2018-06-20 15:43:19 -0700 |
commit | 95e80262b1bc2a1ca9ab76f034357466ce9b1338 (patch) | |
tree | d9315d966ae9ae30ab6d9416d4e642389b69178e | |
parent | 0c95349ef5ee360dc92a51632e7a4210cb4053da (diff) | |
download | coreclr-95e80262b1bc2a1ca9ab76f034357466ce9b1338.tar.gz coreclr-95e80262b1bc2a1ca9ab76f034357466ce9b1338.tar.bz2 coreclr-95e80262b1bc2a1ca9ab76f034357466ce9b1338.zip |
Re-enable tests after fixing 18295
-rw-r--r-- | tests/arm/corefx_linux_test_exclusions.txt | 1 | ||||
-rw-r--r-- | tests/arm/corefx_test_exclusions.txt | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/arm/corefx_linux_test_exclusions.txt b/tests/arm/corefx_linux_test_exclusions.txt index 3c9d8af9d2..b90cecf6d0 100644 --- a/tests/arm/corefx_linux_test_exclusions.txt +++ b/tests/arm/corefx_linux_test_exclusions.txt @@ -3,7 +3,6 @@ System.Data.SqlClient.Tests # https://github.com/dotnet/coreclr/issues/ System.Diagnostics.Process.Tests # https://github.com/dotnet/coreclr/issues/16001 System.Diagnostics.StackTrace.Tests # https://github.com/dotnet/coreclr/issues/17557 -- JitStress=1; https://github.com/dotnet/coreclr/issues/17558 -- JitStress=2 System.Drawing.Common.Tests # https://github.com/dotnet/coreclr/issues/16001 -System.Dynamic.Runtime.Tests # https://github.com/dotnet/coreclr/issues/18295 System.IO.FileSystem.Tests # https://github.com/dotnet/coreclr/issues/16001 System.IO.Ports.Tests # https://github.com/dotnet/coreclr/issues/16001 System.Linq.Expressions.Tests # https://github.com/dotnet/corefx/issues/29421 -- timeout diff --git a/tests/arm/corefx_test_exclusions.txt b/tests/arm/corefx_test_exclusions.txt index 8b4f4fccf8..a7f88e299e 100644 --- a/tests/arm/corefx_test_exclusions.txt +++ b/tests/arm/corefx_test_exclusions.txt @@ -6,10 +6,8 @@ System.Diagnostics.Process.Tests # https://github.com/dotnet/coreclr/issues/ System.Diagnostics.PerformanceCounter.Tests # https://github.com/dotnet/coreclr/issues/17799 System.Diagnostics.StackTrace.Tests # https://github.com/dotnet/coreclr/issues/17557 -- JitStress=1; https://github.com/dotnet/coreclr/issues/17558 -- JitStress=2 System.Drawing.Common.Tests # https://github.com/dotnet/coreclr/issues/16001 -System.Dynamic.Runtime.Tests # https://github.com/dotnet/coreclr/issues/18295 System.IO.FileSystem.Tests # https://github.com/dotnet/coreclr/issues/16001 System.IO.Ports.Tests # https://github.com/dotnet/coreclr/issues/16001 -System.Linq.Expressions.Tests # https://github.com/dotnet/coreclr/issues/18295 -- JitStress=2 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 |