threads icon indicating copy to clipboard operation
threads copied to clipboard

Remove duplicate (broken) definition of `assert_ArrayBuffer`

Open backes opened this issue 2 months ago • 10 comments

This was removed from the upstream test in https://github.com/WebAssembly/spec/commit/cc2d59bd56e5342e3c1834a7699915f8b67fc29c.

The assert_ArrayBuffer helper is now defined in the assertions.js file. The version there does not have the problem with self.

This problem was uncovered when importing the threads JS tests into V8, see https://crbug.com/449581914.

backes avatar Oct 06 '25 12:10 backes