[XHarness] Remove duplicated runs of certain bcl tests. (#5668)

Most of the tests are comming from the downloaded SDK, but some of them
have to reman because they are running/passing more tests. This
differences are due to how the tests that come from mono are written
(missing resources etc..)

Please take a look at
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/794210/ for the
list of bcl tests and test number differences.
This commit is contained in:
Manuel de la Pena 2019-02-27 11:08:04 +01:00 коммит произвёл GitHub
Родитель a04048fd68
Коммит 2619d8f5ca
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 15 удалений

Просмотреть файл

@ -304,33 +304,18 @@ namespace xharness
var fsharp_library_projects = new string [] { "fsharplibrary" };
var bcl_suites = new string [] {
"mscorlib",
"System",
"System.Core",
"System.Data",
"System.Net.Http",
"System.Numerics",
"System.Runtime.Serialization",
"System.Transactions",
"System.Web.Services",
"System.Xml",
"System.Xml.Linq",
"Mono.Security",
"System.ComponentModel.DataAnnotations",
"System.Json",
"System.ServiceModel.Web",
"Mono.Data.Sqlite",
"Mono.Data.Tds",
"System.IO.Compression",
"System.IO.Compression.FileSystem",
"Mono.CSharp",
"System.Security",
"System.ServiceModel",
"System.IdentityModel",
};
var bcl_skip_watchos = new string [] {
"Mono.Security",
"Mono.Data.Tds",
"Mono.CSharp",
};
IOSTestProjects.Add (new iOSTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "bcl-test/mscorlib/mscorlib-0.csproj")), false));
IOSTestProjects.Add (new iOSTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "bcl-test/mscorlib/mscorlib-1.csproj")), false));