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.Core
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.Core')
-rw-r--r--mcs/class/System.Core/monodroid_System.Core_test.dll.exclude.sources1
-rw-r--r--mcs/class/System.Core/monodroid_System.Core_test.dll.new-exclude.sources5
2 files changed, 0 insertions, 6 deletions
diff --git a/mcs/class/System.Core/monodroid_System.Core_test.dll.exclude.sources b/mcs/class/System.Core/monodroid_System.Core_test.dll.exclude.sources
index 05e6552db87..56e35a121ea 100644
--- a/mcs/class/System.Core/monodroid_System.Core_test.dll.exclude.sources
+++ b/mcs/class/System.Core/monodroid_System.Core_test.dll.exclude.sources
@@ -1,2 +1 @@
#include testing_aot_full_System.Core_test.dll.exclude.sources
-#include monodroid_System.Core_test.dll.new-exclude.sources
diff --git a/mcs/class/System.Core/monodroid_System.Core_test.dll.new-exclude.sources b/mcs/class/System.Core/monodroid_System.Core_test.dll.new-exclude.sources
deleted file mode 100644
index cabaa425814..00000000000
--- a/mcs/class/System.Core/monodroid_System.Core_test.dll.new-exclude.sources
+++ /dev/null
@@ -1,5 +0,0 @@
-../../corlib/Test/System.Security.Cryptography/HashAlgorithmTest.cs
-../../corlib/Test/System.Security.Cryptography/SHA1Test.cs
-../../corlib/Test/System.Security.Cryptography/SHA256Test.cs
-../../corlib/Test/System.Security.Cryptography/SHA384Test.cs
-../../corlib/Test/System.Security.Cryptography/SHA512Test.cs