-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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] Test failed on Helix: System.Reflection.Tests.AssemblyTests.LoadFile_ValidPEBadIL_ThrowsBadImageFormatExceptionWithPath #31649
Closed
Labels
Comments
jkotas
added
area-System.Reflection
runtime-mono
specific to the Mono runtime
area-AssemblyLoader-mono
and removed
area-System.Reflection
labels
Feb 5, 2020
See #31650 (comment), failures seem to be for the same reason. |
monojenkins
pushed a commit
to monojenkins/mono
that referenced
this issue
Mar 2, 2020
Fixes dotnet/runtime#31649 Fixes dotnet/runtime#31650 **Testing**: Reproduced Error via `<Runtime Repo Root>/build.sh /p:RuntimeFlavor=mono` Removing `[ActiveIssue("dotnet/runtime#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.
monojenkins
pushed a commit
to monojenkins/mono
that referenced
this issue
Mar 9, 2020
Fixes dotnet/runtime#31649 Fixes dotnet/runtime#31650 **Testing**: Reproduced Error via `<Runtime Repo Root>/build.sh /p:RuntimeFlavor=mono` Removing `[ActiveIssue("dotnet/runtime#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
added a commit
to mono/mono
that referenced
this issue
Mar 10, 2020
Fixes dotnet/runtime#31649 Fixes dotnet/runtime#31650 **Testing**: Reproduced Error via `<Runtime Repo Root>/build.sh /p:RuntimeFlavor=mono` Removing `[ActiveIssue("dotnet/runtime#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. Co-authored-by: mdh1418 <[email protected]>
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.
System.Reflection.Tests.AssemblyTests.LoadFile_ValidPEBadIL_ThrowsBadImageFormatExceptionWithPath
fails on Helix. It will be skipped with ActiveIssue in #2087.The text was updated successfully, but these errors were encountered: