Skip to content

test: relax expectations in test-icu-transcode

Rodrigo Muino Tomonari requested to merge github/fork/hashseed/windows1252 into master

Chromium's ICU considers "latin1" and "ascii" to mean Windows-1252, which is consistent with WHATWG spec. If linked against Chromium's ICU, Node.js therefore fails test/parallel/test-icu-transcode.

Refs: https://github.com/nodejs/node/issues/25851

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading