summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-06-20 13:00:53 -0700
committerGitHub <noreply@github.com>2019-06-20 13:00:53 -0700
commitec2a74e7649f1c0ecff32ce86724bf3ca80bfd46 (patch)
treed1330aa59230ab55bd030fe56e1531c220e5ced6 /tests
parentf163abbd16d35032e4450a09c548cb804cf36a85 (diff)
downloadcoreclr-ec2a74e7649f1c0ecff32ce86724bf3ca80bfd46.tar.gz
coreclr-ec2a74e7649f1c0ecff32ce86724bf3ca80bfd46.tar.bz2
coreclr-ec2a74e7649f1c0ecff32ce86724bf3ca80bfd46.zip
Triage issues in #25098 (#25240)
Diffstat (limited to 'tests')
-rw-r--r--tests/CoreFX/CoreFX.issues.rsp28
1 files changed, 18 insertions, 10 deletions
diff --git a/tests/CoreFX/CoreFX.issues.rsp b/tests/CoreFX/CoreFX.issues.rsp
index 98af810b82..b6f7abef83 100644
--- a/tests/CoreFX/CoreFX.issues.rsp
+++ b/tests/CoreFX/CoreFX.issues.rsp
@@ -1,4 +1,4 @@
--notrait category=OuterLoop
+-notrait category=OuterLoop
-notrait category=RequiresElevation
# Wrong Microsoft.Bcl.AsyncInterfaces binary (netcoreapp vs. netstandard)
@@ -49,11 +49,7 @@
-nomethod System.Diagnostics.Tests.DebugTestsUsingListeners.Print
-nomethod System.Tests.ArrayTests.Copy_SourceAndDestinationNeverConvertible_ThrowsArrayTypeMismatchException
-#
-#
-# Temporarily disable tests while bringing more CoreFX job configurations online.
-#
-
+# System.Net.Tests are known for their instability
-nonamespace System.Net.Http.Functional.Tests
-nonamespace System.Net.Sockets.Tests
@@ -68,22 +64,34 @@
-nomethod System.Net.Security.Tests.LoggingTest.EventSource_EventsRaisedAsExpected
-nomethod System.Net.Security.Tests.SslStreamSniTest.SslStream_NoSniFromClient_CallbackReturnsNull
-# System.Linq.Expressions.Tests: timeout on Linux/x64
+# System.Linq.Expressions.Tests and System.Linq.Expressions.Tests.ArrayBoundsTests.NewArrayBounds in particular are long-running:
+# https://github.com/dotnet/coreclr/issues/25269
+-nomethod System.Linq.Expressions.Tests.ArrayBoundsTests.NewArrayBounds
-nonamespace System.Linq.Expressions.Tests
-# assert/crashes
+# Assertion in System.Number.FormatDouble
+# https://github.com/dotnet/coreclr/issues/25081
-nomethod System.Tests.RealFormatterTestsBase.TestFormatterSingle_F20
-noclass System.Tests.RealFormatterTestsBase
-noclass System.Tests.RealFormatterTests
-noclass System.Buffers.Text.Tests.RealFormatterTests
-# System.Runtime.Serialization.Formatters.Tests: timeouts
--nonamespace System.Runtime.Serialization.Formatters.Tests
+# Timeout in System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.SerializeHugeObjectGraphs: https://github.com/dotnet/coreclr/issues/20246
+-nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.SerializeHugeObjectGraphs
+# Assert with TieredCompilation=1 JitStress=1/2: https://github.com/dotnet/coreclr/issues/25263
-nomethod Generic.Dictionary.DictionaryConcurrentAccessDetectionTests.DictionaryConcurrentAccessDetection_ReferenceTypeKey
-nomethod Generic.Dictionary.DictionaryConcurrentAccessDetectionTests.DictionaryConcurrentAccessDetection_ValueTypeKey
+
+# Test failure: https://github.com/dotnet/corefx/issues/37989
-nomethod MonoTests.System.Runtime.Caching.MemoryCacheTest.Contains
+
+# Timeout in System.Numerics.Tests.ToStringTest.RunRegionSpecificStandardFormatToStringTests
+# https://github.com/dotnet/coreclr/issues/22414
-nomethod System.Numerics.Tests.ToStringTest.RunRegionSpecificStandardFormatToStringTests
+
+# Timeout in System.Text.RegularExpressions.Tests.RegexMatchTests.Match_ExcessPrefix
+# https://github.com/dotnet/coreclr/issues/18912
-nomethod System.Text.RegularExpressions.Tests.RegexMatchTests.Match_ExcessPrefix
# Assert with JITMinOpts=1: https://github.com/dotnet/coreclr/issues/25070