runtime: Test failed: System.Runtime.Serialization.Formatters.Tests.EqualityExtensions.IsEqual
Failed tests: System.Runtime.Serialization.Formatters.Tests.EqualityExtensions.IsEqual
Log:
Assert.Equal() Failure
Expected: 103469184
Actual: 103439960
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 34 (34 by maintainers)
Commits related to this issue
- Repro for #25468 — committed to CarolEidt/coreclr by CarolEidt 5 years ago
- Repro for #25468 Also some additional dump & debugging support. — committed to CarolEidt/coreclr by CarolEidt 5 years ago
- Repro for #25468 Also some additional dump & debugging support. — committed to CarolEidt/coreclr by CarolEidt 5 years ago
- Repro for #25468 Also some additional dump & debugging support. — committed to CarolEidt/coreclr by CarolEidt 5 years ago
- Add mono preview repo to Ubuntu 16 and 18 ARM32 docker images (see https://github.com/dotnet/coreclr/issues/25468#issuecomment-518320741) (following instructions here: https://www.mono-project.com/d... — committed to dotnet/dotnet-buildtools-prereqs-docker by MattGal 5 years ago
- Repro for #25468 Also some additional dump & debugging support. — committed to CarolEidt/coreclr by CarolEidt 5 years ago
- Repro for #25468 (#26009) Also some additional dump & debugging support. — committed to dotnet/coreclr by CarolEidt 5 years ago
Okay 6.0.1 is out, and published on the mono-project.com
preview
repos. It’s not in thestable
repos, and probably won’t be for a while. Give it a try, see if it fixes the bug you’re experiencing.Current plan is to ship a release tomorrow, after running the current state of master through static analysis and fuzzing. It’s a big release.
@safern / @danmosemsft I’m not 100% sure I understand the question I’ve been CC’ed to answer, but if we’re talking test execution, there’s basically three things we need to do to get changes everywhere:
Ping me on teams to chat further.
I’m not sure that building libgdiplus would be a productive use of my time. I wasn’t able to quickly discern how to build for armhf, and even if I did, I’m not sure that’s the appropriate way to come up with a version to use for the CI system - not to mention that we should be testing with libraries that are available to our users, given that it is used by
System.Drawing.Common
.