Update CoreFX Windows Arm64 exclusion list. (dotnet/coreclr#23261)
authorSergey Andreenko <seandree@microsoft.com>
Tue, 19 Mar 2019 18:34:57 +0000 (11:34 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2019 18:34:57 +0000 (11:34 -0700)
* Reenable CoreFX tests that were fixed on arm64 windows.

* Exclude Microsoft.Win32.SystemEvents.Tests

Commit migrated from https://github.com/dotnet/coreclr/commit/b9de10e0c1fd090d1a5f624e0d77b70bddf1490d

src/coreclr/tests/arm64/corefx_test_exclusions.txt

index 19f9ef5..cb29399 100644 (file)
@@ -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