-
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
Test failure: tracing\eventpipe\processinfo\processinfo\processinfo.cmd #39935
Comments
I don’t think this is an actual product issue, but rather the test being brittle on the file name being changed. It seems that the ILASM round trip changes the file name such that the runtime perceives the new name when it checks its cmdline, i.e., .asm.dll, while the managed API sees the original name when you query the Assembly’s Location property, i.e., just .dll. I think it’s probably sufficient to just turn the test off for the ilasm roundtrip legs. I’ll double check on Monday to make sure something more nefarious isn’t going on, though. |
closing per @josalem's comments |
processinfo
fails in all ilasm round-trip testing:https://dev.azure.com/dnceng/public/_build/results?buildId=745874&view=ms.vss-test-web.build-test-results-tab
@josalem
The text was updated successfully, but these errors were encountered: