Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure Tests Pass Using System.Security.Cryptography.Native.Android PAL #45740

Closed
steveisok opened this issue Dec 8, 2020 · 1 comment
Closed
Assignees
Labels
area-System.Runtime.InteropServices os-android tracking This issue is tracking the completion of other related issues.
Milestone

Comments

@steveisok
Copy link
Member

steveisok commented Dec 8, 2020

The following test suites are impacted by Android PAL and should pass.

System.Security.Cryptography

  • System.Security.Cryptography.Algorithms.Tests

    Status - Total: 2581 | Passed: 2568 | Failed: 0 | Skipped: 13
    • System.Security.Cryptography.Algorithms.Tests.AesCcmTests
    • System.Security.Cryptography.Algorithms.Tests.AesGcmTests
    • System.Security.Cryptography.Algorithms.Tests.AesTests
    • System.Security.Cryptography.Algorithms.Tests.DSACreateTests
    • System.Security.Cryptography.Algorithms.Tests.DSATests
    • System.Security.Cryptography.Algorithms.Tests.ECDsaTests
    • System.Security.Cryptography.Algorithms.Tests.HKDFTests+HkdfByteArrayTests
    • System.Security.Cryptography.Algorithms.Tests.HKDFTests+HkdfSpanTests
    • System.Security.Cryptography.Algorithms.Tests.IncrementalHashTests
    • System.Security.Cryptography.Algorithms.Tests.PKCS1MaskGenerationMethodTest
    • System.Security.Cryptography.Algorithms.Tests.RSACreateTests
    • System.Security.Cryptography.Algorithms.Tests.RSATests
    • System.Security.Cryptography.Algorithms.Tests.SignatureDescriptionTests
    • System.Security.Cryptography.CryptoConfigTests.CryptoConfigTests
    • System.Security.Cryptography.DeriveBytesTests.Rfc2898OneShotTests
    • System.Security.Cryptography.DeriveBytesTests.Rfc2898Tests
    • System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests
    • System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests
    • System.Security.Cryptography.Dsa.Tests.DSAImportExport
    • System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests
    • System.Security.Cryptography.Dsa.Tests.DSAKeyGeneration
    • System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests
    • System.Security.Cryptography.Dsa.Tests.DSASignatureFormatterTests
    • System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array
    • System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span
    • System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream
    • System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests
    • System.Security.Cryptography.Dsa.Tests.DSAXml
    • System.Security.Cryptography.EcDiffieHellman.Tests.ECDhKeyFileTests
    • System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanPublicKeyTests
    • System.Security.Cryptography.EcDiffieHellman.Tests.ECDiffieHellmanTests
    • System.Security.Cryptography.EcDsa.Tests.ECDiffieHellmanKeyPemTests
    • System.Security.Cryptography.EcDsa.Tests.ECDsaArrayOffsetSignatureFormatTests
    • System.Security.Cryptography.EcDsa.Tests.ECDsaArraySignatureFormatTests
    • System.Security.Cryptography.EcDsa.Tests.ECDsaImportExportTests
    • System.Security.Cryptography.EcDsa.Tests.ECDsaKeyFileTests
    • System.Security.Cryptography.EcDsa.Tests.ECDsaKeyPemTests
    • System.Security.Cryptography.EcDsa.Tests.ECDsaSpanSignatureFormatTests
    • System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array
    • System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Span
    • System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream
    • System.Security.Cryptography.EcDsa.Tests.ECDsaXml
    • System.Security.Cryptography.Encryption.Aes.Tests.AesCipherTests
    • System.Security.Cryptography.Encryption.Aes.Tests.AesContractTests
    • System.Security.Cryptography.Encryption.Aes.Tests.AesCornerTests
    • System.Security.Cryptography.Encryption.Aes.Tests.AesManagedTests
    • System.Security.Cryptography.Encryption.Aes.Tests.AesModeTests
    • System.Security.Cryptography.Encryption.Aes.Tests.DecryptorReusabilty
    • System.Security.Cryptography.Encryption.Des.Tests.DesCipherTests
    • System.Security.Cryptography.Encryption.Des.Tests.DesContractTests
    • System.Security.Cryptography.Encryption.Des.Tests.DesTests
    • System.Security.Cryptography.Encryption.RC2.Tests.RC2ContractTests
    • System.Security.Cryptography.Encryption.RC2.Tests.RC2Tests
    • System.Security.Cryptography.Encryption.Rijndael.Tests.RijndaelTests
    • System.Security.Cryptography.Encryption.TripleDes.Tests.TripleDESCipherTests
    • System.Security.Cryptography.Encryption.TripleDes.Tests.TripleDESContractTests
    • System.Security.Cryptography.Encryption.TripleDes.Tests.TripleDESReusabilityTests
    • System.Security.Cryptography.Encryption.TripleDes.Tests.TripleDesTests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.BlockSizeValueTests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.HashDerivedTests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.HmacMD5Tests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.HmacSha1Tests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.HmacSha256Tests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.HmacSha384Tests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.HmacSha512Tests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.InvalidUsageTests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.MD5Tests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.ReusabilityTests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.Sha1ManagedTests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.Sha1Tests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.Sha256ManagedTests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.Sha256Tests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.Sha384ManagedTests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.Sha384Tests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.Sha512ManagedTests
    • System.Security.Cryptography.Hashing.Algorithms.Tests.Sha512Tests
    • System.Security.Cryptography.RNG.Tests.RandomNumberGeneratorTests
    • System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array
    • System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span
    • System.Security.Cryptography.Rsa.Tests.ImportExport
    • System.Security.Cryptography.Rsa.Tests.KeyGeneration
    • System.Security.Cryptography.Rsa.Tests.RSAKeyExchangeFormatterTests
    • System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests
    • System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests
    • System.Security.Cryptography.Rsa.Tests.RSASignatureFormatterTests
    • System.Security.Cryptography.Rsa.Tests.RSAXml
    • System.Security.Cryptography.Rsa.Tests.SignVerify_Array
    • System.Security.Cryptography.Rsa.Tests.SignVerify_Span
    • System.Security.Cryptography.Tests.PaddingModeTests
  • System.Security.Cryptography.Csp.Tests

    Status - Total: 648 | Passed: 598 | Failed: 0 | Skipped: 50
    • System.Security.Cryptography.Csp.Tests.CreateTransformCompat
    • System.Security.Cryptography.Csp.Tests.CspParametersTests
    • System.Security.Cryptography.Csp.Tests.DSACryptoServiceProviderTests
    • System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderBackCompat
    • System.Security.Cryptography.Csp.Tests.RSACryptoServiceProviderTests
    • System.Security.Cryptography.DeriveBytesTests.PasswordDeriveBytesTests
    • System.Security.Cryptography.Dsa.Tests.DsaArrayOffsetSignatureFormatTests
    • System.Security.Cryptography.Dsa.Tests.DsaArraySignatureFormatTests
    • System.Security.Cryptography.Dsa.Tests.DSAImportExport
    • System.Security.Cryptography.Dsa.Tests.DSAKeyFileTests
    • System.Security.Cryptography.Dsa.Tests.DSAKeyGeneration
    • System.Security.Cryptography.Dsa.Tests.DSAKeyPemTests
    • System.Security.Cryptography.Dsa.Tests.DSASignatureFormatterTests
    • System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array
    • System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span
    • System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream
    • System.Security.Cryptography.Dsa.Tests.DsaSpanSignatureFormatTests
    • System.Security.Cryptography.Dsa.Tests.DSAXml
    • System.Security.Cryptography.Encryption.Aes.Tests.AesCryptoServiceProviderTests
    • System.Security.Cryptography.Encryption.Des.Tests.DesCipherTests
    • System.Security.Cryptography.Encryption.Des.Tests.DESCryptoServiceProviderTests
    • System.Security.Cryptography.Encryption.Des.Tests.DesTests
    • System.Security.Cryptography.Encryption.MD5.Tests.MD5CryptoServiceProviderTests
    • System.Security.Cryptography.Encryption.RC2.Tests.RC2CryptoServiceProviderTests
    • System.Security.Cryptography.Encryption.RC2.Tests.RC2Tests
    • System.Security.Cryptography.Encryption.SHA1.Tests.SHAxCryptoServiceProviderTests
    • System.Security.Cryptography.Encryption.TripleDES.Tests.TripleDESCryptoServiceProviderTests
    • System.Security.Cryptography.RNG.Tests.RNGCryptoServiceProviderTests
    • System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array
    • System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Span
    • System.Security.Cryptography.Rsa.Tests.ImportExport
    • System.Security.Cryptography.Rsa.Tests.KeyGeneration
    • System.Security.Cryptography.Rsa.Tests.RSAImportExportCspBlobTests
    • System.Security.Cryptography.Rsa.Tests.RSAKeyExchangeFormatterTests
    • System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests
    • System.Security.Cryptography.Rsa.Tests.RSAKeyPemTests
    • System.Security.Cryptography.Rsa.Tests.RSASignatureFormatterTests
    • System.Security.Cryptography.Rsa.Tests.RSAXml
    • System.Security.Cryptography.Rsa.Tests.SignVerify_Array
    • System.Security.Cryptography.Rsa.Tests.SignVerify_Span
  • System.Security.Cryptography.Encoding.Tests:

    Status - Total: 273 | Passed: 273 | Failed: 0 | Skipped: 0
    • System.Security.Cryptography.Encoding.Tests.AsnEncodedDataCollectionTests
    • System.Security.Cryptography.Encoding.Tests.AsnEncodedDataTests
    • System.Security.Cryptography.Encoding.Tests.Base64TransformsTests
    • System.Security.Cryptography.Encoding.Tests.OidCollectionTests
    • System.Security.Cryptography.Encoding.Tests.OidTests
    • System.Security.Cryptography.Encoding.Tests.PemEncodingFindThrowingTests
    • System.Security.Cryptography.Encoding.Tests.PemEncodingFindTryTests
    • System.Security.Cryptography.Encoding.Tests.PemEncodingTests
  • System.Security.Cryptography.Pkcs.Tests

    Status - Total: 823 | Passed: 803 | Failed: 0 | Skipped: 20
    • System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.CertificateTests
    • System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.ContentEncryptionAlgorithmTests
    • System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.DecryptTestsRsaPaddingMode
    • System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.DecryptTestsUsingCertWithPrivateKey
    • System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.DecryptTestsUsingExplicitPrivateKey
    • System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.EdgeCasesTests
    • System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.GeneralTests
    • System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.KeyAgreeRecipientInfoTests
    • System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.KeyTransRecipientInfoRsaOaepCertTests
    • System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.KeyTransRecipientInfoRsaPaddingModeTests
    • System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.KeyTransRecipientInfoTests
    • System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.StateTests
    • System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.SubjectIdentifierTests
    • System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.UnprotectedAttributeTests
    • System.Security.Cryptography.Pkcs.Tests.AlgorithmIdentifierTest
    • System.Security.Cryptography.Pkcs.Tests.CmsRecipientCollectionTests
    • System.Security.Cryptography.Pkcs.Tests.CmsSignerTests
    • System.Security.Cryptography.Pkcs.Tests.CounterSigningDerOrder
    • System.Security.Cryptography.Pkcs.Tests.CryptographicAttributeObjectCollectionTests
    • System.Security.Cryptography.Pkcs.Tests.Pkcs12.CertBagTests
    • System.Security.Cryptography.Pkcs.Tests.Pkcs12.CustomBagTypeTests
    • System.Security.Cryptography.Pkcs.Tests.Pkcs12.KeyBagTests
    • System.Security.Cryptography.Pkcs.Tests.Pkcs12.Pkcs12BuilderTests
    • System.Security.Cryptography.Pkcs.Tests.Pkcs12.Pkcs12InfoTests
    • System.Security.Cryptography.Pkcs.Tests.Pkcs12.Pkcs12SafeBagTests
    • System.Security.Cryptography.Pkcs.Tests.Pkcs12.Pkcs12SafeContentsTests
    • System.Security.Cryptography.Pkcs.Tests.Pkcs12.Pkcs9LocalKeyIdTests
    • System.Security.Cryptography.Pkcs.Tests.Pkcs12.SafeContentsBagTests
    • System.Security.Cryptography.Pkcs.Tests.Pkcs12.SecretBagTests
    • System.Security.Cryptography.Pkcs.Tests.Pkcs12.ShroudedKeyBagTests
    • System.Security.Cryptography.Pkcs.Tests.Pkcs12.SimpleRead
    • System.Security.Cryptography.Pkcs.Tests.Pkcs8PrivateKeyInfoTests
    • System.Security.Cryptography.Pkcs.Tests.Pkcs9AttributeTests
    • System.Security.Cryptography.Pkcs.Tests.RecipientInfoCollectionTests
    • System.Security.Cryptography.Pkcs.Tests.SignedCmsTests
    • System.Security.Cryptography.Pkcs.Tests.SignedCmsWholeDocumentTests
    • System.Security.Cryptography.Pkcs.Tests.SignerInfoTests
    • System.Security.Cryptography.Pkcs.Tests.TimestampRequestTests
    • System.Security.Cryptography.Pkcs.Tests.TimestampTokenInfoTests
    • System.Security.Cryptography.Pkcs.Tests.TimestampTokenTests
  • System.Security.Cryptography.Primitives.Tests

    Status - Total: 527 | Passed: 527 | Failed: 0 | Skipped: 0 - [x] System.Security.Cryptography.CryptoConfigTests.CryptoConfigTests - [x] System.Security.Cryptography.Encryption.Tests.Asymmetric.CryptographicExceptionTests - [x] System.Security.Cryptography.Encryption.Tests.Asymmetric.CryptoStreamTests - [x] System.Security.Cryptography.Encryption.Tests.Asymmetric.TrivialTests - [x] System.Security.Cryptography.Encryption.Tests.Symmetric.MinimalTests - [x] System.Security.Cryptography.Encryption.Tests.Symmetric.TrivialTests - [x] System.Security.Cryptography.Hashing.Tests.HashAlgorithmTest - [x] System.Security.Cryptography.Hashing.Tests.HmacAlgorithmTest - [x] System.Security.Cryptography.Hashing.Tests.KeyedHashAlgorithmTest - [x] System.Security.Cryptography.Hashing.Tests.SimpleHashAlgorithmTest - [x] System.Security.Cryptography.Primitives.Tests.FixedTimeEqualsTests - [x] System.Security.Cryptography.Primitives.Tests.HashAlgorithmNameTests - [x] System.Security.Cryptography.Primitives.Tests.PbeParametersTests - [x] System.Security.Cryptography.Primitives.Tests.SymmetricAlgorithmTests - [x] System.Security.Cryptography.Primitives.Tests.ZeroMemoryTests
  • System.Security.Cryptography.X509Certificates.Tests

    Status - Total: 1057 | Passed: 1055 | Failed: 0 | Skipped: 2
    • System.Security.Cryptography.X509Certificates.Tests.CertificateCreation.CertificateRequestApiTests
    • System.Security.Cryptography.X509Certificates.Tests.CertificateCreation.CertificateRequestChainTests
    • System.Security.Cryptography.X509Certificates.Tests.CertificateCreation.CertificateRequestUsageTests
    • System.Security.Cryptography.X509Certificates.Tests.CertificateCreation.ECDsaX509SignatureGeneratorTests
    • System.Security.Cryptography.X509Certificates.Tests.CertificateCreation.PrivateKeyAssociationTests
    • System.Security.Cryptography.X509Certificates.Tests.CertificateCreation.RSAPkcs1X509SignatureGeneratorTests
    • System.Security.Cryptography.X509Certificates.Tests.CertificateCreation.RSAPssX509SignatureGeneratorTests
    • System.Security.Cryptography.X509Certificates.Tests.CertificateCreation.SubjectAlternativeNameBuilderTests
    • System.Security.Cryptography.X509Certificates.Tests.CertTests
    • System.Security.Cryptography.X509Certificates.Tests.ChainTests
    • System.Security.Cryptography.X509Certificates.Tests.CollectionImportTests
    • System.Security.Cryptography.X509Certificates.Tests.CollectionTests
    • System.Security.Cryptography.X509Certificates.Tests.ContentTypeTests
    • System.Security.Cryptography.X509Certificates.Tests.CtorTests
    • System.Security.Cryptography.X509Certificates.Tests.DynamicChainTests
    • System.Security.Cryptography.X509Certificates.Tests.ExportTests
    • System.Security.Cryptography.X509Certificates.Tests.ExtensionsTests
    • System.Security.Cryptography.X509Certificates.Tests.FindTests
    • System.Security.Cryptography.X509Certificates.Tests.ImportTests
    • System.Security.Cryptography.X509Certificates.Tests.LoadFromFileTests
    • System.Security.Cryptography.X509Certificates.Tests.NameTests
    • System.Security.Cryptography.X509Certificates.Tests.PfxFormatTests_Collection
    • System.Security.Cryptography.X509Certificates.Tests.PfxFormatTests_SingleCert
    • System.Security.Cryptography.X509Certificates.Tests.PfxTests
    • System.Security.Cryptography.X509Certificates.Tests.PropsTests
    • System.Security.Cryptography.X509Certificates.Tests.PublicKeyTests (out of 43 tests, 42 passed, 0 skipped)
    • System.Security.Cryptography.X509Certificates.Tests.X500DistinguishedNameEncodingTests
    • System.Security.Cryptography.X509Certificates.Tests.X500DistinguishedNameTests
    • System.Security.Cryptography.X509Certificates.Tests.X509Certificate2PemTests
    • System.Security.Cryptography.X509Certificates.Tests.X509StoreTests
  • System.Security.Cryptography.Xml.Tests

    Status - Total: 585 | Passed: 585 | Failed: 0 | Skipped: 0
    • System.Security.Cryptography.Xml.Tests.CipherDataTests
    • System.Security.Cryptography.Xml.Tests.DataObjectTest
    • System.Security.Cryptography.Xml.Tests.DataObjectTests
    • System.Security.Cryptography.Xml.Tests.DataReferenceTest
    • System.Security.Cryptography.Xml.Tests.DSAKeyValueTest
    • System.Security.Cryptography.Xml.Tests.EncryptedXmlTest
    • System.Security.Cryptography.Xml.Tests.EncryptedXmlTests
    • System.Security.Cryptography.Xml.Tests.EncryptingAndDecryptingAsymmetric
    • System.Security.Cryptography.Xml.Tests.EncryptingAndDecryptingSymmetric
    • System.Security.Cryptography.Xml.Tests.EncryptingDecryptingSymmetricKeyWrap
    • System.Security.Cryptography.Xml.Tests.EncryptionMethodTests
    • System.Security.Cryptography.Xml.Tests.EncryptionPropertyCollectionTest
    • System.Security.Cryptography.Xml.Tests.EncryptionPropertyTest
    • System.Security.Cryptography.Xml.Tests.KeyInfo_ArbitraryElements
    • System.Security.Cryptography.Xml.Tests.KeyInfoNameTest
    • System.Security.Cryptography.Xml.Tests.KeyInfoNodeTest
    • System.Security.Cryptography.Xml.Tests.KeyInfoRetrievalMethodTest
    • System.Security.Cryptography.Xml.Tests.KeyInfoTest
    • System.Security.Cryptography.Xml.Tests.KeyInfoTests
    • System.Security.Cryptography.Xml.Tests.KeyInfoX509DataTest
    • System.Security.Cryptography.Xml.Tests.Reference_ArbitraryElements
    • System.Security.Cryptography.Xml.Tests.ReferenceTest
    • System.Security.Cryptography.Xml.Tests.RSAKeyValueTest
    • System.Security.Cryptography.Xml.Tests.Signature_ArbitraryElements
    • System.Security.Cryptography.Xml.Tests.SignatureTest
    • System.Security.Cryptography.Xml.Tests.SignedInfo_ArbitraryElements
    • System.Security.Cryptography.Xml.Tests.SignedInfoTest
    • System.Security.Cryptography.Xml.Tests.SignedXml_Limits
    • System.Security.Cryptography.Xml.Tests.SignedXml_SignatureMethodAlgorithm
    • System.Security.Cryptography.Xml.Tests.SignedXmlTest
    • System.Security.Cryptography.Xml.Tests.SignedXmlTests
    • System.Security.Cryptography.Xml.Tests.SigningAndVerifying
    • System.Security.Cryptography.Xml.Tests.SigningAndVerifyingWithCustomSignatureMethod
    • System.Security.Cryptography.Xml.Tests.SigningVerifyingX509Cert
    • System.Security.Cryptography.Xml.Tests.TransformChainTest
    • System.Security.Cryptography.Xml.Tests.TransformTest
    • System.Security.Cryptography.Xml.Tests.XmlDecryptionTransformTest
    • System.Security.Cryptography.Xml.Tests.XmlDsigBase64TransformTest
    • System.Security.Cryptography.Xml.Tests.XmlDsigC14NTransformTest
    • System.Security.Cryptography.Xml.Tests.XmlDsigC14NWithCommentsTransformTest
    • System.Security.Cryptography.Xml.Tests.XmlDsigEnvelopedSignatureTransformTest
    • System.Security.Cryptography.Xml.Tests.XmlDsigExcC14NTransformTest
    • System.Security.Cryptography.Xml.Tests.XmlDsigExcC14NWithCommentsTransformTest
    • System.Security.Cryptography.Xml.Tests.XmlDsigXPathTransformTest
    • System.Security.Cryptography.Xml.Tests.XmlDsigXsltTransformTest
    • System.Security.Cryptography.Xml.Tests.XmlLicenseEncryptedRef
    • System.Security.Cryptography.Xml.Tests.XmlLicenseTransformTest

System.Net

  • System.Net.Http.Functional.Tests
    • Uses non-system-default certificate validation
  • System.Net.Http.Unit.Tests
  • System.Net.HttpListener.Tests
    • Currently skipped on Mono
  • System.Net.NameResolution.Functional.Tests
  • System.Net.Quic.Functional.Tests
  • System.Net.Requests.Tests
    • Uses non-system-default certificate validation
  • System.Net.Security.Tests
    • Uses non-system-default certificate validation
  • System.Net.Security.Unit.Tests
  • System.Net.WebSockets.Tests
  • System.Net.WebSockets.Client.Tests

Other

  • Common.Tests
  • Microsoft.Extensions.Configuration.Xml.Tests
  • Microsoft.Extensions.DependencyModel.Tests
  • Microsoft.Extensions.FileProviders.Physical.Tests
  • System.Formats.Asn1.Tests
  • System.Formats.Cbor.Tests
  • System.IO.Tests
  • System.IO.Compression.Brotli.Tests
  • System.IO.MemoryMappedFiles.Tests
  • System.IO.Pipelines.Tests
  • System.IO.UnmanagedMemoryStream.Tests
  • System.Reflection.Metadata.Tests
@steveisok steveisok added os-android tracking This issue is tracking the completion of other related issues. area-PAL-libraries labels Dec 8, 2020
@steveisok steveisok added this to the 6.0.0 milestone Dec 8, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Dec 8, 2020
@steveisok steveisok removed the untriaged New issue has not been triaged by the area owner label Dec 8, 2020
@EgorBo EgorBo removed their assignment Feb 10, 2021
@jkoritzinsky
Copy link
Member

Here's a tool for generating a list of test collections based on the XUnit test results from an assembly:
https://gist.github.com/jkoritzinsky/0f67aee654cc53997fdcf53e127d1c07

@ghost ghost locked as resolved and limited conversation to collaborators Sep 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Runtime.InteropServices os-android tracking This issue is tracking the completion of other related issues.
Projects
None yet
Development

No branches or pull requests

5 participants