Skip to content

Commit fc44943

Browse files
authored
Disable a regex test that is failing with minopts (dotnet#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.
1 parent f0f42d4 commit fc44943

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/CoreFX/CoreFX.issues.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,20 @@
239239
]
240240
}
241241
},
242+
{
243+
"name": "System.Text.RegularExpressions.Tests",
244+
"enabled": true,
245+
"exclusions": {
246+
"namespaces": null,
247+
"classes": null,
248+
"methods": [
249+
{
250+
"name": "System.Text.RegularExpressions.Tests.RegexMatchTests.Match_ExcessPrefix",
251+
"reason": "https://github.com/dotnet/coreclr/issues/18912"
252+
}
253+
]
254+
}
255+
},
242256
{
243257
"name": "System.Threading.Thread.Tests",
244258
"enabled": true,

0 commit comments

Comments
 (0)