[netcore] Improve xtest command (#13703)
commit2522547cd5ba592e21fdba2e94a9feeb20037daf
authorEgor Bogatov <egorbo@gmail.com>
Thu, 28 Mar 2019 17:00:34 +0000 (28 19:00 +0200)
committerMarek Safar <marek.safar@gmail.com>
Thu, 28 Mar 2019 17:00:34 +0000 (28 18:00 +0100)
treeb19a133751afadc23aa7f7519847033fe0c6ba9a
parent49ba9f32ecd06971357abf365a8c0379b1c3d1c9
[netcore] Improve xtest command (#13703)

The python script now also extracts downloaded zips and `make xtest-%` is now able to consume these artifacts.
E.g.
```
make xtest-System.Collections.Tests COREFX_ROOT=/prj/corefx-repo
```
We still need COREFX_ROOT because of two missing files:
`CoreFx.Private.TestUtilities.dll` and `xunit.console.deps.json`
maybe I should just add them to our repo?

Also this PR fixes `RemoteExecutorConsoleApp` problems for `make xtest-%`
netcore/.gitignore
netcore/Makefile.am
netcore/dl-test-assets.py
netcore/excludes-System.Diagnostics.Process.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Reflection.Emit.ILGeneration.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Runtime.Tests.rsp
netcore/excludes-System.Threading.Tests.rsp [new file with mode: 0644]
netcore/excludes-System.Xml.XmlSchemaSet.Tests.rsp [new file with mode: 0644]