Skip to content

test-icu-transcode fails built without intl #9511

Closed
@shigeki

Description

@shigeki
  • 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.

Ref: nodejs/code-and-learn#58

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueIssues that are suitable for first-time contributors.i18n-apiIssues and PRs related to the i18n implementation.testIssues and PRs related to the tests.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions