| 123456789101112131415161718192021222324252627282930313233343536373839 |
- # See TODO in AssemblyLoadContext.InternalLoadFromPath()
- -nomethod System.Tests.ActivatorTests.TestingCreateInstanceFromObjectHandleFullSignature
- -nomethod System.Tests.ActivatorTests.TestingCreateInstanceFromObjectHandle
- -nomethod System.Tests.AppDomainTests.TestingCreateInstanceFromObjectHandleFullSignature
- -nomethod System.Tests.AppDomainTests.TestingCreateInstanceFromObjectHandle
- # hangs
- -nomethod *.HttpClientUsesSslCertEnvironmentVariables
- -nomethod System.Threading.Tasks.Dataflow.Tests.DataflowBlockExtensionsTests.*
- # dllmap is not working
- -nonamespace System.IO.MemoryMappedFiles
- -nonamespace System.Diagnostics.Tests
- -nonamespace System.IO.Tests
- -nomethod System.IO.Pipes.Tests.NamedPipeTest_CreateClient.NotSupportedPipePath_Throws_PlatformNotSupportedException
- -nomethod System.Net.Sockets.Tests.SocketOptionNameTest.ReuseAddressUdp
- -nomethod System.Tests.WeakReferenceTests.Generic
- -nomethod System.Reflection.Tests.AssemblyTests.CreateInstance
- # StackOverflow somewhere here
- -nonamespace System.Threading.Tasks.Tests
- # Requires precise GC (should be ignored in dotnet/corefx for mono)
- -nomethod System.Collections.Concurrent.Tests.ConcurrentQueueTests.ReferenceTypes_NulledAfterDequeue
- -nomethod System.Threading.Tests.ThreadLocalTests.RunThreadLocalTest7_WeakReference
- -nomethod System.ComponentModel.EventBasedAsync.Tests.BackgroundWorkerTests.TestFinalization
- # fails with some OpenSSL error
- -nomethod System.Net.Security.Tests.ServerRequireEncryptionTest.ServerRequireEncryption_ClientNoEncryption_NoConnect
- -nomethod System.Net.Security.Tests.SslStreamAlpnTests.SslStream_StreamToStream_Alpn_NonMatchingProtocols_Fail
- -nomethod System.Net.Security.Tests.ClientDefaultEncryptionTest.ClientDefaultEncryption_ServerNoEncryption_NoConnect
- -nomethod System.Net.Security.Tests.ServerNoEncryptionTest.ServerNoEncryption_ClientRequireEncryption_NoConnect
- -nomethod System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_ServerNoEncryption_NoConnect
- -nomethod System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails
- -nomethod System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails
- # https://github.com/mono/mono/issues/18067 LLVM: try-catch doesn't catch an exception
- -nomethod System.Reflection.Tests.BindingFlagsDoNotWrapTests.*
|