[monodroid] Enable a number of tests (#5799)
commitd9922895d42685f6c4022d710a1e7208da773f20
authorMarek Habersack <grendel@twistedcode.net>
Tue, 17 Oct 2017 12:47:53 +0000 (17 14:47 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 17 Oct 2017 12:47:53 +0000 (17 14:47 +0200)
tree9e1d823c8e4e76c528a750b9d17124d7b924554d
parentc399c787c8395bc0c525bc8fc0d07cdb0515e039
[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.
14 files changed:
mcs/class/Mono.Data.Sqlite/monodroid_Mono.Data.Sqlite_test.dll.exclude.sources [deleted file]
mcs/class/Mono.Data.Sqlite/monodroid_Mono.Data.Sqlite_test.dll.new-exclude.sources [deleted file]
mcs/class/Mono.Posix/monodroid_Mono.Posix_test.dll.exclude.sources [deleted file]
mcs/class/Mono.Posix/monodroid_Mono.Posix_test.dll.new-exclude.sources [deleted file]
mcs/class/Mono.Security/monodroid_Mono.Security_test.dll.exclude.sources
mcs/class/Mono.Security/monodroid_Mono.Security_test.dll.new-exclude.sources [deleted file]
mcs/class/System.ComponentModel.DataAnnotations/monodroid_System.ComponentModel.DataAnnotations_test.dll.exclude.sources
mcs/class/System.ComponentModel.DataAnnotations/monodroid_System.ComponentModel.DataAnnotations_test.dll.new-exclude.sources [deleted file]
mcs/class/System.Core/monodroid_System.Core_test.dll.exclude.sources
mcs/class/System.Core/monodroid_System.Core_test.dll.new-exclude.sources [deleted file]
mcs/class/System/monodroid_System_test.dll.exclude.sources
mcs/class/System/monodroid_System_test.dll.new-exclude.sources [deleted file]
mcs/class/corlib/monodroid_corlib_test.dll.exclude.sources
mcs/class/corlib/monodroid_corlib_test.dll.new-exclude.sources [deleted file]