tools: run CI with shared libs on GHA #1
Annotations
2 errors
|
x86_64-darwin: with shared libraries
Process completed with exit code 2.
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-runner-run-watch.mjs#L0
--- stdout ---
Test failure: 'should run with different cwd while in watch mode and isolation "none"'
Location: test/parallel/test-runner-run-watch.mjs:358:5
AssertionError [ERR_ASSERTION]: function should not have been called at file:///Users/runner/work/node/node/test/parallel/test-runner-run-watch.mjs:373
called with arguments: [Object: null prototype] {
name: '<anonymous>',
nesting: 0,
testNumber: 1,
details: [Object: null prototype] {
duration_ms: 219.787117,
type: 'test',
error: [Error: test failed] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: 'test failed',
exitCode: null,
signal: 'SIGTERM'
}
},
line: 1,
column: 1,
file: '/Users/runner/work/node/node/<anonymous>'
}
at TestsStream.mustNotCall (/Users/runner/work/node/node/test/common/index.js:533:12)
at TestsStream.emit (node:events:508:28)
at [kEmitMessage] (node:internal/test_runner/tests_stream:153:10)
at TestsStream.fail (node:internal/test_runner/tests_stream:38:23)
at FileTest.report (node:internal/test_runner/test:1378:21)
at FileTest.report (node:internal/test_runner/runner:290:13)
at FileTest.finalize (node:internal/test_runner/test:1322:10)
at Test.processReadySubtestRange (node:internal/test_runner/test:835:15)
at FileTest.postRun (node:internal/test_runner/test:1234:19)
at FileTest.run (node:internal/test_runner/test:1163:12) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/node/node/test/parallel/test-runner-run-watch.mjs
|