Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing coverage: Resizable / Growable (Shared)ArrayBuffers: Atomics.* #3469

Open
marjakh opened this issue Apr 8, 2022 · 1 comment
Open

Comments

@marjakh
Copy link
Contributor

marjakh commented Apr 8, 2022

There seem to be no tests which pass resizable / growable (Shared)ArrayBuffers to various Atomics functions, like

Atomics.wait, Atomics.waitAsync, Atomics.notify
Atomics.load, Atomics.store, Atomics.exchange, Atomics.compareExchange
Atomics.add, Atomics.sub
Atomics.and, Atomics.or, Atomics.xor

And to prove this report is just overly nitpicky, v8 actually has several bugs which make these functions not work for resizable / growable (Shared)ArrayBuffers but which are not caught by test262 at the moment.

@marjakh
Copy link
Contributor Author

marjakh commented Apr 8, 2022

cc @syg @sarahghp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant