unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.87k stars 716 forks source link

[WASM] Some Runtime Tests fail on WASM #2314

Closed davidjohnoliver closed 1 year ago

davidjohnoliver commented 4 years ago

These failures were uncovered by https://github.com/unoplatform/uno/pull/2301 - previously async tests weren't reporting failures.

Current behavior

Expected behavior

How to reproduce it (as minimally and precisely as possible)

Environment

Nuget Package:

Package Version(s):

Affected platform(s):

Visual Studio:

Relevant plugins:

Anything else we need to know?

carldebilly commented 4 years ago

Why it's not blocking the CI?

davidjohnoliver commented 4 years ago

Why it's not blocking the CI?

Failing async tests in Uno.UI.RuntimeTests were being incorrectly passed, https://github.com/unoplatform/uno/pull/2301 fixed this

MartinZikmund commented 1 year ago

This is now fixed