We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f42d4 commit fc44943Copy full SHA for fc44943
tests/CoreFX/CoreFX.issues.json
@@ -239,6 +239,20 @@
239
]
240
}
241
},
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
+ },
256
{
257
"name": "System.Threading.Thread.Tests",
258
"enabled": true,
0 commit comments