-
Notifications
You must be signed in to change notification settings - Fork 557
Closed
Labels
Area: App RuntimeIssues in `libmonodroid.so`.Issues in `libmonodroid.so`.
Milestone
Description
Android framework version
net10.0-android (Preview)
Affected platform version
.NET 10
Description
After merging #10354, a couple test runs are successful, but then one failed:
Mono.Android.NET_Tests, Java.InteropTests.JavaObjectTest.Dispose_Finalized / Release
System.AggregateException : AggregateException_ctor_DefaultMessage ( Expected: True
But was: False
)
----> NUnit.Framework.AssertionException : Expected: True
But was: False
Test source:
So, I suspect the test is flaky and fails some percentage of the time.
We should check out if this is a bug, or if the test can be improved.
Steps to Reproduce
Run tests\Mono.Android-Tests\Mono.Android-Tests\Mono.Android.NET-Tests.csproj
several times
Did you find any workaround?
Run it again, it passes sometimes.
Relevant log output
Metadata
Metadata
Assignees
Labels
Area: App RuntimeIssues in `libmonodroid.so`.Issues in `libmonodroid.so`.