[netcore] Establish a baseline for make xtestpass (#14072)
commit921f00352f173c7f20551cc900a6c41fb73770f2
authorFilip Navara <filip.navara@gmail.com>
Tue, 23 Apr 2019 12:44:39 +0000 (23 14:44 +0200)
committerMarek Safar <marek.safar@gmail.com>
Tue, 23 Apr 2019 12:44:39 +0000 (23 14:44 +0200)
treef7ae3f03e8b2f277e7e7e39ae88a54c0f5cd9615
parent1ffb5fb83f41c77e901617e6c35e8306bad393ec
[netcore] Establish a baseline for make xtestpass (#14072)

* Bump CoreFX version, include few more packages

* Add exclusions for System.Collections.NonGeneric.Tests

* Exclude tests that crash runtime

* Add more exclusions for known failures

* Exclude System.Utf8String.Experimental.Tests, it is CoreCLR specific
Exclude System.ComponentModel.Composition.Registration.Tests, the published version throws PNSE for all methods

Please enter the commit message for your changes. Lines starting

* Make a list of known non-passing tests and establish baseline for 'make xtestpass'

* Add exclusions

* Reenable System.Net.NameResolution.Functional.Tests

* Reenable System.Net.Sockets.Tests

* Reenable System.Diagnostics.Tracing.Tests

* Reenable System.Net.Http.Functional.Tests

* Reenable System.Net.HttpListener.Tests

* Reenable System.CodeDom.Tests

* Reenable System.Linq.Expressions.Tests

* Reenable System.Threading.ThreadPool.Tests

* Reenable System.Runtime.Tests

* Reenable System.Collections.Tests

* Reenable System.Threading.ThreadPool.Tests

* Reenable System.Memory.Tests

* Reenable System.Linq.Parallel.Tests

* Update exclusions for System.Diagnostics.Process.Tests

* Reenable System.Dynamic.Runtime.Tests

* Reenable System.Runtime.Numerics.Tests

* Sort excluded tests

* Reenable System.Reflection.Tests

* Reenable System.Reflection.Emit.Tests

* Reenable System.Linq.Parallel.Tests

* Reenable System.Diagnostics.TraceSource.Tests

* Reenable System.Threading.Tests

* Disable tests that trigger UI on macOS

* Update System.Runtime.Tests exclusion list

* Update line numbers
25 files changed:
netcore/Makefile.am
netcore/corefx-restore.csproj
netcore/excludes-System.Buffers.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.CodeDom.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Collections.NonGeneric.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Collections.Specialized.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Collections.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Diagnostics.Process.Tests.rsp
netcore/excludes-System.Diagnostics.TraceSource.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Diagnostics.Tracing.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Dynamic.Runtime.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.IO.FileSystem.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Linq.Expressions.Tests.rsp
netcore/excludes-System.Linq.Parallel.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Memory.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Net.Http.Functional.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Net.HttpListener.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Net.Sockets.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Reflection.Emit.Tests.rsp
netcore/excludes-System.Reflection.Tests.rsp
netcore/excludes-System.Resources.ResourceManager.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Runtime.Numerics.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Runtime.Tests.rsp
netcore/excludes-System.Threading.Tests.rsp
netcore/excludes-System.Threading.ThreadPool.Tests.rsp