Skip to content

Commit 40134e6

Browse files
committed
Enable some tests passing locally
1 parent 6adb313 commit 40134e6

File tree

1 file changed

+3
-43
lines changed

1 file changed

+3
-43
lines changed

src/mono/netcore/CoreFX.issues_linux.rsp

Lines changed: 3 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,6 @@
44
-nomethod System.Tests.AppDomainTests.TestingCreateInstanceFromObjectHandleFullSignature
55
-nomethod System.Tests.AppDomainTests.TestingCreateInstanceFromObjectHandle
66

7-
# hangs
8-
-nomethod *.HttpClientUsesSslCertEnvironmentVariables
9-
-nomethod System.Threading.Tasks.Dataflow.Tests.DataflowBlockExtensionsTests.*
10-
11-
# dllmap is not working
12-
-nonamespace System.IO.MemoryMappedFiles
13-
-nonamespace System.Diagnostics.Tests
14-
-nonamespace System.IO.Tests
15-
-nomethod System.IO.Pipes.Tests.NamedPipeTest_CreateClient.NotSupportedPipePath_Throws_PlatformNotSupportedException
16-
-nomethod System.Net.Sockets.Tests.SocketOptionNameTest.ReuseAddressUdp
17-
18-
-nomethod System.Tests.WeakReferenceTests.Generic
19-
-nomethod System.Reflection.Tests.AssemblyTests.CreateInstance
20-
21-
# StackOverflow somewhere here
22-
-nonamespace System.Threading.Tasks.Tests
23-
24-
# Requires precise GC (should be ignored in dotnet/corefx for mono)
25-
-nomethod System.Collections.Concurrent.Tests.ConcurrentQueueTests.ReferenceTypes_NulledAfterDequeue
26-
-nomethod System.Threading.Tests.ThreadLocalTests.RunThreadLocalTest7_WeakReference
27-
-nomethod System.ComponentModel.EventBasedAsync.Tests.BackgroundWorkerTests.TestFinalization
28-
29-
# fails with some OpenSSL error
30-
-nomethod System.Net.Security.Tests.ServerRequireEncryptionTest.ServerRequireEncryption_ClientNoEncryption_NoConnect
31-
-nomethod System.Net.Security.Tests.SslStreamAlpnTests.SslStream_StreamToStream_Alpn_NonMatchingProtocols_Fail
32-
-nomethod System.Net.Security.Tests.ClientDefaultEncryptionTest.ClientDefaultEncryption_ServerNoEncryption_NoConnect
33-
-nomethod System.Net.Security.Tests.ServerNoEncryptionTest.ServerNoEncryption_ClientRequireEncryption_NoConnect
34-
-nomethod System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_ServerNoEncryption_NoConnect
35-
-nomethod System.Net.Security.Tests.ServerAsyncAuthenticateTest.ServerAsyncAuthenticate_MismatchProtocols_Fails
36-
-nomethod System.Net.Security.Tests.ClientAsyncAuthenticateTest.ClientAsyncAuthenticate_MismatchProtocols_Fails
37-
38-
# https://github.com/mono/mono/issues/18067 LLVM: try-catch doesn't catch an exception
39-
-nomethod System.Reflection.Tests.BindingFlagsDoNotWrapTests.*
40-
41-
# fail on Helix on RedHat systems because libgdiplus can't be loaded
42-
-nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.RoundtripManyObjectsInOneStream
43-
-nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateBasicObjectsRoundtrip
44-
-nomethod System.Resources.Tests.ResourceManagerTests.GetObject_Images
45-
-nomethod System.Resources.Tests.ResourceManagerTests.GetObject_Images_ResourceSet
46-
-nomethod System.Resources.Tests.ResourceManagerTests.GetResourceSet_Images
47-
-nomethod System.Resources.Extensions.Tests.PreserializedResourceWriterTests.BinaryFormattedResources
48-
-nomethod System.Resources.Extensions.Tests.PreserializedResourceWriterTests.StreamResources
49-
-nomethod System.Resources.Extensions.Tests.PreserializedResourceWriterTests.BinaryFormattedResourcesWithoutTypeName
7+
-nomethod System.Threading.Tasks.Dataflow.Tests.DataflowBlockExtensionsTests.TestReceiveAsync_LongChain
8+
-nomethod System.Threading.Tasks.Dataflow.Tests.DataflowBlockExtensionsTests.TestOutputAvailableAsync_LongSequence
9+
-nomethod System.Threading.Tasks.Tests.*

0 commit comments

Comments
 (0)