Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CoreFX.issues_linux.rsp « netcore - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b442e548ecd7a4dad1bdf28ff17660b096a100eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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.*