Closed
Description
- Version: v8.0.0-pre
- Platform: all
- Subsystem: test
test-icu-transcode fails built without intl as below.
$ ./configure --with-intl=none
$ make
$ ./node test/parallel/test-icu-transcode.js
/home/ohtsu/github/node/test/parallel/test-icu-transcode.js:19
const dest = buffer.transcode(orig, 'utf8', test);
^
TypeError: buffer.transcode is not a function
at Object.<anonymous> (/home/ohtsu/github/node/test/parallel/test-icu-transcode.js:19:23)
at Module._compile (module.js:573:32)
at Object.Module._extensions..js (module.js:582:10)
at Module.load (module.js:490:32)
at tryModuleLoad (module.js:449:12)
at Function.Module._load (module.js:441:3)
at Module.runMain (module.js:607:10)
at run (bootstrap_node.js:420:7)
at startup (bootstrap_node.js:139:9)
at bootstrap_node.js:535:3
This issue is reserved to be fixed in the course of Code and Learn in Node Fest Tokyo 2016.