Current situation, based on https://cloud.cypress.io/projects/ppvnzg/runs/17700/overview: * A lot of the read-receipts tests are still failing, despite https://github.com/matrix-org/matrix-react-sdk/pull/11465. Presumably due to https://github.com/matrix-org/matrix-js-sdk/issues/3684. * The soft-logout tests intermittently report things like `null pointer passed to rust`, despite https://github.com/matrix-org/matrix-react-sdk/pull/11468. This is because the shutdown of the rust SDK caused by soft-logout is racing with other operations. I have PRs in progress to fix this (https://github.com/matrix-org/matrix-js-sdk/pull/3682, https://github.com/matrix-org/matrix-react-sdk/pull/11484) * "should be able to add and remove filters via keyboard" is also flaky on legacy crypto: https://github.com/vector-im/element-web/issues/26053
Current situation, based on https://cloud.cypress.io/projects/ppvnzg/runs/17700/overview:
null pointer passed to rust, despite Fix incompatibility of Soft Logout with Element-R matrix-org/matrix-react-sdk#11468. This is because the shutdown of the rust SDK caused by soft-logout is racing with other operations. I have PRs in progress to fix this (RustCrypto.getCrossSigningStatus: check the client is not stopped matrix-org/matrix-js-sdk#3682, Improve error handling forDeviceListenermatrix-org/matrix-react-sdk#11484)