fs: make dirent.path
writable
#57673
Annotations
2 errors and 1 notice
test/parallel/test-fs-utils-get-dirents.js#L1
--- stderr ---
(node:68824) internal/test/binding: These APIs are for internal testing only. Do not use them.
(Use `node --trace-warnings ...` to show where the warning was created)
node:assert:90
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ Buffer(47) [Uint8Array] [
+ 47,
+ 85,
+ 115,
+ 101,
+ 114,
+ 115,
+ 47,
+ 114,
+ 117,
+ 110,
+ 110,
+ 101,
+ 114,
+ 47,
+ 119,
+ 111,
+ 114,
+ 107,
+ 47,
+ 110,
+ 111,
+ 100,
+ 101,
+ 47,
+ 110,
+ 111,
+ 100,
+ 101,
+ 47,
+ 116,
+ 101,
+ 115,
+ 116,
+ 47,
+ 46,
+ 116,
+ 109,
+ 112,
+ 46,
+ 49,
+ 48,
+ 50,
+ 48,
+ 47,
+ 102,
+ 111,
+ 111
+ ]
- '/Users/runner/work/node/node/test/.tmp.1020'
at /Users/runner/work/node/node/test/parallel/test-fs-utils-get-dirents.js:92:14
at /Users/runner/work/node/node/test/common/index.js:491:15
at node:internal/fs/utils:317:9
at FSReqCallback.oncomplete (node:fs:199:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Buffer(47) [Uint8Array] [
47, 85, 115, 101, 114, 115, 47, 114, 117,
110, 110, 101, 114, 47, 119, 111, 114, 107,
47, 110, 111, 100, 101, 47, 110, 111, 100,
101, 47, 116, 101, 115, 116, 47, 46, 116,
109, 112, 46, 49, 48, 50, 48, 47, 102,
111, 111
],
expected: '/Users/runner/work/node/node/test/.tmp.1020',
operator: 'strictEqual'
}
Node.js v24.0.0-pre
Command: out/Release/node --expose-internals --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/node/node/test/parallel/test-fs-utils-get-dirents.js
|
|
|
The logs for this run have expired and are no longer available.
Loading