From cf24c9d3b5fa2b8b76f9836cff3b0fd203b76c99 Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Mon, 14 Jan 2019 17:02:31 +0100 Subject: [PATCH] [XHarness] Remove not needed bcl tests for Remove tests that are not provided in the Mono iOS SDK for Mono.Runtime. Fixes https://github.com/xamarin/maccore/issues/1141 --- .../BCLTestImporter/BCLTestProjectGenerator.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/bcl-test-importer/BCLTestImporter/BCLTestProjectGenerator.cs b/tools/bcl-test-importer/BCLTestImporter/BCLTestProjectGenerator.cs index 0c1e26264dd..bba38a732d6 100644 --- a/tools/bcl-test-importer/BCLTestImporter/BCLTestProjectGenerator.cs +++ b/tools/bcl-test-importer/BCLTestImporter/BCLTestProjectGenerator.cs @@ -98,7 +98,6 @@ public enum WatchAppType { (name:"SystemServiceModelTests", assemblies: new [] {"monotouch_System.ServiceModel_test.dll"}), (name:"SystemRuntimeSerializationFormattersSoapTests", assemblies: new [] {"monotouch_System.Runtime.Serialization.Formatters.Soap_test.dll"}), (name:"CorlibTests", assemblies: new [] {"monotouch_corlib_test.dll"}), - (name:"MonoRuntimeTests", assemblies: new [] {"monotouch_Mono.Runtime.Tests_test.dll"}), // XUNIT TESTS @@ -121,7 +120,6 @@ public enum WatchAppType { "monotouch_System.Runtime.Serialization.Formatters.Soap_test.dll", // issue https://github.com/xamarin/maccore/issues/1140 "monotouch_System.Net.Http_test.dll", // issue https://github.com/xamarin/maccore/issues/1144 and https://github.com/xamarin/maccore/issues/1145 "monotouch_System.Core_test.dll", // issue https://github.com/xamarin/maccore/issues/1143 - "monotouch_Mono.Runtime.Tests_test.dll", // issue https://github.com/xamarin/maccore/issues/1141 "monotouch_corlib_test.dll", // issue https://github.com/xamarin/maccore/issues/1153 "monotouch_Commons.Xml.Relaxng_test.dll", // not supported by xamarin "monotouch_Cscompmgd_test.dll", // not supported by xamarin