summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-11-01 12:11:20 -0700
committerGitHub <noreply@github.com>2018-11-01 12:11:20 -0700
commit30502d93f08941313d0b7d0138521fee017fccf8 (patch)
tree094971bada1ff5e6af2e151a1d6c1e6c585f806c
parent51b242927f85748f10dcc8a5cc4ccdb836e68342 (diff)
downloadcoreclr-30502d93f08941313d0b7d0138521fee017fccf8.tar.gz
coreclr-30502d93f08941313d0b7d0138521fee017fccf8.tar.bz2
coreclr-30502d93f08941313d0b7d0138521fee017fccf8.zip
Disable outdated CoreFX tests (#20749)
-rw-r--r--tests/CoreFX/CoreFX.issues.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index 8dd18c2d45..b7d9a96ac3 100644
--- a/tests/CoreFX/CoreFX.issues.json
+++ b/tests/CoreFX/CoreFX.issues.json
@@ -59,11 +59,68 @@
{
"name": "System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateAgainstBlobs",
"reason": "The stored blob for type System.CodeDom.MemberAttributes is outdated and needs to be updated."
+ },
+ {
+ "name": "System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateEqualityComparersAgainstBlobs",
+ "reason": "outdated"
+ },
+ {
+ "name": "System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateBasicObjectsRoundtrip",
+ "reason": "outdated"
+ },
+ {
+ "name": "System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.RoundtripManyObjectsInOneStream",
+ "reason": "outdated"
}
]
}
},
{
+ "name": "System.Collections.Immutable.Tests",
+ "enabled": false,
+ "exclusions": {
+ "namespaces": null,
+ "classes": null,
+ "methods": null
+ }
+ },
+ {
+ "name": "System.Reflection.Metadata.Tests",
+ "enabled": false,
+ "exclusions": {
+ "namespaces": null,
+ "classes": null,
+ "methods": null
+ }
+ },
+ {
+ "name": "System.Text.Encodings.Web.Tests",
+ "enabled": false,
+ "exclusions": {
+ "namespaces": null,
+ "classes": null,
+ "methods": null
+ }
+ },
+ {
+ "name": "System.IO.Pipelines.Tests",
+ "enabled": false,
+ "exclusions": {
+ "namespaces": null,
+ "classes": null,
+ "methods": null
+ }
+ },
+ {
+ "name": "System.Data.Common.Tests",
+ "enabled": false,
+ "exclusions": {
+ "namespaces": null,
+ "classes": null,
+ "methods": null
+ }
+ },
+ {
"name": "System.Diagnostics.Tracing.Tests",
"enabled": true,
"exclusions": {