Skip to content

test: add test-fs-writeFileSync-invalid-windows

Rodrigo Muino Tomonari requested to merge github/fork/Trott/known-8987 into master

Add a known_issues test for the Windows returning ENOTFOUND where EINVAL is more appropriate. This happens with various functions in the fs module when an invalid path is used.

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

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading