CoreFX.issues_linux.rsp 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # See TODO in AssemblyLoadContext.InternalLoadFromPath()
  2. -nomethod System.Tests.ActivatorTests.TestingCreateInstanceFromObjectHandleFullSignature
  3. -nomethod System.Tests.ActivatorTests.TestingCreateInstanceFromObjectHandle
  4. -nomethod System.Tests.AppDomainTests.TestingCreateInstanceFromObjectHandleFullSignature
  5. -nomethod System.Tests.AppDomainTests.TestingCreateInstanceFromObjectHandle
  6. # hangs
  7. -nomethod *.HttpClientUsesSslCertEnvironmentVariables
  8. -nomethod System.Threading.Tasks.Dataflow.Tests.DataflowBlockExtensionsTests.*
  9. # dllmap is not working
  10. -nonamespace System.IO.MemoryMappedFiles
  11. -nonamespace System.Diagnostics.Tests
  12. -nonamespace System.IO.Tests
  13. -nomethod System.IO.Pipes.Tests.NamedPipeTest_CreateClient.NotSupportedPipePath_Throws_PlatformNotSupportedException
  14. -nomethod System.Net.Sockets.Tests.SocketOptionNameTest.ReuseAddressUdp
  15. -nomethod System.Tests.WeakReferenceTests.Generic
  16. -nomethod System.Reflection.Tests.AssemblyTests.CreateInstance
  17. # StackOverflow somewhere here
  18. -nonamespace System.Threading.Tasks.Tests
  19. # Requires precise GC (should be ignored in dotnet/corefx for mono)
  20. -nomethod System.Collections.Concurrent.Tests.ConcurrentQueueTests.ReferenceTypes_NulledAfterDequeue
  21. -nomethod System.Threading.Tests.ThreadLocalTests.RunThreadLocalTest7_WeakReference
  22. -nomethod System.ComponentModel.EventBasedAsync.Tests.BackgroundWorkerTests.TestFinalization
  23. # fails with some OpenSSL error
  24. -nomethod System.Net.Security.Tests.ServerRequireEncryptionTest.ServerRequireEncryption_ClientNoEncryption_NoConnect
  25. -nomethod System.Net.Security.Tests.SslStreamAlpnTests.SslStream_StreamToStream_Alpn_NonMatchingProtocols_Fail
  26. -nomethod System.Net.Security.Tests.ClientDefaultEncryptionTest.ClientDefaultEncryption_ServerNoEncryption_NoConnect
  27. -nomethod System.Net.Security.Tests.ServerNoEncryptionTest.ServerNoEncryption_ClientRequireEncryption_NoConnect
  28. -nomethod System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_ServerNoEncryption_NoConnect
  29. -nomethod System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails
  30. -nomethod System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails
  31. # https://github.com/mono/mono/issues/18067 LLVM: try-catch doesn't catch an exception
  32. -nomethod System.Reflection.Tests.BindingFlagsDoNotWrapTests.*