-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mono minijit x64 test failure: loopinfinally_do.dll exception #68187
Comments
Tagging subscribers to this area: @JulieLeeMSFT Issue Detailsmono minijit Pri0 Runtime Tests Run windows x64 release Failing test:
|
@jakobbotsch this is blocking CI. PTAL with a high priority. |
loopinfinally_do is supposed to be excluded from mono runs on Windows: runtime/src/tests/issues.targets Lines 2237 to 2239 in 2056321
@trylek @jkoritzinsky could this be related to the merged test work in #65597? |
runtime/src/tests/issues.targets Lines 1853 to 1855 in 2056321
|
I'm taking a look now, for sure it may be related, thanks for the heads-up. |
@jkoritzinsky - at the first glance this looks like a mismatch between the forward and backward slashes in TestExclusionList. Should we always put forward slashes in the list? |
If that's the issue, then we definitely need to add some normalization. I think changing all of the slashes to be forward slashes (Unix style) would be the easiest. |
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue Detailsmono minijit Pri0 Runtime Tests Run windows x64 release Failing test:
|
This does not look codegen related, so reassigning based on above discussion. |
mono minijit Pri0 Runtime Tests Run windows x64 release
Example: https://dev.azure.com/dnceng/public/_build/results?buildId=1724655&view=logs&j=fea05fe8-29db-5d00-a4a9-158748ab7a12&t=2e9f2958-4d0a-5332-1dee-76b00780168f&l=104
Failing test:
The text was updated successfully, but these errors were encountered: