[macOS-arm64] Disable failing libraries tests (#49400)
authorSteve MacLean <Steve.MacLean@microsoft.com>
Wed, 10 Mar 2021 17:02:50 +0000 (12:02 -0500)
committerGitHub <noreply@github.com>
Wed, 10 Mar 2021 17:02:50 +0000 (12:02 -0500)
commit34294fabcb7641943b65e5afc99c7a567e1307c5
treece7e97c23b3d9ee20da0e1fbdcccce23c465570d
parent21c739706c71a09fd5553487aacdb9cc1b37552e
[macOS-arm64] Disable failing libraries tests (#49400)

* Disable tests for XUnit crashes on Apple Silicon

* Apple Silicon Disable System.IO.MemoryMappedFiles.Tests

* Apple Silicon disable DirectoryServices.Protocols.Tests

* Apple Silicon disable Cryptography tests

M1 helix missing usable libssl

* Apple Silicon disable TestVirtualMemorySize64

* Apple Silicon disable ImportCollectionsFromContainerOnly

* Apple Silicon disable XmlWriterApi tests

* Fix whitespace
35 files changed:
src/libraries/Microsoft.Extensions.DependencyInjection/tests/DI.External.Tests/Microsoft.Extensions.DependencyInjection.ExternalContainers.Tests.csproj
src/libraries/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/ExportCollectionTests.cs
src/libraries/System.Diagnostics.Process/tests/ProcessTests.cs
src/libraries/System.DirectoryServices.Protocols/tests/AsqRequestControlTests.cs
src/libraries/System.DirectoryServices.Protocols/tests/BerConversionExceptionTests.cs
src/libraries/System.DirectoryServices.Protocols/tests/BerConverterTests.cs
src/libraries/System.DirectoryServices.Protocols/tests/DirSyncRequestControlTests.cs
src/libraries/System.DirectoryServices.Protocols/tests/DirectoryControlTests.cs
src/libraries/System.DirectoryServices.Protocols/tests/DirectoryServicesProtocolsTests.cs
src/libraries/System.DirectoryServices.Protocols/tests/ExtendedDNControlTests.cs
src/libraries/System.DirectoryServices.Protocols/tests/PageResultRequestControlTests.cs
src/libraries/System.DirectoryServices.Protocols/tests/QuotaControlTests.cs
src/libraries/System.DirectoryServices.Protocols/tests/SearchOptionsControlTests.cs
src/libraries/System.DirectoryServices.Protocols/tests/SecurityDescriptorFlagControlTests.cs
src/libraries/System.DirectoryServices.Protocols/tests/VerifyNameControlTests.cs
src/libraries/System.DirectoryServices.Protocols/tests/VlvRequestControlTests.cs
src/libraries/System.IO.FileSystem.Watcher/tests/System.IO.FileSystem.Watcher.Tests.csproj
src/libraries/System.IO.MemoryMappedFiles/tests/MemoryMappedFile.CreateNew.Tests.cs
src/libraries/System.IO.MemoryMappedFiles/tests/MemoryMappedViewAccessor.Tests.cs
src/libraries/System.IO.MemoryMappedFiles/tests/MemoryMappedViewStream.Tests.cs
src/libraries/System.IO.MemoryMappedFiles/tests/MemoryMappedViewStreamConformanceTests.cs
src/libraries/System.Linq.Expressions/tests/System.Linq.Expressions.Tests.csproj
src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj
src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj
src/libraries/System.Private.Xml/tests/Misc/System.Xml.Misc.Tests.csproj
src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/EndOfLineHandlingTests.cs
src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/ErrorCondition.cs
src/libraries/System.Private.Xml/tests/Writers/XmlWriterApi/WriteEndDocumentOnCloseTest.cs
src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/System.Xml.Xsl.XslCompiledTransformApi.Tests.csproj
src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj
src/libraries/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj
src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj
src/libraries/System.Text.Json/tests/System.Text.Json.Tests.csproj
src/libraries/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj
src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj