sagudev
sagudev
@mukilan Just reminder that we use SM ESR 115 which may have different code: https://searchfox.org/mozilla-esr115/source
I am currently waiting for https://github.com/gpuweb/cts/pull/3246 to land.
Currently this was resolved (somehow) in #31695, by just disabling such flaky test. But now in #31772 I observed some real timeouts that would be solved by more fine chunking....
Times from Chrome are completely different (servo/FF: 18s vs chrome 20ms), so we would need to generate our own time data for it to work (can we share data with...
Just found this: https://github.com/servo/servo/pull/21371
When based on #30406 there is no error on wgpu examples. But when refreshed examples do not work (also non-ui wgpu examples), maybe that's has something to do with wasm...
TODO: How is nop resize (old size = new size) handled.
Resize canvas example from webgpu-samples still crash, but that is not problem with `recreate_context`.
Try run: https://github.com/sagudev/servo/actions/runs/6339107135
I will need to rethink this, so I spitted off crash fix.