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:
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/class/System.Security
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/class/System.Security')
-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
2 files changed, 42 insertions, 32 deletions
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
+