test262
test262 copied to clipboard
Missing coverage: Resizable / Growable (Shared)ArrayBuffers: Atomics.*
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.
cc @syg @sarahghp