test262 icon indicating copy to clipboard operation
test262 copied to clipboard

Resizable/Growable (Shared)ArrayBuffers: Missing coverage for the "reload length" issue

Open marjakh opened this issue 4 years ago • 1 comments

Spec bug: https://github.com/tc39/proposal-resizablearraybuffer/issues/73

It would be great to have tests which fail if the implementation doesn't reload the length as the spec says.

marjakh avatar Sep 13 '21 09:09 marjakh

Thanks for the report! As of today, two observably-distinct solutions for the spec bug are under consideration (see https://github.com/tc39/proposal-resizablearraybuffer/pull/74 and https://github.com/tc39/proposal-resizablearraybuffer/pull/75). I'd like to hold off on writing tests until we have clarity on the expected semantics.

jugglinmike avatar Sep 17 '21 22:09 jugglinmike