fix(source-maps): resolve test failures #11845
test-shared.yml
on: pull_request
Annotations
18 errors
|
aarch64-darwin: with shared libraries / build
Process completed with exit code 2.
|
|
aarch64-darwin: with shared libraries / build:
test/parallel/test-node-output-sourcemaps.mjs#L32
--- stdout ---
Test failure: 'source-map/output/source_map_throw_class_method.js'
Location: test/parallel/test-node-output-sourcemaps.mjs:31:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
+ ' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
- ' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n'
at assertSnapshot (/Users/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/Users/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs:32:7)
at async Test.run (node:internal/test_runner/test:1409:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
expected: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
aarch64-linux: with shared openssl-4.0.1 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-4.0.1 / build:
test/parallel/test-node-output-sourcemaps.mjs#L32
--- stdout ---
Test failure: 'source-map/output/source_map_throw_class_method.js'
Location: test/parallel/test-node-output-sourcemaps.mjs:31:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
+ ' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
- ' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n'
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs:32:7)
at async Test.run (node:internal/test_runner/test:1409:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
expected: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
aarch64-linux: with shared boringssl-0.20260803.0 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared boringssl-0.20260803.0 / build:
test/parallel/test-node-output-sourcemaps.mjs#L32
--- stdout ---
Test failure: 'source-map/output/source_map_throw_class_method.js'
Location: test/parallel/test-node-output-sourcemaps.mjs:31:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
+ ' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
- ' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n'
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs:32:7)
at async Test.run (node:internal/test_runner/test:1409:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
expected: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
aarch64-linux: with shared openssl-3.0.21 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-3.0.21 / build:
test/parallel/test-node-output-sourcemaps.mjs#L32
--- stdout ---
Test failure: 'source-map/output/source_map_throw_class_method.js'
Location: test/parallel/test-node-output-sourcemaps.mjs:31:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
+ ' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
- ' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n'
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs:32:7)
at async Test.run (node:internal/test_runner/test:1409:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
expected: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
aarch64-linux: with shared openssl-3.6.3 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-3.6.3 / build:
test/parallel/test-node-output-sourcemaps.mjs#L32
--- stdout ---
Test failure: 'source-map/output/source_map_throw_class_method.js'
Location: test/parallel/test-node-output-sourcemaps.mjs:31:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
+ ' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
- ' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n'
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs:32:7)
at async Test.run (node:internal/test_runner/test:1409:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
expected: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
aarch64-linux: with shared openssl-3.5.7 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-3.5.7 / build:
test/parallel/test-node-output-sourcemaps.mjs#L32
--- stdout ---
Test failure: 'source-map/output/source_map_throw_class_method.js'
Location: test/parallel/test-node-output-sourcemaps.mjs:31:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
+ ' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
- ' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n'
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs:32:7)
at async Test.run (node:internal/test_runner/test:1409:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
expected: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
x86_64-linux: with shared libraries and perfetto / build
Process completed with exit code 2.
|
|
x86_64-linux: with shared libraries and perfetto / build:
test/parallel/test-node-output-sourcemaps.mjs#L32
--- stdout ---
Test failure: 'source-map/output/source_map_throw_class_method.js'
Location: test/parallel/test-node-output-sourcemaps.mjs:31:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
+ ' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
- ' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n'
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs:32:7)
at async Test.run (node:internal/test_runner/test:1409:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
expected: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
aarch64-linux: with shared openssl-fips-3.5.7 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-fips-3.5.7 / build:
test/parallel/test-node-output-sourcemaps.mjs#L32
--- stdout ---
Test failure: 'source-map/output/source_map_throw_class_method.js'
Location: test/parallel/test-node-output-sourcemaps.mjs:31:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
+ ' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
- ' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n'
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs:32:7)
at async Test.run (node:internal/test_runner/test:1409:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
expected: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
x86_64-darwin: with shared libraries / build
Process completed with exit code 2.
|
|
x86_64-darwin: with shared libraries / build:
test/parallel/test-node-output-sourcemaps.mjs#L32
--- stdout ---
Test failure: 'source-map/output/source_map_throw_class_method.js'
Location: test/parallel/test-node-output-sourcemaps.mjs:31:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
+ ' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
- ' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n'
at assertSnapshot (/Users/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/Users/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs:32:7)
at async Test.run (node:internal/test_runner/test:1409:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Bar.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
expected: 'Error: This is a test\n' +
' at Foo.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:12:7)\n' +
'Error: This is a test\n' +
' at Object.bar (<project-root>/test/fixtures/source-map/throw-class-method.js:3:11)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/source-map/throw-class-method.js:19:7)\n',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v27.0.0-nightly2026-08-295bffbc33a6-slim/test/parallel/test-node-output-sourcemaps.mjs
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
node-v27.0.0-nightly2026-08-295bffbc33a6-slim.tar.gz
|
47.8 MB |
sha256:4eb73895c4b66ea46a1c54bb132e228e310dcaca4fccebbbce37bf11a308a6b8
|
|