Skip to content

Abort on uncaught exception broken on Windows? #197

Description

@targos

See https://ci.nodejs.org/job/node-test-binary-windows-js-suites/9097/#showFailuresLink

Example failure:

node:assert:122
  throw new AssertionError(obj);
  ^

AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected

+ 2147483651
- 3221225477
    at ChildProcess.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\abort\test-abort-uncaught-exception.js:31:16)
    at ChildProcess.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:388:15)
    at ChildProcess.emit (node:events:369:20)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12) {
  generatedMessage: true,
  code: 'ERR_ASSERTION',
  actual: 2147483651,
  expected: 3221225477,
  operator: 'strictEqual'
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions