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

[Testing] StreamImageSource.GetDrawableAsync currently doesn't work when ran in release mode on Core.DeviceTests #24338

Open
PureWeen opened this issue Aug 20, 2024 · 0 comments
Labels
area-testing Unit tests, device tests s/triaged Issue has been reviewed Task neither bug nor feature but something that needs to be done in support of either testing-reenable
Milestone

Comments

@PureWeen
Copy link
Member

Description

With this #24128 we started shifting our device tests over to release configuration to workaround an xharness issue. The StreamImageSource.GetDrawableAsync tests unfortunately aren't running successfully when in a release configuration.

https://github.com/dotnet/maui/pull/24128/files#diff-ba305b462363b80e784d77df49d1bafb7528f85766934e04ccb8c066b22179c3R25

It looks like for some reason Glide is unable to process the MemoryStream that's passed to it

image

@PureWeen PureWeen added this to the Backlog milestone Aug 20, 2024
@dotnet-policy-service dotnet-policy-service bot added the s/triaged Issue has been reviewed label Aug 20, 2024
@samhouts samhouts added Task neither bug nor feature but something that needs to be done in support of either area-testing Unit tests, device tests labels Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-testing Unit tests, device tests s/triaged Issue has been reviewed Task neither bug nor feature but something that needs to be done in support of either testing-reenable
Projects
None yet
Development

No branches or pull requests

2 participants