Skip to content

test_runner: add __proto__ null #41145

test_runner: add __proto__ null

test_runner: add __proto__ null #41145

Triggered via pull request July 20, 2023 20:28
Status Failure
Total duration 1h 51m 14s
Artifacts

test-macos.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test-macOS: test/parallel/test-runner-v8-deserializer.mjs#L1
--- stdout --- TAP version 13 # Subtest: v8 deserializer # Subtest: should do nothing when no chunks ok 1 - should do nothing when no chunks --- duration_ms: 5.479036 ... # Subtest: should deserialize a chunk with no serialization not ok 2 - should deserialize a chunk with no serialization --- duration_ms: 6.46419 failureType: 'testCodeFailure' error: |- Expected values to be strictly deep-equal: + actual - expected ... Lines skipped [ + [Object: null prototype] { - { data: [Object: null prototype] { ... type: 'test:stdout' } ] code: 'ERR_ASSERTION' name: 'AssertionError' expected: 0: data: file: 'filetest' message: 'unknown' type: 'test:stdout' actual: 0: type: 'test:stdout' data: file: 'filetest' message: 'unknown' operator: 'deepStrictEqual' stack: |- TestContext.<anonymous> (file:///Users/runner/work/node/node/test/parallel/test-runner-v8-deserializer.mjs:49:12) process.processTicksAndRejections (node:internal/process/task_queues:95:5) async Test.run (node:internal/test_runner/test:581:9) async Suite.processPendingSubtests (node:internal/test_runner/test:325:7) ... # Subtest: should deserialize a serialized chunk not ok 3 - should deserialize a serialized chunk --- duration_ms: 1.7551 failureType: 'testCodeFailure' error: |- Expected values to be strictly deep-equal: + actual - expected ... Lines skipped [ + [Object: null prototype] { - { data: { ... type: 'test:diagnostic' } ] code: 'ERR_ASSERTION' name: 'AssertionError' expected: 0: data: nesting: 0 details: message: 'diagnostic' type: 'test:diagnostic' actual: 0: type: 'test:diagnostic' data: nesting: 0 details: message: 'diagnostic' operator: 'deepStrictEqual' stack: |- TestContext.<anonymous> (file:///Users/runner/work/node/node/test/parallel/test-runner-v8-deserializer.mjs:56:12) process.processTicksAndRejections (node:internal/process/task_queues:95:5) async Test.run (node:internal/test_runner/test:581:9) async Suite.processPendingSubtests (node:internal/test_runner/test:325:7) ... # Subtest: should deserialize a serialized chunk after non-serialized chunk not ok 4 - should deserialize a serialized chunk after non-serialized chunk --- duration_ms: 2.124845 failureType: 'testCodeFailure' error: |- Expected values to be strictly deep-equal: + actual - expected ... Lines skipped [ + [Object: null prototype] { - { data: [Object: null prototype] { file: 'filetest', ... type: 'test:stdout' }, + [Object: null prototype] { - { data: { ... type: 'test:diagnostic' } ] code: 'ERR_ASSERTION' name: 'AssertionError' expected: 0: data: file: 'filetest' message: 'unknown' type: 'test:stdout' 1: data: nesting: 0 details: message: 'diagnostic' type: 'test:diagnostic' actual: 0: type: 'test:stdout' data: file: 'filetest' message: 'unknown' 1: type: 'test:diagnostic' data: nesting: 0 details: message: 'diagnostic' operator: 'deepStrictEqual' stack: |- TestContext.<anonymous> (file:///Users/runner/work/
test-macOS
Process completed with exit code 2.