Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add tests for fsPromises.chown to increase coverage #20574

Closed
wants to merge 4 commits into from

Commits on Jul 30, 2018

  1. test: add tests for fs/promises chown to increase coverage

    To increase test coverage for fs/promises, add tests for
    methods chown(), filehandle.chown() and lchown().
    shisama authored and TimothyGu committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    7521a3e View commit details
    Browse the repository at this point in the history
  2. test: fix failure in test-fs-promises on Windows

    Fix not to call `process.getuid()` and `process.getgid()` on Windows.
    shisama authored and TimothyGu committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    ed2faa8 View commit details
    Browse the repository at this point in the history
  3. test: add fsPromises.chown error test

    Add error tests for fsPromises.chown and FileHandle.chown on all
    platforms.
    Masashi Hirano authored and TimothyGu committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    d195aca View commit details
    Browse the repository at this point in the history
  4. test: call fsPromises.lchown() on non-Windows

    Masashi Hirano authored and TimothyGu committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    b1183ac View commit details
    Browse the repository at this point in the history