Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Fix test-exception.js for PPC #24

Closed
wants to merge 1 commit into from

Conversation

richardlau
Copy link
Member

On PPC architectures, --abort_on_uncaught_exception (currently set by nodereport for the exception event, see #6) exits with SIGTRAP instead of SIGILL (nodejs/node#3239). This PR fixes the test-exception.js testcase for the current behaviour.

On PPC architectures, --abort_on_uncaught_exception (currently set by
nodereport for the `exception` event) exits with SIGTRAP instead of SIGILL.
@rnchamberlain
Copy link
Contributor

LGTM

Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

rnchamberlain pushed a commit that referenced this pull request Nov 18, 2016
On PPC architectures, --abort_on_uncaught_exception (currently set by
nodereport for the `exception` event) exits with SIGTRAP instead of SIGILL.

PR-URL: #24
Reviewed-By: Richard Chamberlain <richard_chamberlain@uk.ibm.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
@rnchamberlain
Copy link
Contributor

Landed as 6065383

@richardlau fyi there was a trailing whitespace fix in test-exception.js

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants