Disable a regex test that is failing with minopts (dotnet/coreclr#19488)
authorKoundinya Veluri <kouvel@users.noreply.github.com>
Thu, 16 Aug 2018 18:23:47 +0000 (11:23 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Aug 2018 18:23:47 +0000 (11:23 -0700)
See dotnet/coreclrdotnet/coreclr#18912. This test would always fail once tiered compilation is enabled by default in CoreFX test runs in the CoreCLR repo.

Commit migrated from https://github.com/dotnet/coreclr/commit/fc449435e56ec439fb28b5426a5fbea645bb9d0c

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

index 1ac2baf..ff8a131 100644 (file)
         }
     },
     {
+        "name": "System.Text.RegularExpressions.Tests",
+        "enabled": true,
+        "exclusions": {
+            "namespaces": null,
+            "classes": null,
+            "methods": [
+                {
+                    "name": "System.Text.RegularExpressions.Tests.RegexMatchTests.Match_ExcessPrefix",
+                    "reason": "https://github.com/dotnet/coreclr/issues/18912"
+                }
+            ]
+        }
+    },
+    {
         "name": "System.Threading.Thread.Tests",
         "enabled": true,
         "exclusions": {