Some configurations report different line numbers for Foo4 in StackAndOtherTests.script verification:
- .NET 11 on Linux reports line 53 (AssemblyLoadContext.Default.LoadFromStream call)
- Windows x64 with certain PDB types report line 53
- Expected line is 57 (dllMethod.Invoke call)
The PR #5874 (cDAC bundling) widened the regex to (53|57) in 4 locations
Related: #5740 - since this had tightened the lines before. @leculver - this is the highest hit rate test failure right now.
Some configurations report different line numbers for Foo4 in StackAndOtherTests.script verification:
The PR #5874 (cDAC bundling) widened the regex to
(53|57)in 4 locationsRelated: #5740 - since this had tightened the lines before. @leculver - this is the highest hit rate test failure right now.