Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Habersack <grendel@twistedcode.net>2017-10-17 15:47:53 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-10-17 15:47:53 +0300
commitd9922895d42685f6c4022d710a1e7208da773f20 (patch)
tree9e1d823c8e4e76c528a750b9d17124d7b924554d /mcs/class/System
parentc399c787c8395bc0c525bc8fc0d07cdb0515e039 (diff)
[monodroid] Enable a number of tests (#5799)
Just over a year ago Xamarin.Android switched to running BCL tests straight from the Mono sources but at the time we decided we didn't want to enable a number of "new" tests (in the sense - never previously ran on XA) to avoid introducing new failures in time which required focusing on more important goals. Currently, Xamarin.Android no longer uses Mono **sources** to build its tests but, rather, it uses test **assemblies** built by Mono. This commit restores the previously excluded tests in preparation for full BCL test coverage in the near future.
Diffstat (limited to 'mcs/class/System')
-rw-r--r--mcs/class/System/monodroid_System_test.dll.exclude.sources1
-rw-r--r--mcs/class/System/monodroid_System_test.dll.new-exclude.sources2
2 files changed, 0 insertions, 3 deletions
diff --git a/mcs/class/System/monodroid_System_test.dll.exclude.sources b/mcs/class/System/monodroid_System_test.dll.exclude.sources
index 7c22e74e3db..c2f4d70d800 100644
--- a/mcs/class/System/monodroid_System_test.dll.exclude.sources
+++ b/mcs/class/System/monodroid_System_test.dll.exclude.sources
@@ -1,5 +1,4 @@
#include testing_aot_full_System_test.dll.exclude.sources
-#include monodroid_System_test.dll.new-exclude.sources
Microsoft.Win32/IntranetZoneCredentialPolicyCas.cs
Microsoft.Win32/IntranetZoneCredentialPolicyTest.cs
Microsoft.Win32/PowerModeChangedEventArgsCas.cs
diff --git a/mcs/class/System/monodroid_System_test.dll.new-exclude.sources b/mcs/class/System/monodroid_System_test.dll.new-exclude.sources
deleted file mode 100644
index 5e785195449..00000000000
--- a/mcs/class/System/monodroid_System_test.dll.new-exclude.sources
+++ /dev/null
@@ -1,2 +0,0 @@
-System.Net/HttpWebRequestTest.cs
-System.Net.Sockets/SocketAcceptAsyncTest.cs