Closed
Description
After #60607 was merged, certain theory runs started failing in the Match_In_Different_Cultures test. Unsure as to why at this point, but here is an example failure:
<test name="System.Text.RegularExpressions.Tests.RegexCultureTests.Match_In_Different_Cultures(pattern: \"(?i:iI+)\", options: None, culture: , input: \"abcIiİxyz\", match_expected: \"Iiİ\")" type="System.Text.RegularExpressions.Tests.RegexCultureTests" method="Match_In_Different_Cultures" time="0.0057729" result="Fail">
<failure exception-type="Xunit.Sdk.EqualException">
<message><![CDATA[Assert.Equal() Failure\n ↓ (pos 2)\nExpected: Iiİ\nActual: Ii\n ↑ (pos 2)]]></message>
<stack-trace><![CDATA[ at System.Text.RegularExpressions.Tests.RegexCultureTests.Match_In_Different_Cultures(String pattern, RegexOptions options, CultureInfo culture, String input, String match_expected)
at System.Reflection.RuntimeMethodInfo.InvokeWorker(Object obj, BindingFlags invokeAttr, Span`1& parameters)]]></stack-trace>
</failure>
</test>
The rest can be found in https://gist.github.com/steveisok/702d94768c660462f0df76889c877e71