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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Brezae <brezaevlad@gmail.com>2020-02-03 18:54:10 +0300
committerGitHub <noreply@github.com>2020-02-03 18:54:10 +0300
commit01b2e15c0667c974daa45d57a8e52594bcf7ea57 (patch)
tree0c566a246bb6dcefed04e0d46944ddcab1e73e2d
parent0f47ea5d8088ede472650da47bf58e5a0e063ad4 (diff)
[tests] Reenable enum equals test on interpreter (#18673)
Fixed by https://github.com/mono/mono/commit/9ea350ed3c963c77f0f4f77ec590cc3c84773424
-rw-r--r--netcore/CoreFX.issues_interpreter.rsp3
1 files changed, 0 insertions, 3 deletions
diff --git a/netcore/CoreFX.issues_interpreter.rsp b/netcore/CoreFX.issues_interpreter.rsp
index 84c2af8b0dc..a920d8523aa 100644
--- a/netcore/CoreFX.issues_interpreter.rsp
+++ b/netcore/CoreFX.issues_interpreter.rsp
@@ -44,6 +44,3 @@
-nomethod System.IO.Compression.BrotliStreamUnitTests.WrapStreamReturningBadReadValues
-nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.*
-nomethod System.Net.Sockets.Tests.SendReceiveSyncForceNonBlocking.TcpReceiveSendGetsCanceledByDispose
-
-# https://github.com/mono/mono/issues/18063 [interpreter] EqualityComparer<TEnum?>.Default.Equals doesn't work correctly
--nomethod System.Collections.Generic.Tests.EqualityComparerTests.NullableEquals*