Assigned
Status Update
Comments
ap...@google.com <ap...@google.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
No update yet.
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
Description
If b/254115946 ).
TestMonotonicFrameClock.performFrame
throws after runningwithFrameNanos
callbacks, and then awithFrameNanos
caller synchronously resumes and immediately throws its own exception, if that exception bubbles up to cancel the test job beforeperformFrame
gets a chance to throw and cancel, then the test failure will only show thewithFrameNanos
failure and not theperformFrame
failure. This is only an issue when using theUnconfinedTestDispatcher
, as we are as of the time of filing this bug (see