diff options
author | Sergey Andreenko <seandree@microsoft.com> | 2019-03-19 11:34:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-19 11:34:57 -0700 |
commit | b9de10e0c1fd090d1a5f624e0d77b70bddf1490d (patch) | |
tree | fbb18d6d3a8e0e978e982396a1a19ee65070b06d /tests | |
parent | 21075b3f0150084e341a7d37374de67c616b9870 (diff) | |
download | coreclr-b9de10e0c1fd090d1a5f624e0d77b70bddf1490d.tar.gz coreclr-b9de10e0c1fd090d1a5f624e0d77b70bddf1490d.tar.bz2 coreclr-b9de10e0c1fd090d1a5f624e0d77b70bddf1490d.zip |
Update CoreFX Windows Arm64 exclusion list. (#23261)
* Reenable CoreFX tests that were fixed on arm64 windows.
* Exclude Microsoft.Win32.SystemEvents.Tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/arm64/corefx_test_exclusions.txt | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/arm64/corefx_test_exclusions.txt b/tests/arm64/corefx_test_exclusions.txt index 19f9ef54a6..cb2939917f 100644 --- a/tests/arm64/corefx_test_exclusions.txt +++ b/tests/arm64/corefx_test_exclusions.txt @@ -1,12 +1,7 @@ -Invariant.Tests +Microsoft.Win32.SystemEvents.Tests # https://github.com/dotnet/coreclr/issues/22442 -- timeout System.ComponentModel.Composition.Tests # https://github.com/dotnet/coreclr/issues/18913 -System.Diagnostics.Process.Tests # https://github.com/dotnet/coreclr/issues/16001 -System.Drawing.Common.Tests # https://github.com/dotnet/coreclr/issues/18886 -System.Management.Tests # https://github.com/dotnet/coreclr/issues/18886 +System.Drawing.Common.Tests # https://github.com/dotnet/corefx/issues/35424 +System.Management.Tests # https://github.com/dotnet/corefx/issues/34030 System.Net.HttpListener.Tests # https://github.com/dotnet/coreclr/issues/17584 -System.Numerics.Vectors.Tests # https://github.com/dotnet/coreclr/issues/18886 -System.Runtime.InteropServices.RuntimeInformation.Tests # VM assert -- https://github.com/dotnet/coreclr/issues/18886 -System.Runtime.Serialization.Formatters.Tests # long running? https://github.com/dotnet/coreclr/issues/18886 System.Runtime.Tests # https://github.com/dotnet/coreclr/issues/18914 System.Text.RegularExpressions.Tests # https://github.com/dotnet/coreclr/issues/18912 -- timeout -- JitMinOpts only -System.ValueTuple.Tests |