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
path: root/mcs
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-10-18 03:20:07 +0300
committerGitHub <noreply@github.com>2017-10-18 03:20:07 +0300
commit464c5916d52fea6590bb23cfc84b47e064fc3e66 (patch)
tree82f854da5da696608e1425ab2c4e2be47a98c7c1 /mcs
parentafb822af074b6d90a1dd332720e0cee4ca599769 (diff)
[bcl] Fix test assembly build for monodroid profile (#5808)
* [System.IdentityModel] Add excludes for tests that don't compile on monodroid profile Also add a new test for X509CertificateValidator so the assembly isn't empty on monodroid. * [System.ServiceModel] Add excludes for tests that don't compile on monodroid profile * [System.Security] Add excludes for tests that don't compile on monodroid profile Also reduce duplication between common.sources and System.Security.dll.sources * [System.Web.Services] Add excludes for tests that don't compile on monodroid profile * [System.ComponentModel.DataAnnotations] Make tests compile on monodroid profile
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/System.ComponentModel.DataAnnotations/monodroid_System.ComponentModel.DataAnnotations_test.dll.exclude.sources1
-rw-r--r--mcs/class/System.ComponentModel.DataAnnotations/monodroid_System.ComponentModel.DataAnnotations_test.dll.sources1
-rw-r--r--mcs/class/System.IdentityModel/System.IdentityModel_test.dll.sources1
-rw-r--r--mcs/class/System.IdentityModel/Test/System.IdentityModel.Selectors/X509CertificateValidatorTest.cs45
-rw-r--r--mcs/class/System.IdentityModel/monodroid_System.IdentityModel_test.dll.exclude.sources37
-rw-r--r--mcs/class/System.Security/System.Security.dll.sources33
-rw-r--r--mcs/class/System.Security/monodroid_System.Security_test.dll.exclude.sources41
-rw-r--r--mcs/class/System.ServiceModel/monodroid_System.ServiceModel_test.dll.exclude.sources149
-rw-r--r--mcs/class/System.Web.Services/monodroid_System.Web.Services_test.dll.exclude.sources7
9 files changed, 281 insertions, 34 deletions
diff --git a/mcs/class/System.ComponentModel.DataAnnotations/monodroid_System.ComponentModel.DataAnnotations_test.dll.exclude.sources b/mcs/class/System.ComponentModel.DataAnnotations/monodroid_System.ComponentModel.DataAnnotations_test.dll.exclude.sources
deleted file mode 100644
index 43cd9060367..00000000000
--- a/mcs/class/System.ComponentModel.DataAnnotations/monodroid_System.ComponentModel.DataAnnotations_test.dll.exclude.sources
+++ /dev/null
@@ -1 +0,0 @@
-../../System.Web.DynamicData/Test/Common/AssertExtensions.cs
diff --git a/mcs/class/System.ComponentModel.DataAnnotations/monodroid_System.ComponentModel.DataAnnotations_test.dll.sources b/mcs/class/System.ComponentModel.DataAnnotations/monodroid_System.ComponentModel.DataAnnotations_test.dll.sources
deleted file mode 100644
index 4be89ed65de..00000000000
--- a/mcs/class/System.ComponentModel.DataAnnotations/monodroid_System.ComponentModel.DataAnnotations_test.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include System.ComponentModel.DataAnnotations_test.dll.sources
diff --git a/mcs/class/System.IdentityModel/System.IdentityModel_test.dll.sources b/mcs/class/System.IdentityModel/System.IdentityModel_test.dll.sources
index 2fcb687a3a5..83cf424100d 100644
--- a/mcs/class/System.IdentityModel/System.IdentityModel_test.dll.sources
+++ b/mcs/class/System.IdentityModel/System.IdentityModel_test.dll.sources
@@ -10,6 +10,7 @@ System.IdentityModel.Selectors/SamlSecurityTokenAuthenticatorTest.cs
System.IdentityModel.Selectors/SecurityTokenRequirementTest.cs
System.IdentityModel.Selectors/SecurityTokenResolverTest.cs
System.IdentityModel.Selectors/TestEvaluationContext.cs
+System.IdentityModel.Selectors/X509CertificateValidatorTest.cs
System.IdentityModel.Selectors/X509SecurityTokenAuthenticatorTest.cs
System.IdentityModel.Selectors/X509SecurityTokenProviderTest.cs
System.IdentityModel.Tokens/BootstrapContextTest.cs
diff --git a/mcs/class/System.IdentityModel/Test/System.IdentityModel.Selectors/X509CertificateValidatorTest.cs b/mcs/class/System.IdentityModel/Test/System.IdentityModel.Selectors/X509CertificateValidatorTest.cs
new file mode 100644
index 00000000000..fb0716f01dd
--- /dev/null
+++ b/mcs/class/System.IdentityModel/Test/System.IdentityModel.Selectors/X509CertificateValidatorTest.cs
@@ -0,0 +1,45 @@
+//
+// X509CertificateValidatorTest.cs
+//
+// Author:
+// Alexander Köplinger <alkpli@microsoft.com>
+//
+// Copyright (C) 2017 Microsoft
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+using System;
+using System.IdentityModel.Selectors;
+using System.Security.Cryptography.X509Certificates;
+using NUnit.Framework;
+
+namespace MonoTests.System.IdentityModel.Selectors
+{
+ [TestFixture]
+ public class X509CertificateValidatorTest
+ {
+ [Test]
+ public void ConstructorTest ()
+ {
+ Assert.NotNull (X509CertificateValidator.CreateChainTrustValidator (false, new X509ChainPolicy ()));
+ Assert.NotNull (X509CertificateValidator.CreatePeerOrChainTrustValidator (false, new X509ChainPolicy ()));
+ }
+ }
+}
diff --git a/mcs/class/System.IdentityModel/monodroid_System.IdentityModel_test.dll.exclude.sources b/mcs/class/System.IdentityModel/monodroid_System.IdentityModel_test.dll.exclude.sources
new file mode 100644
index 00000000000..2fcb687a3a5
--- /dev/null
+++ b/mcs/class/System.IdentityModel/monodroid_System.IdentityModel_test.dll.exclude.sources
@@ -0,0 +1,37 @@
+System.IdentityModel.Claims/ClaimSetTest.cs
+System.IdentityModel.Claims/ClaimTest.cs
+System.IdentityModel.Claims/ClaimTypesTest.cs
+System.IdentityModel.Claims/X509CertificateClaimSetTest.cs
+System.IdentityModel.Common/MySecurityTokenSerializer.cs
+System.IdentityModel.Policy/AuthorizationContextTest.cs
+System.IdentityModel.Selectors/CustomUserNameSecurityTokenAuthenticatorTest.cs
+System.IdentityModel.Selectors/RsaSecurityTokenAuthenticatorTest.cs
+System.IdentityModel.Selectors/SamlSecurityTokenAuthenticatorTest.cs
+System.IdentityModel.Selectors/SecurityTokenRequirementTest.cs
+System.IdentityModel.Selectors/SecurityTokenResolverTest.cs
+System.IdentityModel.Selectors/TestEvaluationContext.cs
+System.IdentityModel.Selectors/X509SecurityTokenAuthenticatorTest.cs
+System.IdentityModel.Selectors/X509SecurityTokenProviderTest.cs
+System.IdentityModel.Tokens/BootstrapContextTest.cs
+System.IdentityModel.Tokens/EncryptedKeyIdentifierClauseTest.cs
+System.IdentityModel.Tokens/InMemorySymmetricSecurityKeyTest.cs
+System.IdentityModel.Tokens/LocalIdKeyIdentifierClauseTest.cs
+System.IdentityModel.Tokens/SamlActionTest.cs
+System.IdentityModel.Tokens/SamlAssertionTest.cs
+System.IdentityModel.Tokens/SamlAttributeStatementTest.cs
+System.IdentityModel.Tokens/SamlAudienceRestrictionConditionTest.cs
+System.IdentityModel.Tokens/SamlAuthenticationStatementTest.cs
+System.IdentityModel.Tokens/SamlAuthorityBindingTest.cs
+System.IdentityModel.Tokens/SamlAuthorizationDecisionStatementTest.cs
+System.IdentityModel.Tokens/SamlConditionsTest.cs
+System.IdentityModel.Tokens/SamlConstantsTest.cs
+System.IdentityModel.Tokens/SamlEvidenceTest.cs
+System.IdentityModel.Tokens/SamlSubjectTest.cs
+System.IdentityModel.Tokens/SecurityAlgorithmsTest.cs
+System.IdentityModel.Tokens/SecurityKeyIdentifierTest.cs
+System.IdentityModel.Tokens/SecurityTokenTypesTest.cs
+System.IdentityModel.Tokens/UserNameSecurityTokenTest.cs
+System.IdentityModel.Tokens/X509AsymmetricSecurityKeyTest.cs
+System.IdentityModel.Tokens/X509IssuerSerialKeyIdentifierClauseTest.cs
+System.IdentityModel.Tokens/X509SecurityTokenTest.cs
+System.IdentityModel.Tokens/X509ThumbprintKeyIdentifierClauseTest.cs
diff --git a/mcs/class/System.Security/System.Security.dll.sources b/mcs/class/System.Security/System.Security.dll.sources
index b7e3fe65d34..846ba829fb9 100644
--- a/mcs/class/System.Security/System.Security.dll.sources
+++ b/mcs/class/System.Security/System.Security.dll.sources
@@ -1,45 +1,15 @@
-Assembly/AssemblyInfo.cs
+#include common_System.Security.dll.sources
corefx/SR.cs
-../../build/common/Consts.cs
-../../build/common/Locale.cs
Mono.Security.Cryptography/ManagedProtection.cs
Mono.Security.Cryptography/NativeDapiProtection.cs
-System.Security.Cryptography/CryptographicAttribute.cs
-System.Security.Cryptography/CryptographicAttributeCollection.cs
-System.Security.Cryptography/CryptographicAttributeEnumerator.cs
-System.Security.Cryptography/DataProtectionScope.cs
System.Security.Cryptography/MemoryProtectionScope.cs
-System.Security.Cryptography/ProtectedData.cs
System.Security.Cryptography/ProtectedMemory.cs
-System.Security.Cryptography.Pkcs/AlgorithmIdentifier.cs
-System.Security.Cryptography.Pkcs/ContentInfo.cs
-System.Security.Cryptography.Pkcs/EnvelopedCms.cs
System.Security.Cryptography.Pkcs/KeyAgreeKeyChoice.cs
-System.Security.Cryptography.Pkcs/KeyAgreeRecipientInfo.cs
-System.Security.Cryptography.Pkcs/KeyTransRecipientInfo.cs
-System.Security.Cryptography.Pkcs/CmsRecipient.cs
-System.Security.Cryptography.Pkcs/CmsRecipientCollection.cs
-System.Security.Cryptography.Pkcs/CmsRecipientEnumerator.cs
System.Security.Cryptography.Pkcs/CmsSigner.cs
-System.Security.Cryptography.Pkcs/Pkcs9Attribute.cs
-System.Security.Cryptography.Pkcs/Pkcs9ContentType.cs
-System.Security.Cryptography.Pkcs/Pkcs9DocumentDescription.cs
-System.Security.Cryptography.Pkcs/Pkcs9DocumentName.cs
-System.Security.Cryptography.Pkcs/Pkcs9MessageDigest.cs
-System.Security.Cryptography.Pkcs/Pkcs9SigningTime.cs
-System.Security.Cryptography.Pkcs/PublicKeyInfo.cs
-System.Security.Cryptography.Pkcs/RecipientInfo.cs
-System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs
-System.Security.Cryptography.Pkcs/RecipientInfoEnumerator.cs
-System.Security.Cryptography.Pkcs/RecipientInfoType.cs
System.Security.Cryptography.Pkcs/SignedCms.cs
System.Security.Cryptography.Pkcs/SignerInfo.cs
System.Security.Cryptography.Pkcs/SignerInfoCollection.cs
System.Security.Cryptography.Pkcs/SignerInfoEnumerator.cs
-System.Security.Cryptography.Pkcs/SubjectIdentifier.cs
-System.Security.Cryptography.Pkcs/SubjectIdentifierOrKey.cs
-System.Security.Cryptography.Pkcs/SubjectIdentifierOrKeyType.cs
-System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs
../System.Core/System.Security.Cryptography.X509Certificates/RSACertificateExtensions.cs
System.Security.Cryptography.X509Certificates/X509Certificate2UI.cs
System.Security.Cryptography.X509Certificates/X509SelectionFlag.cs
@@ -109,7 +79,6 @@ System.Security.Cryptography.Xml/SymmetricKeyWrap.cs
../../../external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs
../../../external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs
../../../external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Utils.cs
-System.Security.Cryptography.Xml/X509IssuerSerial.cs
../../../external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs
../../../external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs
../../../external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs
diff --git a/mcs/class/System.Security/monodroid_System.Security_test.dll.exclude.sources b/mcs/class/System.Security/monodroid_System.Security_test.dll.exclude.sources
new file mode 100644
index 00000000000..17388a95046
--- /dev/null
+++ b/mcs/class/System.Security/monodroid_System.Security_test.dll.exclude.sources
@@ -0,0 +1,41 @@
+System.Security.Permissions/DataProtectionPermissionAttributeTest.cs
+System.Security.Cryptography/ProtectedMemoryTest.cs
+System.Security.Cryptography/ProtectedDataCas.cs
+System.Security.Cryptography/ProtectedMemoryCas.cs
+System.Security.Cryptography.Pkcs/CmsSignerTest.cs
+System.Security.Cryptography.Pkcs/PkitsTest.cs
+System.Security.Cryptography.Pkcs/Pkits_4_01_SignatureVerification.cs
+System.Security.Cryptography.Pkcs/SignedCmsTest.cs
+System.Security.Cryptography.Pkcs/SignerInfoCollectionTest.cs
+System.Security.Cryptography.Pkcs/SignerInfoTest.cs
+System.Security.Cryptography.Pkcs/SubjectIdentifierTest.cs
+System.Security.Cryptography.Xml/AssertCrypto.cs
+System.Security.Cryptography.Xml/DataObjectTest.cs
+System.Security.Cryptography.Xml/DSAKeyValueTest.cs
+System.Security.Cryptography.Xml/DataReferenceTest.cs
+System.Security.Cryptography.Xml/EncryptedXmlTest.cs
+System.Security.Cryptography.Xml/KeyInfoNameTest.cs
+System.Security.Cryptography.Xml/KeyInfoNodeTest.cs
+System.Security.Cryptography.Xml/KeyInfoRetrievalMethodTest.cs
+System.Security.Cryptography.Xml/KeyInfoTest.cs
+System.Security.Cryptography.Xml/KeyInfoX509DataTest.cs
+System.Security.Cryptography.Xml/ReferenceTest.cs
+System.Security.Cryptography.Xml/RSAKeyValueTest.cs
+System.Security.Cryptography.Xml/SignatureTest.cs
+System.Security.Cryptography.Xml/SignedInfoTest.cs
+System.Security.Cryptography.Xml/SignedXmlTest.cs
+System.Security.Cryptography.Xml/TransformChainTest.cs
+System.Security.Cryptography.Xml/TransformTest.cs
+System.Security.Cryptography.Xml/XmlDecryptionTransformTest.cs
+System.Security.Cryptography.Xml/XmlDsigBase64TransformTest.cs
+System.Security.Cryptography.Xml/XmlDsigEnvelopedSignatureTransformTest.cs
+System.Security.Cryptography.Xml/XmlDsigC14NTransformTest.cs
+System.Security.Cryptography.Xml/XmlDsigC14NWithCommentsTransformTest.cs
+System.Security.Cryptography.Xml/XmlDsigExcC14NTransformTest.cs
+System.Security.Cryptography.Xml/XmlDsigExcC14NWithCommentsTransformTest.cs
+System.Security.Cryptography.Xml/XmlDsigXPathTransformTest.cs
+System.Security.Cryptography.Xml/XmlDsigXsltTransformTest.cs
+System.Security.Cryptography.Xml/XmlLicenseTransformTest.cs
+System.Security.Cryptography.X509Certificates/X509Certificate2UITest.cs
+System.Security.Cryptography.X509Certificates/X509Certificate2UICas.cs
+
diff --git a/mcs/class/System.ServiceModel/monodroid_System.ServiceModel_test.dll.exclude.sources b/mcs/class/System.ServiceModel/monodroid_System.ServiceModel_test.dll.exclude.sources
new file mode 100644
index 00000000000..35ab3ded3ef
--- /dev/null
+++ b/mcs/class/System.ServiceModel/monodroid_System.ServiceModel_test.dll.exclude.sources
@@ -0,0 +1,149 @@
+FeatureBased/Features.Contracts/AsyncCallTester.cs
+FeatureBased/Features.Contracts/FaultsTester.cs
+FeatureBased/Features.Serialization/AsyncCallTest.cs
+FeatureBased/Features.Serialization/AsyncPatternTester.cs
+FeatureBased/Features.Serialization/DataContractSerializerTest.cs
+FeatureBased/Features.Serialization/DualContractTester.cs
+FeatureBased/Features.Serialization/ExitProcessHelper.cs
+FeatureBased/Features.Serialization/FaultsTest.cs
+FeatureBased/Features.Serialization/KnownTypeTest.cs
+FeatureBased/Features.Serialization/MessageContractTest.cs
+FeatureBased/Features.Serialization/OperationContractTester.cs
+FeatureBased/Features.Serialization/PrimitiveTesterTest.cs
+FeatureBased/Features.Serialization/UntypedMessageTest.cs
+FeatureBased/TestFixtureBase.cs
+MetadataTests/BindingTestAssertions.cs
+MetadataTests/ExportTests.cs
+MetadataTests/ImportTests.cs
+MetadataTests/ImportTests_CreateMetadata.cs
+MetadataTests/ImportTests_LoadMetadata.cs
+MetadataTests/ImportTests_RoundTrip.cs
+MetadataTests/MetadataSamples.cs
+MetadataTests/MiscImportTests.cs
+MetadataTests/TestContext.cs
+System.ServiceModel.Channels/AsymmetricSecurityBindingElementTest.cs
+System.ServiceModel.Channels/BinaryMessageEncodingBindingElementTest.cs
+System.ServiceModel.Channels/BindingElementTest.cs
+System.ServiceModel.Channels/CalcSampleProxy.cs
+System.ServiceModel.Channels/CommunicationObjectTest.cs
+System.ServiceModel.Channels/ConnectionOrientedTransportBindingElementTest.cs
+System.ServiceModel.Channels/CustomBindingTest.cs
+System.ServiceModel.Channels/CustomPolicyConversionContext.cs
+System.ServiceModel.Channels/HandlerTransportBindingElement.cs
+System.ServiceModel.Channels/HttpTransportBindingElementTest.cs
+System.ServiceModel.Channels/HttpsTransportBindingElementTest.cs
+System.ServiceModel.Channels/InterceptorBindingElement.cs
+System.ServiceModel.Channels/LocalClientSecuritySettingsTest.cs
+System.ServiceModel.Channels/MessageBufferTest.cs
+System.ServiceModel.Channels/MessageEncoderTest.cs
+System.ServiceModel.Channels/MsmqBindingElementBaseTest.cs
+System.ServiceModel.Channels/MsmqTransportBindingElementTest.cs
+System.ServiceModel.Channels/NamedPipeTransportBindingElementTest.cs
+System.ServiceModel.Channels/OneWayBindingElementTest.cs
+System.ServiceModel.Channels/PeerTransportBindingElementTest.cs
+System.ServiceModel.Channels/ReplyChannelBase.cs
+System.ServiceModel.Channels/SecurityAssert.cs
+System.ServiceModel.Channels/SecurityBindingElementTest.cs
+System.ServiceModel.Channels/SslStreamSecurityBindingElementTest.cs
+System.ServiceModel.Channels/SymmetricSecurityBindingElementTest.cs
+System.ServiceModel.Channels/TcpTransportBindingElementTest.cs
+System.ServiceModel.Channels/TextMessageEncodingBindingElementTest.cs
+System.ServiceModel.Channels/TransactionFlowBindingElementTest.cs
+System.ServiceModel.Configuration/AddressHeaderCollectionElementTest.cs
+System.ServiceModel.Configuration/BasicHttpBindingElementTest.cs
+System.ServiceModel.Configuration/BehaviorsSectionTest.cs
+System.ServiceModel.Configuration/BindingsSectionTest.cs
+System.ServiceModel.Configuration/ChannelEndpointElementTest.cs
+System.ServiceModel.Configuration/CustomBindingElementTest.cs
+System.ServiceModel.Configuration/EndpointBehaviorElementTest.cs
+System.ServiceModel.Configuration/ExtensionsSectionTest.cs
+System.ServiceModel.Configuration/MetadataElementTest.cs
+System.ServiceModel.Configuration/MexBindingElementTest.cs
+System.ServiceModel.Configuration/NetNamedPipeBindingElementTest.cs
+System.ServiceModel.Configuration/NetPeerTcpBindingElementTest.cs
+System.ServiceModel.Configuration/NetTcpBindingElementTest.cs
+System.ServiceModel.Configuration/ServiceBehaviorElementTest.cs
+System.ServiceModel.Configuration/ServiceElementTest.cs
+System.ServiceModel.Configuration/ServiceModelConfigurationElementCollectionTest.cs
+System.ServiceModel.Configuration/ServiceModelSectionGroupTest.cs
+System.ServiceModel.Configuration/StandardBindingCollectionElementTest.cs
+System.ServiceModel.Configuration/StandardBindingElementCollectionTest.cs
+System.ServiceModel.Configuration/StandardBindingElementTest.cs
+System.ServiceModel.Configuration/StandardEndpointsSectionTest.cs
+System.ServiceModel.Configuration/UserBinding.cs
+System.ServiceModel.Description/ClientCredentialsTest.cs
+System.ServiceModel.Description/ContractDescriptionTest.cs
+System.ServiceModel.Description/MetadataExchangeBindingsTest.cs
+System.ServiceModel.Description/MetadataResolverTest.cs
+System.ServiceModel.Description/MetadataSetTest.cs
+System.ServiceModel.Description/ServiceAuthorizationBehaviorTest.cs
+System.ServiceModel.Description/ServiceContractGeneratorTest.cs
+System.ServiceModel.Description/ServiceCredentialsTest.cs
+System.ServiceModel.Description/ServiceDebugBehaviorTest.cs
+System.ServiceModel.Description/ServiceMetadataBehaviorTest.cs
+System.ServiceModel.Description/ServiceMetadataEndpointTest.cs
+System.ServiceModel.Description/ServiceThrottlingBehaviorTest.cs
+System.ServiceModel.Description/TypedMessageConverterTest.cs
+System.ServiceModel.Description/WsdlExporterTest.cs
+System.ServiceModel.Description/WsdlImporterTest.cs
+System.ServiceModel.Dispatcher/ActionFilterTest.cs
+System.ServiceModel.Dispatcher/Bug32886Test.cs
+System.ServiceModel.Dispatcher/Bug652331Test.cs
+System.ServiceModel.Dispatcher/Bug652331_2Test.cs
+System.ServiceModel.Dispatcher/ChannelDispatcherTest.cs
+System.ServiceModel.Dispatcher/DispatchOperationTest.cs
+System.ServiceModel.Dispatcher/DispatchRuntimeTest.cs
+System.ServiceModel.Dispatcher/EndpointAddressMessageFilterTest.cs
+System.ServiceModel.Dispatcher/EndpointDispatcherTest.cs
+System.ServiceModel.Dispatcher/ExceptionHandlerTest.cs
+System.ServiceModel.Dispatcher/FilterTableTest.cs
+System.ServiceModel.Dispatcher/InvalidBodyAccessExceptionTest.cs
+System.ServiceModel.Dispatcher/PrefixEndpointAddressMessageFilterTest.cs
+System.ServiceModel.Dispatcher/XPathMessageContextTest.cs
+System.ServiceModel.PeerResolvers/CustomPeerResolverServiceTest.cs
+System.ServiceModel.PeerResolvers/PeerResolverSerializationTest.cs
+System.ServiceModel.Security.Tokens/IssuedSecurityTokenParametersTest.cs
+System.ServiceModel.Security.Tokens/IssuedSecurityTokenProviderTest.cs
+System.ServiceModel.Security.Tokens/RsaSecurityTokenParametersTest.cs
+System.ServiceModel.Security.Tokens/SecureConversationSecurityTokenParametersTest.cs
+System.ServiceModel.Security.Tokens/SecurityContextSecurityTokenTest.cs
+System.ServiceModel.Security.Tokens/SecurityTokenParametersTest.cs
+System.ServiceModel.Security.Tokens/ServiceModelSecurityTokenTypesTest.cs
+System.ServiceModel.Security.Tokens/SslSecurityTokenParametersTest.cs
+System.ServiceModel.Security.Tokens/SspiSecurityTokenParametersTest.cs
+System.ServiceModel.Security.Tokens/UserNameSecurityTokenParametersTest.cs
+System.ServiceModel.Security.Tokens/WrappedKeySecurityTokenTest.cs
+System.ServiceModel.Security.Tokens/X509ListedCertificateValidator.cs
+System.ServiceModel.Security.Tokens/X509SecurityTokenParametersTest.cs
+System.ServiceModel.Security/ChannelProtectionRequirementsTest.cs
+System.ServiceModel.Security/SecurityAlgorithmSuiteTest.cs
+System.ServiceModel.Security/SecurityMessagePropertyTest.cs
+System.ServiceModel.Security/SecurityTokenSpeficicationTest.cs
+System.ServiceModel.Security/ServiceCredentialsSecurityTokenManagerTest.cs
+System.ServiceModel.Security/ServiceSecurityContextTest.cs
+System.ServiceModel.Security/SupportingTokenParametersTest.cs
+System.ServiceModel.Security/TransportSecurityBindingElementTest.cs
+System.ServiceModel.Security/WSSecurityTokenSerializerTest.cs
+System.ServiceModel/BasicHttpBindingTest.cs
+System.ServiceModel/CallbackBehaviorAttributeTest.cs
+System.ServiceModel/ChannelFactoryTest.cs
+System.ServiceModel/ChannelFactory_1Test.cs
+System.ServiceModel/ClientBaseTest.cs
+System.ServiceModel/ClientCredentialsSecurityTokenManagerTest.cs
+System.ServiceModel/EndpointAddress10Test.cs
+System.ServiceModel/EndpointAddressBuilderTest.cs
+System.ServiceModel/EndpointAddressTest.cs
+System.ServiceModel/EndpointIdentityTest.cs
+System.ServiceModel/IntegratedConnectionTest.cs
+System.ServiceModel/MessageSecurityVersionTest.cs
+System.ServiceModel/MsmqTransportSecurityTest.cs
+System.ServiceModel/NetMsmqBindingTest.cs
+System.ServiceModel/NetPeerTcpBindingTest.cs
+System.ServiceModel/NetTcpBindingTest.cs
+System.ServiceModel/OperationContextTest.cs
+System.ServiceModel/PeerNodeAddressTest.cs
+System.ServiceModel/ServiceHostBaseTest.cs
+System.ServiceModel/ServiceHostTest.cs
+System.ServiceModel/TransactionProtocolTest.cs
+System.ServiceModel/WSFederationHttpBindingTest.cs
+System.ServiceModel/WSHttpBindingTest.cs
diff --git a/mcs/class/System.Web.Services/monodroid_System.Web.Services_test.dll.exclude.sources b/mcs/class/System.Web.Services/monodroid_System.Web.Services_test.dll.exclude.sources
new file mode 100644
index 00000000000..54e315b498c
--- /dev/null
+++ b/mcs/class/System.Web.Services/monodroid_System.Web.Services_test.dll.exclude.sources
@@ -0,0 +1,7 @@
+System.Web.Services.Configuration/DiagnosticsElementTest.cs
+System.Web.Services.Configuration/ProtocolElementTest.cs
+System.Web.Services.Configuration/SoapEnvelopeProcessingElementTest.cs
+System.Web.Services.Configuration/SoapExtensionTypeElementTest.cs
+System.Web.Services.Configuration/TypeElementTest.cs
+System.Web.Services.Configuration/WsdlHelpGeneratorElementTest.cs
+System.Web.Services.Configuration/WsiProfilesElementTest.cs