Skip to content

test: added input validation test for fchmod

Added a test to ensure input validation for FD and mode for fs.fchmod. Removed check for values lower than 0 for mode as it's already checked by validateUint32.

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

test, fs

Merge request reports

Loading