summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2018-10-03 19:38:12 -0700
committerJan Kotas <jkotas@microsoft.com>2018-10-03 19:38:12 -0700
commit209bca9c6caf59bc60bffd16a8da5c67c6d6138b (patch)
tree9d859eba4366497b57271f0f6161605c04f301c3 /tests
parentbac49ea2198a958f018c8a6b0fb4c1c07561042b (diff)
downloadcoreclr-209bca9c6caf59bc60bffd16a8da5c67c6d6138b.tar.gz
coreclr-209bca9c6caf59bc60bffd16a8da5c67c6d6138b.tar.bz2
coreclr-209bca9c6caf59bc60bffd16a8da5c67c6d6138b.zip
Update CoreClr, CoreFx, CoreSetup, IbcData, PgoData to preview1-27003-01, preview1-27003-02, preview1-27003-01, master-20181003-0045, master-20181003-0040, respectively (master) (#20241)
* Update CoreClr, CoreFx, CoreSetup, IbcData, PgoData to preview1-27003-01, preview1-27003-02, preview1-27003-01, master-20181003-0045, master-20181003-0040, respectively * Disabled outdated tests
Diffstat (limited to 'tests')
-rw-r--r--tests/CoreFX/CoreFX.issues.json84
1 files changed, 84 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index 9398076e62..35fe2d5d61 100644
--- a/tests/CoreFX/CoreFX.issues.json
+++ b/tests/CoreFX/CoreFX.issues.json
@@ -455,5 +455,89 @@
"classes": null,
"methods": null
}
+ },
+ {
+ "name": "Microsoft.VisualBasic.Tests",
+ "enabled": true,
+ "exclusions": {
+ "namespaces": null,
+ "classes": null,
+ "methods": [
+ {
+ "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToChar_InvalidObject_ThrowsInvalidCastException",
+ "reason" : "outdated"
+ },
+ {
+ "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToSingle_InvalidObject_ThrowsInvalidCastException",
+ "reason" : "outdated"
+ },
+ {
+ "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToBoolean_InvalidObject_ThrowsInvalidCastException",
+ "reason" : "outdated"
+ },
+ {
+ "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToSByte_InvalidObject_ThrowsInvalidCastException",
+ "reason" : "outdated"
+ },
+ {
+ "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToDouble_InvalidObject_ThrowsInvalidCastException",
+ "reason" : "outdated"
+ },
+ {
+ "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToDecimal_InvalidObject_ThrowsInvalidCastException",
+ "reason" : "outdated"
+ },
+ {
+ "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToByte_InvalidObject_ThrowsInvalidCastException",
+ "reason" : "outdated"
+ },
+ {
+ "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToLong_InvalidObject_ThrowsInvalidCastException",
+ "reason" : "outdated"
+ },
+ {
+ "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToUShort_InvalidObject_ThrowsInvalidCastException",
+ "reason" : "outdated"
+ },
+ {
+ "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToUInteger_InvalidObject_ThrowsInvalidCastException",
+ "reason" : "outdated"
+ },
+ {
+ "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToInteger_InvalidObject_ThrowsInvalidCastException",
+ "reason" : "outdated"
+ },
+ {
+ "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToShort_InvalidObject_ThrowsInvalidCastException",
+ "reason" : "outdated"
+ },
+ {
+ "name" : "Microsoft.VisualBasic.Tests.ConversionsTests.ToULong_InvalidObject_ThrowsInvalidCastException",
+ "reason" : "outdated"
+ }
+ ]
+ }
+ },
+ {
+ "name": "System.Numerics.Vectors.Tests",
+ "enabled": true,
+ "exclusions": {
+ "namespaces": null,
+ "classes": null,
+ "methods": [
+ {
+ "name" : "System.Numerics.Tests.Vector2Tests.Vector2ClampTest",
+ "reason" : "outdated"
+ },
+ {
+ "name" : "System.Numerics.Tests.Vector3Tests.Vector3ClampTest",
+ "reason" : "outdated"
+ },
+ {
+ "name" : "System.Numerics.Tests.Vector4Tests.Vector4ClampTest",
+ "reason" : "outdated"
+ }
+ ]
+ }
}
]