[reflection] Fix check for Type.FullName to match CoreCLR (#18385)
[mono-project.git] / netcore / CoreFX.issues_interpreter.rsp
blobfff998f54b0bc488948b983de1abccdd92279292
1 -nomethod System.Runtime.CompilerServices.Tests.RuntimeFeatureTests.DynamicCode_Jit
2 -nomethod System.Net.Security.Tests.SslStreamStreamToStreamTest_*
3 -nomethod XmlSerializerTests.Xml_Nullables
4 -nomethod XmlSerializerTests.Xml_Soap_WithNullables
5 -nomethod System.IO.Compression.DeflateStreamUnitTests.*
6 -nomethod System.IO.Compression.GzipStreamUnitTests.*
7 -nomethod System.Collections.Concurrent.Tests.ConcurrentDictionary_Generic_Tests_enum_enum.IDictionary_Generic_Add_DuplicateValue
8 -nomethod System.ComponentModel.Tests.ToolboxItemFilterAttributeTests.Equals_Object_ReturnsExpected
9 -nomethod System.Net.Http.Functional.Tests.MultipartContentTest.ReadAsStreamAsync_LargeContent_AllBytesRead
10 -nomethod System.Net.Tests.ServicePointManagerTest.FindServicePoint_Collectible
11 -nomethod System.Reflection.Metadata.Tests.ImmutableByteArrayInteropTest.DangerousCreateFromUnderlyingArray
12 -nomethod DataContractJsonSerializerTests.DCJS_Nullables
13 -nomethod DataContractSerializerTests.DCS_Nullables
14 -nomethod System.Security.Cryptography.Hashing.Tests.HashAlgorithmTest.VerifyComputeHashAsync
16 # crashes on Interpreter
17 -nomethod ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.statements.checked005.checked005.Test.DynamicCSharpRunTest
18 -nomethod System.Linq.Expressions.Tests.ConvertCheckedTests.ConvertCheckedNullableFloatToSByteTest
19 -nomethod System.Dynamic.Tests.BinaryOperationTests.ModuloDouble
20 -nomethod System.Net.Http.Functional.Tests.SocketsHttpHandler*
21 -nomethod System.Net.Tests.HttpRequestStreamTests.Read_LargeLengthAsynchronous_Success
22 -nomethod System.Net.Tests.HttpRequestStreamTests.Read_LargeLengthSynchronous_Success
23 -nomethod System.Net.Tests.FileWebRequestTest.InvalidArguments_Throws
24 -nomethod System.Net.Tests.AuthorizationTest.MutuallyAuthenticated_Values_ExpectEqualValues
25 -nomethod System.Text.Json.Tests.JsonEncodedTextTests.ReplacementCharacterUTF8
26 -noclass System.Net.Tests.HttpWebRequestTest
27 -nonamespace System.Linq.Expressions.Tests
28 -nonamespace System.Runtime.InteropServices.Tests
29 -nonamespace System.Net.Tests
30 -nonamespace System.Net.Http.Functional.Tests
31 -nonamespace System.Text.Json
33 # BrotliStream.BaseStream returned more bytes than requested in Read on Interpreter
34 -nomethod System.IO.Compression.BrotliStreamUnitTests.Read
35 -nomethod System.IO.Compression.BrotliStreamUnitTests.Read_SequentialReadsOnMemoryStream_Return_SameBytes
36 -nomethod System.IO.Compression.BrotliStreamUnitTests.Parallel_CompressDecompressMultipleStreamsConcurrently
37 -nomethod System.IO.Compression.BrotliStreamUnitTests.Read_BaseStreamSlowly
38 -nomethod System.IO.Compression.BrotliStreamUnitTests.CompressDecompress_RoundTrip
39 -nomethod System.IO.Compression.BrotliStreamUnitTests.Flush_RoundTrip
40 -nomethod System.IO.Compression.BrotliStreamUnitTests.Flush_BeforeFirstWrites
41 -nomethod System.IO.Compression.BrotliStreamUnitTests.Flush_Consecutive
43 # extremely slow or hangs on Interpreter
44 -nomethod System.IO.Compression.BrotliStreamUnitTests.WrapStreamReturningBadReadValues
45 -nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.*
46 -nomethod System.Net.Sockets.Tests.SendReceiveSyncForceNonBlocking.TcpReceiveSendGetsCanceledByDispose
48 # https://github.com/mono/mono/issues/18061 [interpreter] Conversions.ToX(NaN) are expected to throw OverflowException
49 -nomethod Microsoft.VisualBasic.Tests.ConversionsTests.*
50 -nomethod Microsoft.VisualBasic.CompilerServices.Tests.IntegerTypeTests.FromString_ThrowsOverflowException
52 # https://github.com/mono/mono/issues/18063 [interpreter] EqualityComparer<TEnum?>.Default.Equals doesn't work correctly
53 -nomethod System.Collections.Generic.Tests.EqualityComparerTests.NullableEquals*