test: use common spawnSync helpers in more tests #81300
Annotations
2 errors and 1 notice
|
test-macOS
Process completed with exit code 2.
|
|
test-macOS:
test/parallel/test-fs-glob.mjs#L710
--- stdout ---
Test failure: 'async glob does not use synchronous path identity calls'
Location: test/parallel/test-fs-glob.mjs:719:1
ReferenceError: spawnSync is not defined
at runNodeScript (file:///Users/runner/work/node/node/node/test/parallel/test-fs-glob.mjs:710:17)
at TestContext.<anonymous> (file:///Users/runner/work/node/node/node/test/parallel/test-fs-glob.mjs:744:3)
at Test.runInAsyncScope (node:async_hooks:227:14)
at Test.run (node:internal/test_runner/test:1402:25)
at Test.processPendingSubtests (node:internal/test_runner/test:974:18)
at Test.postRun (node:internal/test_runner/test:1542:19)
at Test.run (node:internal/test_runner/test:1467:12)
at async Test.processPendingSubtests (node:internal/test_runner/test:974:7)
Test failure: 'does not traverse absolute sibling subtrees'
Location: test/parallel/test-fs-glob.mjs:771:3
ReferenceError: spawnSync is not defined
at runNodeScript (file:///Users/runner/work/node/node/node/test/parallel/test-fs-glob.mjs:710:17)
at assertDoesNotTraverse (file:///Users/runner/work/node/node/node/test/parallel/test-fs-glob.mjs:767:22)
at TestContext.<anonymous> (file:///Users/runner/work/node/node/node/test/parallel/test-fs-glob.mjs:774:5)
at Test.runInAsyncScope (node:async_hooks:227:14)
at Test.run (node:internal/test_runner/test:1402:25)
at Test.start (node:internal/test_runner/test:1262:17)
at node:internal/test_runner/test:1903:71
at node:internal/per_context/primordials:504:82
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:478:3)
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/node/node/node/test/parallel/test-fs-glob.mjs
|
|
sccache stats - test-macOS
65% - 3288 hits, 1740 misses, 0 errors
|