Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2018-09-07 04:32:33 +0300
committerJan Kotas <jkotas@microsoft.com>2018-09-07 06:33:14 +0300
commit9ca75bb786f8abcfc022a7d2f14b4fc2d8e36301 (patch)
treea1840e27f412ea372729a577da4405d5dd25e1f4
parent5e8dadde4b663494f934c03c03fdf4dfe5969ee4 (diff)
Disabling the failing CoreFX tests related to ToString for negative zero
-rw-r--r--tests/TopN.CoreFX.Windows.issues.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/TopN.CoreFX.Windows.issues.json b/tests/TopN.CoreFX.Windows.issues.json
index b116139fa..4848b78f4 100644
--- a/tests/TopN.CoreFX.Windows.issues.json
+++ b/tests/TopN.CoreFX.Windows.issues.json
@@ -862,6 +862,10 @@
{
"name": "System.Tests.BitConverterArray.ConvertFromChar",
"reason": "System.ArgumentException"
+ },
+ {
+ "name": "System.Tests.ConvertToStringTests.FromBoxedObject",
+ "reason": "https://github.com/dotnet/coreclr/pull/19775"
}
]
}