Skip to content
Prev Previous commit
Next Next commit
test: documentation for function childShouldNotThrowAndAbort added
  • Loading branch information
clarenced committed Apr 17, 2017
commit aeaf585f71171f35f77b64e5aed16c71d998c582
4 changes: 4 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,10 @@ The realpath of the 'tmp' directory.

Name of the temp directory used by tests.

### childShouldNotThrowAndAbort
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Nit: should be childShouldNotThrowAndAbort()

This test makes sure that when using --abort-on-uncaught-exception and when throwing an error
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

--abort-on-uncaught-exception should be in backticks I think.

from within a domain that has an error handler setup, the process _does not_ abort.

### WPT

A port of parts of
Expand Down