summaryrefslogtreecommitdiff
path: root/tests/CoreFX/CoreFX.issues.rsp
blob: e6f33eba07983eaf17d357d2d955748982156479 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# This is a "response file" used to pass fine-grained test exclusions to the
# corefx xunit test wrapper scripts, RunTests.cmd or RunTests.sh. Lines here
# should be in a format that xunit understands. Lines beginning with '#' are
# comment lines and are ignored.
#
# The interesting xunit exclusion syntax is (extracted from help screen for
# "dotnet.exe xunit.console.dll -?"):
#
# -------------------------------------------------------------------------
# -nomethod "name"       : do not run a given test method (can be fully specified or use a wildcard;
#                        : i.e., 'MyNamespace.MyClass.MyTestMethod' or '*.MyTestMethod')
#                        : if specified more than once, acts as an AND operation
# -noclass "name"        : do not run any methods in a given test class (should be fully
#                        : specified; i.e., 'MyNamespace.MyClass')
#                        : if specified more than once, acts as an AND operation
# -nonamespace "name"    : do not run any methods in a given namespace (i.e.,
#                        : 'MyNamespace.MySubNamespace')
#                        : if specified more than once, acts as an AND operation
# -------------------------------------------------------------------------
#
# Please list a GitHub issue for every exclusion.

-notrait category=OuterLoop
-notrait category=RequiresElevation

# System.ComponentModel.Composition.Registration.Tests: test failures
-noclass System.ComponentModel.Composition.Registration.Tests.RegistrationBuilderAttributedOverrideUnitTests

# Timeout on Linux/arm32
-nonamespace System.Data.SqlClient.Tests

# Missing OOB dependencies (System.Utf8String.Experimental) - Disable UTF8 string tests
-noclass System.Net.Http.Tests.Utf8StringContentTests
-noclass System.Tests.Char8Tests
-noclass System.Tests.MemoryTests
-noclass System.Tests.ReflectionTests
-noclass System.Tests.Utf8ExtensionsTests
-noclass System.Tests.Utf8StringTests

# https://github.com/dotnet/corefx/issues/37886
-nomethod System.Security.Cryptography.Rsa.Tests.RSAXml.FromNonsenseXml

# System.Net.Tests are known for their instability
-nonamespace System.Net.Http.Functional.Tests
-nonamespace System.Net.Sockets.Tests

-noclass System.Net.Tests.HttpListenerContextTests
-noclass System.Net.Tests.HttpListenerAuthenticationTests
-noclass System.Net.Tests.HttpListenerResponseTests
-noclass System.Net.Tests.HttpListenerResponseCookiesTests

-nomethod System.Net.Tests.HttpListenerResponseTests.Redirect_Invoke_SetsRedirectionProperties
-nomethod System.Net.Mail.Tests.SmtpClientTest.TestMailDeliveryAsync

-nomethod System.Net.Security.Tests.LoggingTest.EventSource_EventsRaisedAsExpected
-nomethod System.Net.Security.Tests.SslStreamSniTest.SslStream_NoSniFromClient_CallbackReturnsNull

# 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

# Timeout in System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.SerializeHugeObjectGraphs: https://github.com/dotnet/coreclr/issues/20246
-nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.SerializeHugeObjectGraphs

# 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: https://github.com/dotnet/coreclr/issues/25050
-nonamespace System.Data.Common.Tests

# Test failure: https://github.com/dotnet/corefx/issues/39223
-nomethod System.ComponentModel.TypeConverterTests.FontConverterTest.TestConvertFrom