Disabling the failing CoreFX tests related to ToString for negative zero
authorTanner Gooding <tagoo@outlook.com>
Thu, 6 Sep 2018 18:28:45 +0000 (11:28 -0700)
committerTanner Gooding <tagoo@outlook.com>
Fri, 7 Sep 2018 00:07:08 +0000 (17:07 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/98fa2d6982db284d53e202fb2b07683a1df2cd44

src/coreclr/tests/CoreFX/CoreFX.issues.json

index 71fa2cf..54b4a49 100644 (file)
                }
             ]
         }
+    },
+    {
+        "name": "System.Memory.Tests",
+        "enabled": true,
+        "exclusions": {
+            "namespaces": null,
+            "classes": null,
+            "methods": [
+               { 
+                "name": "System.Buffers.Text.Tests.FormatterTests.TestFormatterDecimal",
+                "reason": "https://github.com/dotnet/coreclr/pull/19775"
+               }
+            ]
+        }
+    },
+    {
+        "name": "System.Runtime.Extensions.Tests",
+        "enabled": true,
+        "exclusions": {
+            "namespaces": null,
+            "classes": null,
+            "methods": [
+               { 
+                "name": "System.Tests.ConvertToStringTests.FromBoxedObject",
+                "reason": "https://github.com/dotnet/coreclr/pull/19775"
+               }
+            ]
+        }
     }
 ]