0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/addons
Fedor Indutny 931118c9d7 buffer: fix assertion error in WeakCallback
`CallbackInfo` is now bound to `ArrayBuffer` instance, not `Uint8Array`,
therefore `SPREAD_ARG` will abort with:

    Assertion failed: ((object)->IsUint8Array())

Make changes necessary to migrate it to `ArrayBuffer`.

See: https://github.com/nodejs/node/pull/3080#issuecomment-147502167

Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/3329
2015-10-12 20:47:10 -07:00
..
async-hello-world test: load common.js in all tests 2015-10-06 15:11:47 -07:00
at-exit test: load common.js in all tests 2015-10-06 15:11:47 -07:00
buffer-free-callback buffer: fix assertion error in WeakCallback 2015-10-12 20:47:10 -07:00
heap-profiler test: load common.js in all tests 2015-10-06 15:11:47 -07:00
hello-world test: load common.js in all tests 2015-10-06 15:11:47 -07:00
hello-world-function-export test: load common.js in all tests 2015-10-06 15:11:47 -07:00
load-long-path module: use UNC paths when loading native addons 2015-10-05 22:09:51 +02:00
repl-domain-abort test: load common.js in all tests 2015-10-06 15:11:47 -07:00
.gitignore build: make ci test addons in test/addons 2015-08-25 12:03:57 +02:00
testcfg.py