You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: