Skip to content
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] Include filename in Invalid image error messages #33117

Merged
merged 8 commits into from
Mar 10, 2020

Conversation

mdh1418
Copy link
Member

@mdh1418 mdh1418 commented Mar 3, 2020

Fixes #31649
Fixes #31650

Testing:
Reproduced Error via
<Runtime Repo Root>/build.sh /p:RuntimeFlavor=mono
Removing [ActiveIssue("https://github.com/dotnet/runtime/issues/31650", TestRuntimes.Mono)] in AssemblyTests.cs
Running dotnet msbuild /t:RebuildAndTest /p:XunitMethodName=System.Reflection.Tests.AssemblyTests.LoadFile_NoSuchPath_ThrowsFileNotFoundException

Fixing issue resulted in no errors.

@mdh1418 mdh1418 changed the title [mono] Include filename in Invalid image error messages [WIP] Include filename in Invalid image error messages Mar 3, 2020
@mdh1418 mdh1418 force-pushed the mdhwang/redo_runtime_issue_31650 branch from f57ff48 to 4417f50 Compare March 5, 2020 15:11
@mdh1418 mdh1418 changed the title [WIP] Include filename in Invalid image error messages [mono] Include filename in Invalid image error messages Mar 6, 2020
src/mono/mono/metadata/icall.c Outdated Show resolved Hide resolved
@mdh1418 mdh1418 force-pushed the mdhwang/redo_runtime_issue_31650 branch from 4417f50 to 6a02051 Compare March 9, 2020 17:16
@mdh1418 mdh1418 merged commit aa6d1ac into dotnet:master Mar 10, 2020
@mdh1418 mdh1418 deleted the mdhwang/redo_runtime_issue_31650 branch March 10, 2020 14:48
@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants