summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoundinya Veluri <kouvel@users.noreply.github.com>2018-08-16 11:23:47 -0700
committerGitHub <noreply@github.com>2018-08-16 11:23:47 -0700
commitfc449435e56ec439fb28b5426a5fbea645bb9d0c (patch)
treedf611dfec2d8ff77cea76cecf59cba35b194d308
parentf0f42d4c0fc3cfd782b89171840e2590604392cd (diff)
downloadcoreclr-fc449435e56ec439fb28b5426a5fbea645bb9d0c.tar.gz
coreclr-fc449435e56ec439fb28b5426a5fbea645bb9d0c.tar.bz2
coreclr-fc449435e56ec439fb28b5426a5fbea645bb9d0c.zip
Disable a regex test that is failing with minopts (#19488)
See dotnet/coreclr#18912. This test would always fail once tiered compilation is enabled by default in CoreFX test runs in the CoreCLR repo.
-rw-r--r--tests/CoreFX/CoreFX.issues.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index 1ac2bafbbc..ff8a131c7e 100644
--- a/tests/CoreFX/CoreFX.issues.json
+++ b/tests/CoreFX/CoreFX.issues.json
@@ -240,6 +240,20 @@
}
},
{
+ "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": {