We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These tests fail on android:
The common stack trace is:
Assert.Equal() Failure Expected: \"Isolated\" System.Runtime.Loader.AssemblyLoadContext #1 Actual: \"Default\" System.Runtime.Loader.DefaultAssemblyLoadContext #0 at System.Runtime.Loader.Tests.ContextualReflectionTest.AssertAssemblyEqual(Assembly expected, Assembly actual) in /Users/steve/dev/net5/droid-runtime/src/libraries/System.Runtime.Loader/tests/ContextualReflection.cs:line 160 at System.Runtime.Loader.Tests.ContextualReflectionTest.AssemblyLoadTestCase(Func`1 func, Assembly nullExpected, Assembly defaultExpected, Assembly isolatedExpected) in /Users/steve/dev/net5/droid-runtime/src/libraries/System.Runtime.Loader/tests/ContextualReflection.cs:line 550 at System.Runtime.Loader.Tests.ContextualReflectionTest.AssemblyLoadStringMultiLoadedAssemblyDefault() in /Users/steve/dev/net5/droid-runtime/src/libraries/System.Runtime.Loader/tests/ContextualReflection.cs:line 610 at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /Users/steve/dev/net5/droid-runtime/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs:line 359
/cc @CoffeeFlux
The text was updated successfully, but these errors were encountered:
It still fails, see more details in mono/mono#15142 and #34072. Since 34072 got moved to 7.0, it makes sense to do the same for this issue.
Sorry, something went wrong.
These all pass on device locally. Will reenable in a PR.
Actually, these are already enabled on Android. Closing.
No branches or pull requests
These tests fail on android:
The common stack trace is:
/cc @CoffeeFlux
The text was updated successfully, but these errors were encountered: