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

CoreFX.issues_interpreter.rsp « netcore - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e6ac78479e512ab8a96989783e74d3d794598b0 (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
-nomethod System.Runtime.CompilerServices.Tests.RuntimeFeatureTests.DynamicCode_Jit
-nomethod System.Net.Security.Tests.SslStreamStreamToStreamTest_*
-nomethod System.IO.Compression.DeflateStreamUnitTests.*
-nomethod System.IO.Compression.GzipStreamUnitTests.*
-nomethod System.Net.Tests.ServicePointManagerTest.FindServicePoint_Collectible
-nomethod System.Security.Cryptography.Hashing.Tests.HashAlgorithmTest.VerifyComputeHashAsync

# crashes on Interpreter
-nomethod System.Net.Http.Functional.Tests.SocketsHttpHandler*
-nonamespace System.Net.Http.Functional.Tests

# Dereferencing of random pointers crashes instead of throwing
-nonamespace System.Runtime.InteropServices.Tests

# BrotliStream.BaseStream returned more bytes than requested in Read on Interpreter
-nomethod System.IO.Compression.BrotliStreamUnitTests.Read
-nomethod System.IO.Compression.BrotliStreamUnitTests.Read_SequentialReadsOnMemoryStream_Return_SameBytes
-nomethod System.IO.Compression.BrotliStreamUnitTests.Parallel_CompressDecompressMultipleStreamsConcurrently
-nomethod System.IO.Compression.BrotliStreamUnitTests.Read_BaseStreamSlowly
-nomethod System.IO.Compression.BrotliStreamUnitTests.CompressDecompress_RoundTrip
-nomethod System.IO.Compression.BrotliStreamUnitTests.Flush_RoundTrip
-nomethod System.IO.Compression.BrotliStreamUnitTests.Flush_BeforeFirstWrites
-nomethod System.IO.Compression.BrotliStreamUnitTests.Flush_Consecutive

# extremely slow or hangs on Interpreter
-nomethod System.IO.Compression.BrotliStreamUnitTests.WrapStreamReturningBadReadValues
-nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.*
-nomethod System.Net.Sockets.Tests.SendReceiveSyncForceNonBlocking.TcpReceiveSendGetsCanceledByDispose

# flaky test, likely fixed in dotnet/runtime: https://github.com/mono/mono/issues/18695
-nomethod System.Net.NetworkInformation.Tests.NetworkInterfaceBasicTest.BasicTest_AccessInstanceProperties_NoExceptions_Linux