From fc449435e56ec439fb28b5426a5fbea645bb9d0c Mon Sep 17 00:00:00 2001 From: Koundinya Veluri Date: Thu, 16 Aug 2018 11:23:47 -0700 Subject: 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. --- tests/CoreFX/CoreFX.issues.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tests') 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 @@ -239,6 +239,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, -- cgit v1.2.3