summaryrefslogtreecommitdiff
path: root/tests/node_compat/test/parallel/test-fs-readv.js
AgeCommit message (Collapse)Author
2024-06-11chore: sync up Node.js test files for v20.11.1 (#24066)Bartek IwaƄczuk
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-04-03chore: move `tools/node_compat` to `tests/node_compat/runner` (#23025)Asher Gomez
The `tools/node_compat/node` submodule has been moved to `tests/node_compat/runner/suite` and the remaining files within `tools/node_compat` to `tests/node_compat/runner`. Most of the changes are of the header within `tests/node_compat/test` files. The `setup` and `test` tasks within `tests/node_comapt` execute successfully. Towards #22525 CC @mmastrac
2024-04-01fix(ext/node): Add fs.readv, fs.readvSync (#23166)Nathan Whitaker
Part of #18218. Implements `fs.readv` and `fs.readvSync` and enables the corresponding `node_compat` tests.