summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2019-01-15 08:12:09 -0800
committerJan Kotas <jkotas@microsoft.com>2019-01-15 08:12:09 -0800
commit716e6bb95cbec04111a057cc36f2642574ff7c55 (patch)
treed613f182f8715666237a395ec74ea56375a36855 /tests
parent9a778de6d0587e6bcabb34c43cf24b175735e2e7 (diff)
downloadcoreclr-716e6bb95cbec04111a057cc36f2642574ff7c55.tar.gz
coreclr-716e6bb95cbec04111a057cc36f2642574ff7c55.tar.bz2
coreclr-716e6bb95cbec04111a057cc36f2642574ff7c55.zip
Update CoreClr, CoreFx, PgoData to preview-27312-01, preview.19063.1, master-20190111.1, respectively (master) (#21954)
* Update CoreClr, CoreFx, PgoData to preview-27312-01, preview.19063.1, master-20190111.1, respectively * Disable invalid test
Diffstat (limited to 'tests')
-rw-r--r--tests/CoreFX/CoreFX.issues.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index 25970b3f23..972dcec53f 100644
--- a/tests/CoreFX/CoreFX.issues.json
+++ b/tests/CoreFX/CoreFX.issues.json
@@ -676,6 +676,10 @@
{
"name": "System.Drawing.Tests.Graphics_DrawBezierTests.DrawBezier_Point",
"reason": "https://github.com/dotnet/corefx/issues/30180"
+ },
+ {
+ "name": "System.Drawing.Tests.IconTests.ExtractAssociatedIcon_InvalidFilePath_ThrowsArgumentException",
+ "reason": "https://github.com/dotnet/corefx/issues/34122"
}
]
}