From 9bc6fe7eb378fbacecb33efd2ad549f04f7b447e Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Fri, 19 Mar 2021 22:37:29 -0400 Subject: [PATCH] test: remove references to unsupported AIX versions The `filehandle.utimes()` and `fs.futimes()` APIs work on all versions of AIX that are supported by this version of Node.js. PR-URL: https://github.com/nodejs/node/pull/37826 Reviewed-By: Gireesh Punathil Reviewed-By: Rich Trott Reviewed-By: Stewart X Addison Reviewed-By: Colin Ihrig Reviewed-By: Ash Cripps --- doc/api/fs.md | 6 ------ test/parallel/test-trace-events-fs-sync.js | 7 ------- 2 files changed, 13 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index d87f73a15f593f..e01a33940f19bc 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -420,9 +420,6 @@ added: v10.0.0 Change the file system timestamps of the object referenced by the {FileHandle} then resolves the promise with no arguments upon success. -This function does not work on AIX versions before 7.1, it will reject the -promise with an error using code `UV_ENOSYS`. - #### `filehandle.write(buffer[, offset[, length[, position]]])`