tests: Enable "SharedArrayBuffer should work @smoke"#13976
Conversation
SharedArrayBuffer is enabled in version https://webkit.org/blog/12140/new-webkit-features-in-safari-15-2/
|
test is still failing, maybe this was not fixed yet 🤔 |
|
Hi, let's file an issue for it first so we can track it as a feature request? Then we can mark it as a specific version and dig into the cause why its not working on WebKit. |
It might have been disabled by a build flag somewhere. |
|
I debugged it a bit and believe it's because we disabled COOP handling in #9185 as it broke some fundamental functionality at that point. We can try reebling it and see if the tests pass. |
|
I any case SharedArrayBuffer only works when WebAssembly is supported and it is currently not on Windows so the test is going to fail on windows. |
|
Filed #14043 |
|
Lets follow-up in #14043 for now to keep track of that feature request, closing for now. |

SharedArrayBuffer is enabled in version https://webkit.org/blog/12140/new-webkit-features-in-safari-15-2/
also in MDN https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer#browser_compatibility