fs: honor encoding option in glob APIs #81625
Annotations
4 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 1.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-fs-glob.mjs#L0
--- stdout ---
Test failure: 'encoding buffer supports absolute patterns'
Location: test/parallel/test-fs-glob.mjs:688:3
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(syncResults.length > 0)
at TestContext.<anonymous> (file:///home/runner/work/node/node/dir%20with%20$unusual%22chars%3F'%C3%A5%C3%9F%E2%88%82%C6%92%C2%A9%E2%88%86%C2%AC%E2%80%A6%60/test/parallel/test-fs-glob.mjs:693:5)
at Test.runInAsyncScope (node:async_hooks:226:14)
at Test.run (node:internal/test_runner/test:1201:25)
at Suite.processPendingSubtests (node:internal/test_runner/test:831:18)
at Test.postRun (node:internal/test_runner/test:1330:19)
at Test.run (node:internal/test_runner/test:1258:12)
at async Suite.processPendingSubtests (node:internal/test_runner/test:831:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout "/home/runner/work/node/node/dir%20with $unusual"chars?'Γ₯ΓβΖΒ©βΒ¬β¦`/test/parallel/test-fs-glob.mjs"
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 1.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-fs-glob.mjs#L0
--- stdout ---
Test failure: 'encoding buffer supports absolute patterns'
Location: test/parallel/test-fs-glob.mjs:688:3
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(syncResults.length > 0)
at TestContext.<anonymous> (file:///home/runner/work/node/node/dir%20with%20$unusual%22chars%3F'%C3%A5%C3%9F%E2%88%82%C6%92%C2%A9%E2%88%86%C2%AC%E2%80%A6%60/test/parallel/test-fs-glob.mjs:693:5)
at Test.runInAsyncScope (node:async_hooks:226:14)
at Test.run (node:internal/test_runner/test:1201:25)
at Suite.processPendingSubtests (node:internal/test_runner/test:831:18)
at Test.postRun (node:internal/test_runner/test:1330:19)
at Test.run (node:internal/test_runner/test:1258:12)
at async Suite.processPendingSubtests (node:internal/test_runner/test:831:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout "/home/runner/work/node/node/dir%20with $unusual"chars?'Γ₯ΓβΖΒ©βΒ¬β¦`/test/parallel/test-fs-glob.mjs"
|
|
sccache stats
61% - 2979 hits, 1881 misses, 0 errors
|
|
sccache stats
72% - 3506 hits, 1341 misses, 0 errors
|